1 |
%define name smeserver-dansguardian-panel |
%define name smeserver-dansguardian-panel |
2 |
%define version 2.11 |
%define version 2.11 |
3 |
%define release 1 |
%define release 6 |
4 |
Summary: SMEserver panel to set up dansguardian to filter www content. |
Summary: SMEserver panel to set up dansguardian to filter www content. |
5 |
Name: %{name} |
Name: %{name} |
6 |
Version: %{version} |
Version: %{version} |
10 |
Distribution: SME Server |
Distribution: SME Server |
11 |
Group: SMEServer/addon |
Group: SMEServer/addon |
12 |
Source: %{name}-%{version}.tar.gz |
Source: %{name}-%{version}.tar.gz |
13 |
|
Patch0: smeserver-dansguardian-panel-2.11-locale-2013-07-14.patch |
14 |
|
Patch1: smeserver-dansguardian-panel-2.11-x64sup.patch |
15 |
|
Patch2: smeserver-dansguardian-panel-2.11-locale-2016-03-09.patch |
16 |
|
|
17 |
Packager: Stephen Noble <support@dungog.net> |
Packager: Stephen Noble <support@dungog.net> |
18 |
BuildRoot: /var/tmp/%{name}-%{version} |
BuildRoot: /var/tmp/%{name}-%{version} |
19 |
BuildArchitectures: noarch |
BuildArchitectures: noarch |
23 |
Requires: dansguardian >= 2.10 |
Requires: dansguardian >= 2.10 |
24 |
AutoReqProv: no |
AutoReqProv: no |
25 |
License: dungog.net |
License: dungog.net |
26 |
|
BuildRequires: e-smith-devtools >= 1.13.1-03 |
27 |
|
|
28 |
%description |
%description |
29 |
rpm to setup dansguardian.org web content filter |
rpm to setup dansguardian.org web content filter |
33 |
Requires dansguardian and smeserver-dansguardian |
Requires dansguardian and smeserver-dansguardian |
34 |
|
|
35 |
%changelog |
%changelog |
36 |
* Tue Jun 25 2013 JP Pialasse <tests@pialasse.com> 2.11-1 |
* Wed Mar 09 2016 JP Pialasse <tests@pialasse.com> 2.11-6.sme |
37 |
|
- apply locale 2016-03-09 patch |
38 |
|
|
39 |
|
* Wed Sep 25 2013 JP Pialasse <tests@pialasse.com> 2.11-5.sme |
40 |
|
- x64 support [SME: 7866] |
41 |
|
|
42 |
|
* Sun Jul 14 2013 JP Pialasse <tests@pialasse.com> 2.11-3.sme |
43 |
|
- apply locale 2013-07-14 patch |
44 |
|
|
45 |
|
* Tue Jun 25 2013 JP Pialasse <tests@pialasse.com> 2.11-2 |
46 |
- initial import |
- initial import |
47 |
- thanks to Stephen Noble permission |
- thanks to Stephen Noble permission |
48 |
|
- added devtools to build requires |
49 |
|
|
50 |
* Fri Dec 12 2008 Stephen Noble <support@dungog.net> 2.10-2 |
* Fri Dec 12 2008 Stephen Noble <support@dungog.net> 2.10-2 |
51 |
- fix cosmetic uninitialized values in logs |
- fix cosmetic uninitialized values in logs |
198 |
|
|
199 |
%prep |
%prep |
200 |
%setup |
%setup |
201 |
|
%patch0 -p1 |
202 |
|
%patch1 -p1 |
203 |
|
%patch2 -p1 |
204 |
|
|
205 |
|
|
206 |
%build |
%build |
207 |
perl createlinks |
perl createlinks |