1 |
%define name smeserver-bandwidthd |
%define name smeserver-bandwidthd |
2 |
%define version 2.0.1.1 |
%define version 2.0.1.1 |
3 |
%define release 4 |
%define release 5 |
4 |
Summary: bandwidthd is a helpdesk system |
Summary: bandwidthd is a helpdesk system |
5 |
Name: %{name} |
Name: %{name} |
6 |
Version: %{version} |
Version: %{version} |
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.1-authfix.patch |
13 |
Patch1: smeserver-bandwidthd-2.0.1.1-mysqlinit.patch |
Patch1: smeserver-bandwidthd-2.0.1.1-mysqlinit.patch |
14 |
|
Patch2: smeserver-bandwidthd-2.0.1.1-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 |
27 |
|
- add require SSL [SME: 8099] |
28 |
|
|
29 |
* 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 |
30 |
- fix missing mysql.init |
- fix missing mysql.init |
31 |
- fix http auth error |
- fix http auth error |
42 |
%setup |
%setup |
43 |
%patch0 -p1 |
%patch0 -p1 |
44 |
%patch1 -p1 |
%patch1 -p1 |
45 |
|
%patch2 -p1 |
46 |
|
|
47 |
%build |
%build |
48 |
perl createlinks |
perl createlinks |