1 |
# $Id$ |
# $Id: smeserver-htbwshaper-1.0.spec,v 1.14 2011/03/06 15:27:45 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 14 |
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 |
|
Patch5: smeserver-htbwshaper-1.0-locale-2009-08-24.patch |
22 |
|
Patch6: smeserver-htbwshaper-1.0-locale-2009-10-27.patch |
23 |
|
Patch7: smeserver-htbwshaper-1.0-locale-2010-03-02.patch |
24 |
|
Patch8: smeserver-htbwshaper-1.0-locale-2011-03-06.patch |
25 |
|
Patch9: smeserver-htbwshaper-1.0-chop.patch |
26 |
|
BuildRoot: %{_tmppath}/%{name}-buildroot |
27 |
BuildArchitectures: noarch |
BuildArchitectures: noarch |
28 |
|
BuildRequires: e-smith-devtools >= 1.13.1-03 |
29 |
Requires: e-smith-base |
Requires: e-smith-base |
30 |
|
|
31 |
%description |
%description |
32 |
SME Server admin interface for HTBwondershaper |
SME Server admin interface for HTBwondershaper |
33 |
|
|
34 |
%changelog |
%changelog |
35 |
* Sat Feb 28 2009 Stephen Noble <support@dungog.net> - 1.0-3 |
* Wed Sep 12 2012 JP Pialasse <tests@pialasse.com> 1.0-14.sme |
36 |
|
- fixed manager configuration error, newline inserted [SME 7099] |
37 |
|
|
38 |
|
* Sun Mar 06 2011 SME Translation Server <translations@contribs.org> 1.0-13.sme |
39 |
|
- apply locale 2011-03-06 patch |
40 |
|
|
41 |
|
* Tue Mar 02 2010 SME Translation Server <translations@contribs.org> 1.0-12.sme |
42 |
|
- apply locale 2010-03-02 patch |
43 |
|
|
44 |
|
* Tue Oct 27 2009 SME Translation Server <translations@contribs.org> 1.0-11.sme |
45 |
|
- apply locale 2009-10-27 patch |
46 |
|
|
47 |
|
* Mon Aug 24 2009 SME Translation Server <translations@contribs.org> 1.0-10.sme |
48 |
|
- apply locale 2009-08-24 patch |
49 |
|
|
50 |
|
* Wed May 20 2009 SME Translation Server <translations@contribs.org> 1.0-9.sme |
51 |
|
- apply locale 2009-05-20 patch |
52 |
|
|
53 |
|
* Mon Apr 27 2009 SME Translation Server <translations@contribs.org> 1.0-8.sme |
54 |
|
- apply locale 2009-04-27 patch |
55 |
|
|
56 |
|
* Tue Mar 03 2009 SME Translation Server |
57 |
|
- apply locale 2009-03-03 patch |
58 |
|
|
59 |
|
* Tue Mar 3 2009 Shad L. Lords <slords@mail.com> - 1.0-6 |
60 |
|
- Fix duplicate translation tags so pootle can import |
61 |
|
|
62 |
|
* Sat Feb 28 2009 Stephen Noble <support@dungog.net> - 1.0-5 |
63 |
- add masq restart [SME 5005] |
- add masq restart [SME 5005] |
64 |
|
- bump version numbers to build on contribs |
65 |
|
|
66 |
* Sat Feb 28 2009 Stephen Noble <support@dungog.net> - 1.0-2 |
* Sat Feb 28 2009 Stephen Noble <support@dungog.net> - 1.0-2 |
67 |
- rebuild closer to SME standards [SME 5005] |
- rebuild closer to SME standards [SME 5005] |
72 |
|
|
73 |
%prep |
%prep |
74 |
%setup |
%setup |
75 |
|
%patch1 -p1 |
76 |
|
%patch2 -p1 |
77 |
|
%patch3 -p1 |
78 |
|
%patch4 -p1 |
79 |
|
%patch5 -p1 |
80 |
|
%patch6 -p1 |
81 |
|
%patch7 -p1 |
82 |
|
%patch8 -p1 |
83 |
|
%patch9 -p1 |
84 |
|
|
85 |
%build |
%build |
86 |
/usr/bin/perl createlinks |
perl createlinks |
87 |
|
|
88 |
/bin/mkdir -p root/etc/e-smith/events/local |
mkdir -p root/etc/e-smith/events/local |
89 |
/bin/ln -s /etc/htbwshaper root/etc/e-smith/events/local/S80htbwshaper |
ln -s /etc/htbwshaper root/etc/e-smith/events/local/S80htbwshaper |
90 |
|
|
91 |
%install |
%install |
92 |
rm -rf $RPM_BUILD_ROOT |
rm -rf $RPM_BUILD_ROOT |