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 2 |
%define release 3 |
4 |
Summary: bandwidthd is a helpdesk system |
Summary: bandwidthd is a helpdesk system |
5 |
Name: %{name} |
Name: %{name} |
6 |
Version: %{version} |
Version: %{version} |
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.2.cronmysql.patch |
Patch0: smeserver-bandwidthd-2.0.1.2.cronmysql.patch |
13 |
|
Patch1: smeserver-bandwidthd-2.0.1.2-revert.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 |
|
* Thu Nov 05 2015 JP Pialasse <tests@pialasse.com> 2.0.1.2-3.sme |
26 |
|
- removed httpd.conf syntax intended for SME9 not SME8 [SME: 9100] |
27 |
|
|
28 |
* Sat Sep 26 2015 stephane de Labrusse <stephdl@de-labrusse.fr> 2.0.1.2-2.sme |
* Sat Sep 26 2015 stephane de Labrusse <stephdl@de-labrusse.fr> 2.0.1.2-2.sme |
29 |
- removed typo [SME: 8116] |
- removed typo [SME: 8116] |
30 |
- Added smeserver-bandwidthd-2.0.1.2.cronmysql.patch |
- Added smeserver-bandwidthd-2.0.1.2.cronmysql.patch |
50 |
%prep |
%prep |
51 |
%setup |
%setup |
52 |
%patch0 -p1 |
%patch0 -p1 |
53 |
|
%patch1 -p1 |
54 |
|
|
55 |
%build |
%build |
56 |
perl createlinks |
perl createlinks |