1 |
# $Id: smeserver-htbwshaper-1.0.spec,v 1.2 2009/03/02 17:43:46 slords Exp $ |
# $Id: smeserver-htbwshaper-1.0.spec,v 1.7 2009/03/03 17:14:20 slords Exp $ |
2 |
# Authority: ???? |
# Authority: dungog |
3 |
# Name: Doug Kruhm |
# Name: Stephen Noble |
4 |
|
|
5 |
%define name smeserver-htbwshaper |
%define name smeserver-htbwshaper |
6 |
%define version 1.0 |
%define version 1.0 |
7 |
%define release 3 |
%define release 7 |
8 |
|
|
9 |
Summary: Install management web console for HTBwondershaper |
Summary: Install management web console for HTBwondershaper |
10 |
Name: %{name} |
Name: %{name} |
11 |
Version: %{version} |
Version: %{version} |
14 |
URL: http://contribs.org |
URL: http://contribs.org |
15 |
Group: SMEserver/addon |
Group: SMEserver/addon |
16 |
Source: %{name}-%{version}.tar.gz |
Source: %{name}-%{version}.tar.gz |
17 |
BuildRoot: /var/tmp/%{name}-%{version} |
Patch1: smeserver-htbwshaper-1.0-fixdups.patch |
18 |
|
Patch2: smeserver-htbwshaper-1.0-locale-2009-03-03.patch |
19 |
|
BuildRoot: %{_tmppath}/%{name}-buildroot |
20 |
BuildArchitectures: noarch |
BuildArchitectures: noarch |
21 |
|
BuildRequires: e-smith-devtools >= 1.13.1-03 |
22 |
Requires: e-smith-base |
Requires: e-smith-base |
23 |
|
|
24 |
%description |
%description |
25 |
SME Server admin interface for HTBwondershaper |
SME Server admin interface for HTBwondershaper |
26 |
|
|
27 |
%changelog |
%changelog |
28 |
* Sat Feb 28 2009 Stephen Noble <support@dungog.net> - 1.0-3 |
* Tue Mar 03 2009 SME Translation Server |
29 |
|
- apply locale 2009-03-03 patch |
30 |
|
|
31 |
|
* Tue Mar 3 2009 Shad L. Lords <slords@mail.com> - 1.0-6 |
32 |
|
- Fix duplicate translation tags so pootle can import |
33 |
|
|
34 |
|
* Sat Feb 28 2009 Stephen Noble <support@dungog.net> - 1.0-5 |
35 |
- add masq restart [SME 5005] |
- add masq restart [SME 5005] |
36 |
|
- bump version numbers to build on contribs |
37 |
|
|
38 |
* Sat Feb 28 2009 Stephen Noble <support@dungog.net> - 1.0-2 |
* Sat Feb 28 2009 Stephen Noble <support@dungog.net> - 1.0-2 |
39 |
- rebuild closer to SME standards [SME 5005] |
- rebuild closer to SME standards [SME 5005] |
44 |
|
|
45 |
%prep |
%prep |
46 |
%setup |
%setup |
47 |
|
%patch1 -p1 |
48 |
|
%patch2 -p1 |
49 |
|
|
50 |
%build |
%build |
51 |
/usr/bin/perl createlinks |
perl createlinks |
52 |
|
|
53 |
/bin/mkdir -p root/etc/e-smith/events/local |
mkdir -p root/etc/e-smith/events/local |
54 |
/bin/ln -s /etc/htbwshaper root/etc/e-smith/events/local/S80htbwshaper |
ln -s /etc/htbwshaper root/etc/e-smith/events/local/S80htbwshaper |
55 |
|
|
56 |
%install |
%install |
57 |
rm -rf $RPM_BUILD_ROOT |
rm -rf $RPM_BUILD_ROOT |