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 5 |
%define release 1 |
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 |
#REM contribs9 Patch0: smeserver-bandwidthd-2.0.1.2-authfix.patch |
13 |
Patch1: smeserver-bandwidthd-2.0.1.1-mysqlinit.patch |
#REM contribs9 Patch1: smeserver-bandwidthd-2.0.1.2-mysqlinit.patch |
14 |
Patch2: smeserver-bandwidthd-2.0.1.1-requireSSL.patch |
#REM contribs9 Patch2: smeserver-bandwidthd-2.0.1.2-requireSSL.patch |
15 |
BuildArchitectures: noarch |
BuildArchitectures: noarch |
16 |
BuildRoot: /var/tmp/%{name}-%{version}-buildroot |
BuildRoot: /var/tmp/%{name}-%{version}-buildroot |
17 |
BuildRequires: e-smith-devtools |
BuildRequires: e-smith-devtools |
23 |
bandwidthd is an application adapted as a contrib for SMEserver |
bandwidthd is an application adapted as a contrib for SMEserver |
24 |
|
|
25 |
%changelog |
%changelog |
26 |
* Mon Dec 30 2013 JP Pialasse <tests@pialasse.com> 2.0.1.1-5.sme |
* Mon Jun 16 2014 JP Pialasse <tests@pialasse.com> 2.0.1.2-1.sme |
27 |
|
- initial import to SME9 contribs |
28 |
|
|
29 |
|
* Mon Dec 30 2013 JP Pialasse <tests@pialasse.com> 2.0.1.1-6.sme |
30 |
- add require SSL [SME: 8099] |
- add require SSL [SME: 8099] |
31 |
|
|
32 |
* Sun Dec 29 2013 JP Pialasse <tests@pialasse.com> 2.0.1.1-4.sme |
* Sun Dec 29 2013 JP Pialasse <tests@pialasse.com> 2.0.1.1-4.sme |
43 |
|
|
44 |
%prep |
%prep |
45 |
%setup |
%setup |
46 |
%patch0 -p1 |
#REM contribs9 %patch0 -p1 |
47 |
%patch1 -p1 |
#REM contribs9 %patch1 -p1 |
48 |
%patch2 -p1 |
#REM contribs9 %patch2 -p1 |
49 |
|
|
50 |
%build |
%build |
51 |
perl createlinks |
perl createlinks |