1 |
# $Id: smeserver-mock.spec,v 1.2 2018/03/11 05:08:17 jpp Exp $ |
# $Id: smeserver-mock.spec,v 1.7 2018/06/21 03:21:19 jpp Exp $ |
2 |
|
|
3 |
Summary: smeserver-mock tools for building RPMs |
Summary: smeserver-mock tools for building RPMs |
4 |
%define name smeserver-mock |
%define name smeserver-mock |
5 |
Name: %{name} |
Name: %{name} |
6 |
%define version 1.0 |
%define version 1.0 |
7 |
%define release 2 |
%define release 6 |
8 |
Version: %{version} |
Version: %{version} |
9 |
Release: %{release}%{?dist} |
Release: %{release}%{?dist} |
10 |
License: GPL |
License: GPL |
11 |
Group: Networking/Daemons |
Group: Networking/Daemons |
12 |
Source: %{name}-%{version}.tgz |
Source: %{name}-%{version}.tgz |
13 |
|
Patch0: smeserver-mock-1.0-updates_values.patch |
14 |
|
Patch1: smeserver-mock-1.0-sme10599-spamassassin.patch |
15 |
|
Patch2: smeserver-mock-1.0-sme10600-video.patch |
16 |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
17 |
BuildArchitectures: noarch |
BuildArchitectures: noarch |
18 |
Requires: e-smith-devtools |
Requires: e-smith-devtools |
28 |
AutoReqProv: no |
AutoReqProv: no |
29 |
|
|
30 |
%changelog |
%changelog |
31 |
|
* Wed Jun 20 2018 Jean-Philipe Pialasse <tests@pialasse.com> 1.0-6.sme |
32 |
|
- added include pkg for video tools [SME: 1600] |
33 |
|
- applied patch for previous bug fix [SME: 10599] |
34 |
|
|
35 |
|
* Tue Jun 19 2018 Jean-Philipe Pialasse <tests@pialasse.com> 1.0-5.sme |
36 |
|
- update dependencies to build spamassassin [SME: 10599] |
37 |
|
|
38 |
|
* Sun Mar 18 2018 Jean-Philipe Pialasse <tests@pialasse.com> 1.0-4.sme |
39 |
|
- update include package values according to buildsys |
40 |
|
|
41 |
|
* Sat Mar 17 2018 Jean-Philipe Pialasse <tests@pialasse.com> 1.0-3.sme |
42 |
|
- set %config on mock config files |
43 |
|
- a rpmsave of the previous version will be created if modified. |
44 |
|
- fix typo in filename |
45 |
|
|
46 |
* Sun Mar 11 2018 Jean-Philipe Pialasse <tests@pialasse.com> 1.0-2.sme |
* Sun Mar 11 2018 Jean-Philipe Pialasse <tests@pialasse.com> 1.0-2.sme |
47 |
- update of site-default.cfg via post script [SME: 10537] |
- update of site-default.cfg via post script [SME: 10537] |
48 |
- removed e-smith-devtools of requirements |
- removed e-smith-devtools of requirements |
59 |
|
|
60 |
%prep |
%prep |
61 |
%setup |
%setup |
62 |
|
%patch0 -p1 |
63 |
|
%patch1 -p1 |
64 |
|
%patch2 -p1 |
65 |
|
|
66 |
%build |
%build |
67 |
|
|
113 |
|
|
114 |
%files -f %{name}-%{version}-filelist |
%files -f %{name}-%{version}-filelist |
115 |
%defattr(-,root,root,-) |
%defattr(-,root,root,-) |
116 |
/etc/mock/* %attr(0755,root,mock) |
/etc/mock/* %config %attr(0755,root,mock) |