1 |
# $Id: e-smith-test.spec,v 1.2 2008/10/07 19:23:22 slords Exp $ |
# $Id: e-smith-test.spec,v 1.2 2013/05/05 05:57:09 wellsi Exp $ |
2 |
|
|
3 |
Summary: e-smith server and gateway - testing infrastructure module |
Summary: e-smith server and gateway - testing infrastructure module |
4 |
%define name e-smith-test |
%define name e-smith-test |
5 |
Name: %{name} |
Name: %{name} |
6 |
%define version 2.4.0 |
%define version 2.4.0 |
7 |
%define release 1 |
%define release 2 |
8 |
Version: %{version} |
Version: %{version} |
9 |
Release: %{release}%{?dist} |
Release: %{release}%{?dist} |
10 |
License: Artistic |
License: Artistic |
11 |
Group: Networking/Daemons |
Group: Networking/Daemons |
12 |
Source: %{name}-%{version}.tar.xz |
Source: %{name}-%{version}.tar.xz |
13 |
|
Patch0: e-smith-test-2.4.0-remove_interface_swap.patch |
14 |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
15 |
BuildArchitectures: noarch |
BuildArchitectures: noarch |
16 |
Requires: perl |
Requires: perl |
25 |
e-smith server and gateway software - testing infrastructure module. |
e-smith server and gateway software - testing infrastructure module. |
26 |
|
|
27 |
%changelog |
%changelog |
28 |
|
* Sat Nov 30 2013 Daniel Berteaud <daniel@firewall-services.com> 2.4.0-2.sme |
29 |
|
- Remove the "swap interface" feature [SME: 7993] |
30 |
|
|
31 |
* Fri Jan 25 2013 Shad L. Lords <slords@mail.com> 2.4.0-1.sme |
* Fri Jan 25 2013 Shad L. Lords <slords@mail.com> 2.4.0-1.sme |
32 |
- Roll new stream for sme9 |
- Roll new stream for sme9 |
33 |
|
- Perl module rpms moved to /usr/share/perl5/vendor_perl [SME: 7223] |
34 |
|
|
35 |
* Tue Oct 7 2008 Shad L. Lords <slords@mail.com> 2.2.0-1.sme |
* Tue Oct 7 2008 Shad L. Lords <slords@mail.com> 2.2.0-1.sme |
36 |
- Roll new stream to separate sme7/sme8 trees [SME: 4633] |
- Roll new stream to separate sme7/sme8 trees [SME: 4633] |
217 |
|
|
218 |
%prep |
%prep |
219 |
%setup |
%setup |
220 |
|
%patch0 -p1 |
221 |
|
|
222 |
%pre |
%pre |
223 |
|
|