1 |
# $Id: smeserver-mock.spec,v 1.15 2020/09/04 21:23:42 michel Exp $ |
# $Id: smeserver-mock.spec,v 1.16 2020/11/26 18:41:46 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 12 |
%define release 13 |
8 |
Version: %{version} |
Version: %{version} |
9 |
Release: %{release}%{?dist} |
Release: %{release}%{?dist} |
10 |
License: GPL |
License: GPL |
19 |
Patch6: smeserver-mock-1.0-sme10993-kmodtool.patch |
Patch6: smeserver-mock-1.0-sme10993-kmodtool.patch |
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 |
23 |
|
|
24 |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
25 |
BuildArchitectures: noarch |
BuildArchitectures: noarch |
35 |
AutoReqProv: no |
AutoReqProv: no |
36 |
|
|
37 |
%changelog |
%changelog |
38 |
|
* Mon Dec 27 2021 Michel Begue <mab974@misouk.com> 1.0-13.sme |
39 |
|
- fix build deps for Mojo::JWT [SME: 11005] |
40 |
|
|
41 |
* Thu Nov 26 2020 Jean-Philipe Pialasse <tests@pialasse.com> 1.0-12.sme |
* Thu Nov 26 2020 Jean-Philipe Pialasse <tests@pialasse.com> 1.0-12.sme |
42 |
- fix build deps for spamassassin [SME: 11203] |
- fix build deps for spamassassin [SME: 11203] |
43 |
|
|
98 |
%patch6 -p1 |
%patch6 -p1 |
99 |
%patch7 -p1 |
%patch7 -p1 |
100 |
%patch8 -p1 |
%patch8 -p1 |
101 |
|
%patch9 -p1 |
102 |
|
|
103 |
%build |
%build |
104 |
|
|