1 |
# $Id: e-smith-devtools.spec,v 1.3 2013/02/07 16:17:00 charliebrady Exp $ |
# $Id: e-smith-devtools.spec,v 1.4 2014/09/09 15:59:11 vip-ire 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 3 |
%define release 4 |
8 |
Version: %{version} |
Version: %{version} |
9 |
Release: %{release}%{?dist} |
Release: %{release}%{?dist} |
10 |
License: GPL |
License: GPL |
12 |
Source: %{name}-%{version}.tar.xz |
Source: %{name}-%{version}.tar.xz |
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 |
16 |
Requires: perl, perl(Test::Inline) >= 0.12, perl(XML::Parser) |
Requires: perl, perl(Test::Inline) >= 0.12, perl(XML::Parser) |
17 |
AutoReqProv: no |
AutoReqProv: no |
18 |
|
|
19 |
%changelog |
%changelog |
20 |
|
* Mon Jun 22 2015 stephane de labrusse <stephdl@de-labrusse.fr> 2.4.0-4.sme |
21 |
|
- Added new createlinks function |
22 |
|
- event_templates event_actions event_services |
23 |
|
|
24 |
* Tue Sep 9 2014 Daniel Berteaud <daniel@firewall-services.com> 2.4.0-3.sme |
* Tue Sep 9 2014 Daniel Berteaud <daniel@firewall-services.com> 2.4.0-3.sme |
25 |
- Don't claim to own /sbin and /sbin/e-smith [SME: 8550] |
- Don't claim to own /sbin and /sbin/e-smith [SME: 8550] |
26 |
|
|
396 |
|
|
397 |
%prep |
%prep |
398 |
%setup |
%setup |
399 |
|
%patch0 -p1 |
400 |
%build |
%build |
401 |
|
|
402 |
%install |
%install |