1 |
# $Id: e-smith-lib.spec,v 1.3 2016/07/18 07:52:44 unnilennium Exp $ |
# $Id: e-smith-lib.spec,v 1.4 2016/07/18 07:53:38 unnilennium Exp $ |
2 |
|
|
3 |
Summary: e-smith server and gateway - library module |
Summary: e-smith server and gateway - library module |
4 |
%define name e-smith-lib |
%define name e-smith-lib |
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 |
11 |
Group: Networking/Daemons |
Group: Networking/Daemons |
12 |
Source: %{name}-%{version}.tar.xz |
Source: %{name}-%{version}.tar.xz |
13 |
|
Patch0: e-smith-lib-2.6.0.bz9660.serviceControlSystemd.patch |
14 |
|
Patch1: e-smith-lib-2.6.0-mariadb.patch |
15 |
|
Patch2: e-smith-lib-2.6.0.bz9691.syslof.patch |
16 |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
17 |
BuildArchitectures: noarch |
BuildArchitectures: noarch |
18 |
BuildRequires: e-smith-devtools >= 1.6.3-01 |
BuildRequires: e-smith-devtools >= 1.6.3-01 |
27 |
Requires: perl(Net::IPv4Addr) >= 0.10 |
Requires: perl(Net::IPv4Addr) >= 0.10 |
28 |
Requires: perl(Taint::Util) |
Requires: perl(Taint::Util) |
29 |
Requires: pciutils |
Requires: pciutils |
30 |
Patch0: e-smith-lib-2.6.0.bz9660.serviceControlSystemd.patch |
|
|
Patch1: e-smith-lib-2.6.0-mariadb.patch |
|
31 |
%description |
%description |
32 |
e-smith server and gateway software - library module. |
e-smith server and gateway software - library module. |
33 |
|
|
34 |
%changelog |
%changelog |
35 |
|
* Sat Jul 23 2016 Jean-Philipe Pialasse <tests@pialasse.com> 2.6.0-4.sme |
36 |
|
- fix service name syslog to rsyslog [SME: 9691] |
37 |
|
|
38 |
* Mon Jul 18 2016 Jean-Philipe Pialasse <tests@pialasse.com> 2.6.0-3.sme |
* Mon Jul 18 2016 Jean-Philipe Pialasse <tests@pialasse.com> 2.6.0-3.sme |
39 |
- fix mysqld to mariadb [SME: 9438] |
- fix mysqld to mariadb [SME: 9438] |
40 |
- Eliminated rpmbuild "bogus date" warnings due to inconsistent weekday, |
- Eliminated rpmbuild "bogus date" warnings due to inconsistent weekday, |
820 |
%setup |
%setup |
821 |
%patch0 -p1 |
%patch0 -p1 |
822 |
%patch1 -p1 |
%patch1 -p1 |
823 |
|
%patch2 -p1 |
824 |
|
|
825 |
%pre |
%pre |
826 |
|
|