1 |
%define name smeserver-bandwidthd |
%define name smeserver-bandwidthd |
2 |
%define version 2.0.1.2 |
%define version 2.0.1.2 |
3 |
%define release 1 |
%define release 7 |
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 |
#REM contribs9 Patch0: smeserver-bandwidthd-2.0.1.2-authfix.patch |
Patch0: smeserver-bandwidthd-2.0.1.2.cronmysql.patch |
13 |
#REM contribs9 Patch1: smeserver-bandwidthd-2.0.1.2-mysqlinit.patch |
Patch1: smeserver-bandwidthd-2.0.1.2-b8536.patch |
14 |
#REM contribs9 Patch2: smeserver-bandwidthd-2.0.1.2-requireSSL.patch |
Patch2: smeserver-bandwidthd-2.0.1.2-b8524.patch |
15 |
|
Patch3: smeserver-bandwidthd-2.0.1.2-8536.patch |
16 |
BuildArchitectures: noarch |
BuildArchitectures: noarch |
17 |
BuildRoot: /var/tmp/%{name}-%{version}-buildroot |
BuildRoot: /var/tmp/%{name}-%{version}-buildroot |
18 |
BuildRequires: e-smith-devtools |
BuildRequires: e-smith-devtools |
19 |
Requires: e-smith-release >= 8.0 |
Requires: e-smith-release >= 9.0 |
20 |
Requires: bandwidthd |
Requires: bandwidthd |
21 |
AutoReqProv: no |
AutoReqProv: no |
22 |
|
|
24 |
bandwidthd is an application adapted as a contrib for SMEserver |
bandwidthd is an application adapted as a contrib for SMEserver |
25 |
|
|
26 |
%changelog |
%changelog |
27 |
|
* Sat Dec 17 2016 Jean-Philipe Pialasse <tests@pialasse.com> 2.0.1.2-7.sme |
28 |
|
- fix [SME: ] |
29 |
|
|
30 |
|
* Thu Dec 15 2016 Jean-Philipe Pialasse <tests@pialasse.com> 2.0.1.2-6.sme |
31 |
|
- fix one more time too verbose cronjob and unique IP networks [SME: 8536] |
32 |
|
|
33 |
|
* Mon Nov 10 2015 JP Pialasse <tests@pialasse.com> 2.0.1.2-5.sme |
34 |
|
- fixed cron too verbose [SME: 8536] |
35 |
|
- fixed wont restart with single IP network [SME: 8524] |
36 |
|
|
37 |
|
* Sat Sep 26 2015 stephane de Labrusse <stephdl@de-labrusse.fr> 2.0.1.2-2.sme |
38 |
|
- removed typo [SME: 8116] |
39 |
|
- Added smeserver-bandwidthd-2.0.1.2.cronmysql.patch |
40 |
|
|
41 |
* Mon Jun 16 2014 JP Pialasse <tests@pialasse.com> 2.0.1.2-1.sme |
* Mon Jun 16 2014 JP Pialasse <tests@pialasse.com> 2.0.1.2-1.sme |
42 |
- initial import to SME9 contribs |
- initial import to SME9 contribs |
43 |
|
|
58 |
|
|
59 |
%prep |
%prep |
60 |
%setup |
%setup |
61 |
#REM contribs9 %patch0 -p1 |
%patch0 -p1 |
62 |
#REM contribs9 %patch1 -p1 |
%patch1 -p1 |
63 |
#REM contribs9 %patch2 -p1 |
%patch2 -p1 |
64 |
|
%patch3 -p1 |
65 |
|
|
66 |
|
|
67 |
%build |
%build |
68 |
perl createlinks |
perl createlinks |