1 |
# $Id$ |
# $Id: smeserver-htbwshaper-1.0.spec,v 1.9 2009/04/27 16:11:21 slords Exp $ |
2 |
# Authority: dungog |
# Authority: dungog |
3 |
# Name: Stephen Noble |
# 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 9 |
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 |
|
Patch3: smeserver-htbwshaper-1.0-locale-2009-04-27.patch |
20 |
|
Patch4: smeserver-htbwshaper-1.0-locale-2009-05-20.patch |
21 |
|
BuildRoot: %{_tmppath}/%{name}-buildroot |
22 |
BuildArchitectures: noarch |
BuildArchitectures: noarch |
23 |
|
BuildRequires: e-smith-devtools >= 1.13.1-03 |
24 |
Requires: e-smith-base |
Requires: e-smith-base |
25 |
|
|
26 |
%description |
%description |
27 |
SME Server admin interface for HTBwondershaper |
SME Server admin interface for HTBwondershaper |
28 |
|
|
29 |
%changelog |
%changelog |
30 |
* Sat Feb 28 2009 Stephen Noble <support@dungog.net> - 1.0-3 |
* Wed May 20 2009 SME Translation Server <translations@contribs.org> 1.0-9.sme |
31 |
|
- apply locale 2009-05-20 patch |
32 |
|
|
33 |
|
* Mon Apr 27 2009 SME Translation Server <translations@contribs.org> 1.0-8.sme |
34 |
|
- apply locale 2009-04-27 patch |
35 |
|
|
36 |
|
* Tue Mar 03 2009 SME Translation Server |
37 |
|
- apply locale 2009-03-03 patch |
38 |
|
|
39 |
|
* Tue Mar 3 2009 Shad L. Lords <slords@mail.com> - 1.0-6 |
40 |
|
- Fix duplicate translation tags so pootle can import |
41 |
|
|
42 |
|
* Sat Feb 28 2009 Stephen Noble <support@dungog.net> - 1.0-5 |
43 |
- add masq restart [SME 5005] |
- add masq restart [SME 5005] |
44 |
|
- bump version numbers to build on contribs |
45 |
|
|
46 |
* Sat Feb 28 2009 Stephen Noble <support@dungog.net> - 1.0-2 |
* Sat Feb 28 2009 Stephen Noble <support@dungog.net> - 1.0-2 |
47 |
- rebuild closer to SME standards [SME 5005] |
- rebuild closer to SME standards [SME 5005] |
52 |
|
|
53 |
%prep |
%prep |
54 |
%setup |
%setup |
55 |
|
%patch1 -p1 |
56 |
|
%patch2 -p1 |
57 |
|
%patch3 -p1 |
58 |
|
%patch4 -p1 |
59 |
|
|
60 |
%build |
%build |
61 |
/usr/bin/perl createlinks |
perl createlinks |
62 |
|
|
63 |
/bin/mkdir -p root/etc/e-smith/events/local |
mkdir -p root/etc/e-smith/events/local |
64 |
/bin/ln -s /etc/htbwshaper root/etc/e-smith/events/local/S80htbwshaper |
ln -s /etc/htbwshaper root/etc/e-smith/events/local/S80htbwshaper |
65 |
|
|
66 |
%install |
%install |
67 |
rm -rf $RPM_BUILD_ROOT |
rm -rf $RPM_BUILD_ROOT |