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 2 |
%define release 4 |
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 |
13 |
|
Patch1: smeserver-bandwidthd-2.0.1.1-mysqlinit.patch |
14 |
BuildArchitectures: noarch |
BuildArchitectures: noarch |
15 |
BuildRoot: /var/tmp/%{name}-%{version}-buildroot |
BuildRoot: /var/tmp/%{name}-%{version}-buildroot |
16 |
BuildRequires: e-smith-devtools |
BuildRequires: e-smith-devtools |
22 |
bandwidthd is an application adapted as a contrib for SMEserver |
bandwidthd is an application adapted as a contrib for SMEserver |
23 |
|
|
24 |
%changelog |
%changelog |
25 |
|
* Sun Dec 29 2013 JP Pialasse <tests@pialasse.com> 2.0.1.1-4.sme |
26 |
|
- fix missing mysql.init |
27 |
|
- fix http auth error |
28 |
|
|
29 |
* Fri Dec 27 2013 JP Pialasse <tests@pialasse.com> 2.0.1.1-2.sme |
* Fri Dec 27 2013 JP Pialasse <tests@pialasse.com> 2.0.1.1-2.sme |
30 |
- few enhancement and bug fixing |
- few enhancement and bug fixing |
31 |
- added link in manager |
- added link in manager |
36 |
|
|
37 |
%prep |
%prep |
38 |
%setup |
%setup |
39 |
|
%patch0 -p1 |
40 |
|
%patch1 -p1 |
41 |
|
|
42 |
%build |
%build |
43 |
perl createlinks |
perl createlinks |