1 |
# $Id: e-smith-test.spec,v 1.2 2016/07/18 07:40:25 unnilennium Exp $ |
# $Id: e-smith-test.spec,v 1.3 2016/07/23 06:19:56 unnilennium 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.6.0 |
%define version 2.6.0 |
7 |
%define release 3 |
%define release 4 |
8 |
Version: %{version} |
Version: %{version} |
9 |
Release: %{release}%{?dist} |
Release: %{release}%{?dist} |
10 |
License: Artistic |
License: Artistic |
12 |
Source: %{name}-%{version}.tar.xz |
Source: %{name}-%{version}.tar.xz |
13 |
Patch0: e-smith-test-2.6.0-mariadb.patch |
Patch0: e-smith-test-2.6.0-mariadb.patch |
14 |
Patch1: e-smith-test-2.6.0.bz9691.syslog.patch |
Patch1: e-smith-test-2.6.0.bz9691.syslog.patch |
15 |
|
Patch2: e-smith-test-2.6.0.bz9478.patch |
16 |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
17 |
BuildArchitectures: noarch |
BuildArchitectures: noarch |
18 |
Requires: perl |
Requires: perl |
27 |
e-smith server and gateway software - testing infrastructure module. |
e-smith server and gateway software - testing infrastructure module. |
28 |
|
|
29 |
%changelog |
%changelog |
30 |
|
* Wed Apr 12 2017 Jean-Philipe Pialasse <tests@pialasse.com> 2.6.0-4.sme |
31 |
|
- remove reference to smtpd [SME: 9478] |
32 |
|
|
33 |
* Sat Jul 23 2016 Jean-Philipe Pialasse <tests@pialasse.com> 2.6.0-3.sme |
* Sat Jul 23 2016 Jean-Philipe Pialasse <tests@pialasse.com> 2.6.0-3.sme |
34 |
- fix servicename syslog to rsyslog [SME: 9691] |
- fix servicename syslog to rsyslog [SME: 9691] |
35 |
|
|
233 |
%setup |
%setup |
234 |
%patch0 -p1 |
%patch0 -p1 |
235 |
%patch1 -p1 |
%patch1 -p1 |
236 |
|
%patch2 -p1 |
237 |
|
|
238 |
%pre |
%pre |
239 |
|
|