1 |
# $Id: smeserver-mock.spec,v 1.19 2022/06/30 20:27:39 jpp Exp $ |
# $Id: smeserver-mock.spec,v 1.20 2022/07/01 01:42:20 jpp Exp $ |
2 |
%global __os_install_post %(echo '%{__os_install_post}' | sed -e 's!/usr/lib[^[:space:]]*/brp-python-bytecompile[[:space:]].*$!!g') |
%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 15 |
%define release 16 |
8 |
Version: %{version} |
Version: %{version} |
9 |
Release: %{release}%{?dist} |
Release: %{release}%{?dist} |
10 |
License: GPL |
License: GPL |
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 |
Patch10: smeserver-mock-1.0-20220630.patch |
24 |
|
Patch11: smeserver-mock-1.0-change-log.patch |
25 |
|
|
26 |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
27 |
BuildArchitectures: noarch |
BuildArchitectures: noarch |
37 |
AutoReqProv: no |
AutoReqProv: no |
38 |
|
|
39 |
%changelog |
%changelog |
40 |
|
* Fri Nov 18 2022 Jean-Philippe Pialasse <tests@pialasse.com> 1.0-16.sme |
41 |
|
- fix change-log not handling tab for version or release |
42 |
|
|
43 |
* Thu Jun 30 2022 Jean-Philippe Pialasse <tests@pialasse.com> 1.0-15.sme |
* Thu Jun 30 2022 Jean-Philippe Pialasse <tests@pialasse.com> 1.0-15.sme |
44 |
- update sme10 mock files [SME: 12089] |
- update sme10 mock files [SME: 12089] |
45 |
- remove python scl dependencies blocks a lot from using the rpm |
- remove python scl dependencies blocks a lot from using the rpm |
114 |
%patch8 -p1 |
%patch8 -p1 |
115 |
%patch9 -p1 |
%patch9 -p1 |
116 |
%patch10 -p1 |
%patch10 -p1 |
117 |
|
%patch11 -p1 |
118 |
|
|
119 |
%build |
%build |
120 |
|
|