1 |
%define name smeserver-bandwidthd |
%define name smeserver-bandwidthd |
2 |
%define version 2.0.1.1 |
%define version 2.0.1.2 |
3 |
%define release 7 |
%define release 2 |
4 |
Summary: bandwidthd is a helpdesk system |
Summary: bandwidthd is a helpdesk system |
5 |
Name: %{name} |
Name: %{name} |
6 |
Version: %{version} |
Version: %{version} |
9 |
License: GNU GPL version 2 |
License: GNU GPL version 2 |
10 |
Group: SMEserver/addon |
Group: SMEserver/addon |
11 |
Source: smeserver-bandwidthd-%{version}.tar.gz |
Source: smeserver-bandwidthd-%{version}.tar.gz |
12 |
Patch0: smeserver-bandwidthd-2.0.1.1-authfix.patch |
Patch0: smeserver-bandwidthd-2.0.1.2.cronmysql.patch |
|
Patch1: smeserver-bandwidthd-2.0.1.1-mysqlinit.patch |
|
|
Patch2: smeserver-bandwidthd-2.0.1.1-requireSSL.patch |
|
|
Patch3: smeserver-bandwidthd-2.0.1.1-cronmysql.patch |
|
13 |
BuildArchitectures: noarch |
BuildArchitectures: noarch |
14 |
BuildRoot: /var/tmp/%{name}-%{version}-buildroot |
BuildRoot: /var/tmp/%{name}-%{version}-buildroot |
15 |
BuildRequires: e-smith-devtools |
BuildRequires: e-smith-devtools |
21 |
bandwidthd is an application adapted as a contrib for SMEserver |
bandwidthd is an application adapted as a contrib for SMEserver |
22 |
|
|
23 |
%changelog |
%changelog |
24 |
* Tue Feb 04 2014 JP Pialasse <tests@pialasse.com> 2.0.1.1-7.sme |
* Sat Sep 26 2015 stephane de Labrusse <stephdl@de-labrusse.fr> 2.0.1.2-2.sme |
25 |
- removed typo [SME: 8116] |
- removed typo [SME: 8116] |
26 |
|
- Added smeserver-bandwidthd-2.0.1.2.cronmysql.patch |
27 |
|
|
28 |
|
* Mon Jun 16 2014 JP Pialasse <tests@pialasse.com> 2.0.1.2-1.sme |
29 |
|
- initial import to SME9 contribs |
30 |
|
|
31 |
* Mon Dec 30 2013 JP Pialasse <tests@pialasse.com> 2.0.1.1-6.sme |
* Mon Dec 30 2013 JP Pialasse <tests@pialasse.com> 2.0.1.1-6.sme |
32 |
- add require SSL [SME: 8099] |
- add require SSL [SME: 8099] |
46 |
%prep |
%prep |
47 |
%setup |
%setup |
48 |
%patch0 -p1 |
%patch0 -p1 |
|
%patch1 -p1 |
|
|
%patch2 -p1 |
|
|
%patch3 -p1 |
|
49 |
|
|
50 |
%build |
%build |
51 |
perl createlinks |
perl createlinks |