1 |
# $Id: e-smith-devtools.spec,v 1.7 2017/05/25 15:48:49 unnilennium Exp $ |
# $Id: e-smith-devtools.spec,v 1.8 2018/03/18 03:47:58 jpp Exp $ |
2 |
|
|
3 |
Summary: e-smith tools for building RPMs |
Summary: e-smith tools for building RPMs |
4 |
%define name e-smith-devtools |
%define name e-smith-devtools |
5 |
Name: %{name} |
Name: %{name} |
6 |
%define version 2.6.0 |
%define version 2.6.0 |
7 |
%define release 7 |
%define release 8 |
8 |
Version: %{version} |
Version: %{version} |
9 |
Release: %{release}%{?dist} |
Release: %{release}%{?dist} |
10 |
License: GPL |
License: GPL |
15 |
Patch2: e-smith-devtools-2.6.0-use_c_wrapper_for_cgi.patch |
Patch2: e-smith-devtools-2.6.0-use_c_wrapper_for_cgi.patch |
16 |
Patch3: e-smith-devtools-2.6.0-quote_filenames.patch |
Patch3: e-smith-devtools-2.6.0-quote_filenames.patch |
17 |
Patch4: e-smith-devtools-2.6.0-bz10536-yum_update.patch |
Patch4: e-smith-devtools-2.6.0-bz10536-yum_update.patch |
18 |
|
|
19 |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
20 |
BuildArchitectures: noarch |
BuildArchitectures: noarch |
21 |
Requires: perl, perl(Test::Inline) >= 0.12, perl(XML::Parser) |
Requires: perl, perl(Test::Inline) >= 0.12, perl(XML::Parser) |
22 |
AutoReqProv: no |
AutoReqProv: no |
23 |
|
|
24 |
%changelog |
%changelog |
25 |
|
* Wed Jan 06 2021 Jean-Philipe Pialasse <tests@pialasse.com> 2.6.0-8.sme |
26 |
|
- add update event [SME: 11126] |
27 |
|
|
28 |
* Sat Mar 17 2018 Jean-Philipe Pialasse <tests@pialasse.com> 2.6.0-7.sme |
* Sat Mar 17 2018 Jean-Philipe Pialasse <tests@pialasse.com> 2.6.0-7.sme |
29 |
- ease update of e-smith-devtools on non SME builders [SME: 10536] |
- ease update of e-smith-devtools on non SME builders [SME: 10536] |
30 |
|
|
434 |
%patch2 -p1 |
%patch2 -p1 |
435 |
%patch3 -p1 |
%patch3 -p1 |
436 |
%patch4 -p1 |
%patch4 -p1 |
437 |
|
mkdir -p root/etc/e-smith/events/%{name}-update |
438 |
|
|
439 |
%build |
%build |
440 |
|
|