1 |
# $Id: smeserver-mock.spec,v 1.16 2020/11/26 18:41:46 jpp Exp $ |
# $Id: smeserver-mock.spec,v 1.19 2022/06/30 20:27:39 jpp Exp $ |
2 |
|
%global __os_install_post %(echo '%{__os_install_post}' | sed -e 's!/usr/lib[^[:space:]]*/brp-python-bytecompile[[:space:]].*$!!g') |
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 13 |
%define release 15 |
8 |
Version: %{version} |
Version: %{version} |
9 |
Release: %{release}%{?dist} |
Release: %{release}%{?dist} |
10 |
License: GPL |
License: GPL |
20 |
Patch7: smeserver-mock-1.0-sme11005-mojo-jwt.patch |
Patch7: smeserver-mock-1.0-sme11005-mojo-jwt.patch |
21 |
Patch8: smeserver-mock-1.0-sme11203-spamassassin.patch |
Patch8: smeserver-mock-1.0-sme11203-spamassassin.patch |
22 |
Patch9: smeserver-mock-1.0-sme11005-mojo-jwt-2.patch |
Patch9: smeserver-mock-1.0-sme11005-mojo-jwt-2.patch |
23 |
|
Patch10: smeserver-mock-1.0-20220630.patch |
24 |
|
|
25 |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
26 |
BuildArchitectures: noarch |
BuildArchitectures: noarch |
31 |
Requires: cmake automake libtool |
Requires: cmake automake libtool |
32 |
Buildrequires: e-smith-devtools |
Buildrequires: e-smith-devtools |
33 |
# needed for scl |
# needed for scl |
34 |
Requires: scl-utils scl-utils-build centos-release-scl centos-release-scl-rh |
#Requires: scl-utils scl-utils-build centos-release-scl centos-release-scl-rh |
35 |
Requires: python27-build |
#Requires: python27-build |
36 |
AutoReqProv: no |
AutoReqProv: no |
37 |
|
|
38 |
%changelog |
%changelog |
39 |
|
* Thu Jun 30 2022 Jean-Philippe Pialasse <tests@pialasse.com> 1.0-15.sme |
40 |
|
- update sme10 mock files [SME: 12089] |
41 |
|
- remove python scl dependencies blocks a lot from using the rpm |
42 |
|
almost never needed [SME: 12090] |
43 |
|
- cleaning remove sme8 and sme9 mock files |
44 |
|
- added workaround to perl.prov not working [SME: 11958] |
45 |
|
added mock plugin copy.py and an updated perl.prov |
46 |
|
- update embded bins |
47 |
|
|
48 |
* Mon Dec 27 2021 Michel Begue <mab974@misouk.com> 1.0-13.sme |
* Mon Dec 27 2021 Michel Begue <mab974@misouk.com> 1.0-13.sme |
49 |
- fix build deps for Mojo::JWT [SME: 11005] |
- fix build deps for Mojo::JWT [SME: 11005] |
50 |
|
|
109 |
%patch7 -p1 |
%patch7 -p1 |
110 |
%patch8 -p1 |
%patch8 -p1 |
111 |
%patch9 -p1 |
%patch9 -p1 |
112 |
|
%patch10 -p1 |
113 |
|
|
114 |
%build |
%build |
115 |
|
|
124 |
--file /usr/bin/createBuildDir '%attr(0755,root,root)' \ |
--file /usr/bin/createBuildDir '%attr(0755,root,root)' \ |
125 |
--file /usr/bin/prepa '%attr(0755,root,root)' \ |
--file /usr/bin/prepa '%attr(0755,root,root)' \ |
126 |
--file /usr/bin/tagbuild '%attr(0755,root,root)' \ |
--file /usr/bin/tagbuild '%attr(0755,root,root)' \ |
127 |
| grep -v /etc/mock/ \ |
--ignoredir /usr/lib/python3.6/site-packages/mockbuild/plugins \ |
128 |
|
--ignoredir /usr/lib/python3.6/site-packages/mockbuild \ |
129 |
|
--ignoredir /usr/lib/python3.6/site-packages \ |
130 |
|
--ignoredir /usr/lib/python3.6 \ |
131 |
|
--ignoredir /etc/mock \ |
132 |
|
| grep -v copy.pyc \ |
133 |
|
| grep -v copy.pyo \ |
134 |
> %{name}-%{version}-filelist |
> %{name}-%{version}-filelist |
135 |
|
|
136 |
%clean |
%clean |