1 |
# $Id: smeserver-devtools.spec,v 1.7 2017/05/25 15:48:49 unnilennium Exp $ |
# $Id: smeserver-mock.spec,v 1.1 2018/03/11 04:57:18 jpp Exp $ |
2 |
|
|
3 |
Summary: smeserver-mock tools for building RPMs |
Summary: smeserver-mock tools for building RPMs |
4 |
%define name e-smith-devtools |
%define name smeserver-mock |
5 |
Name: %{name} |
Name: %{name} |
6 |
%define version 1.0 |
%define version 1.0 |
7 |
%define release 1 |
%define release 1 |
26 |
|
|
27 |
%changelog |
%changelog |
28 |
* Sat Mar 10 2018 Jean-Philipe Pialasse <tests@pialasse.com> 1.0-1.sme |
* Sat Mar 10 2018 Jean-Philipe Pialasse <tests@pialasse.com> 1.0-1.sme |
29 |
- Initial release with SME Server mock config files |
- Initial release with SME iServer mock config files [SME: 10537] |
30 |
- tools added : BogusDateBot.sh change-log clog createBuildDir prepa tagbuild |
- tools added : BogusDateBot.sh change-log clog createBuildDir prepa tagbuild |
31 |
|
|
|
|
|
|
|
|
32 |
%description |
%description |
33 |
Tools for use in building RPMs for the Koozali SME server and gateway. |
Tools for use in building RPMs for the Koozali SME server and gateway. |
34 |
|
|
50 |
--file /usr/bin/createBuildDir '%attr(0755,root,root)' \ |
--file /usr/bin/createBuildDir '%attr(0755,root,root)' \ |
51 |
--file /usr/bin/prepa '%attr(0755,root,root)' \ |
--file /usr/bin/prepa '%attr(0755,root,root)' \ |
52 |
--file /usr/bin/tagbuild '%attr(0755,root,root)' \ |
--file /usr/bin/tagbuild '%attr(0755,root,root)' \ |
53 |
--file /etc/mock/* '%attr(0754,root,mock)' \ |
| grep -v /etc/mock/ \ |
54 |
> %{name}-%{version}-filelist |
> %{name}-%{version}-filelist |
55 |
|
|
56 |
%clean |
%clean |
61 |
%post |
%post |
62 |
%postun |
%postun |
63 |
|
|
64 |
%files-f %{name}-%{version}-filelist |
%files -f %{name}-%{version}-filelist |
65 |
%defattr(-,root,root,-) |
%defattr(-,root,root,-) |
66 |
|
/etc/mock/* %attr(0755,root,mock) |