1 |
# $Id: e-smith-devtools.spec,v 1.5 2015/06/25 15:13:32 stephdl Exp $ |
# $Id: e-smith-devtools.spec,v 1.6 2015/06/29 20:22:43 stephdl 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.4.0 |
%define version 2.4.0 |
7 |
%define release 4 |
%define release 5 |
8 |
Version: %{version} |
Version: %{version} |
9 |
Release: %{release}%{?dist} |
Release: %{release}%{?dist} |
10 |
License: GPL |
License: GPL |
13 |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
14 |
BuildArchitectures: noarch |
BuildArchitectures: noarch |
15 |
Patch0: e-smith-devtools-2.4.0.bz8951.event_template-actions-services.patch |
Patch0: e-smith-devtools-2.4.0.bz8951.event_template-actions-services.patch |
16 |
|
Patch1: e-smith-devtools-2.4.0-quote_filenames.patch |
17 |
Requires: perl, perl(Test::Inline) >= 0.12, perl(XML::Parser) |
Requires: perl, perl(Test::Inline) >= 0.12, perl(XML::Parser) |
18 |
AutoReqProv: no |
AutoReqProv: no |
19 |
|
|
20 |
%changelog |
%changelog |
21 |
|
* Tue Aug 23 2016 Daniel Berteaud <daniel@firewall-services.com> 2.4.0-5.sme |
22 |
|
- Quote filenames in genfilelist so filenames containing spaces are correctly |
23 |
|
handled [SME: 9758] |
24 |
|
|
25 |
* Mon Jun 22 2015 stephane de labrusse <stephdl@de-labrusse.fr> 2.4.0-4.sme |
* Mon Jun 22 2015 stephane de labrusse <stephdl@de-labrusse.fr> 2.4.0-4.sme |
26 |
- Added new createlinks function [SME: 8951] |
- Added new createlinks function [SME: 8951] |
27 |
- event_templates event_actions event_services |
- event_templates event_actions event_services |
402 |
%prep |
%prep |
403 |
%setup |
%setup |
404 |
%patch0 -p1 |
%patch0 -p1 |
405 |
|
%patch1 -p1 |
406 |
|
|
407 |
%build |
%build |
408 |
|
|
409 |
%install |
%install |