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 7 |
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 |
|
Patch3: smeserver-dansguardian-panel-2.11-locale-2017-03-25.patch |
17 |
|
|
18 |
Packager: Stephen Noble <support@dungog.net> |
Packager: Stephen Noble <support@dungog.net> |
19 |
BuildRoot: /var/tmp/%{name}-%{version} |
BuildRoot: /var/tmp/%{name}-%{version} |
20 |
BuildArchitectures: noarch |
BuildArchitectures: noarch |
24 |
Requires: dansguardian >= 2.10 |
Requires: dansguardian >= 2.10 |
25 |
AutoReqProv: no |
AutoReqProv: no |
26 |
License: dungog.net |
License: dungog.net |
27 |
|
BuildRequires: e-smith-devtools >= 1.13.1-03 |
28 |
|
|
29 |
%description |
%description |
30 |
rpm to setup dansguardian.org web content filter |
rpm to setup dansguardian.org web content filter |
34 |
Requires dansguardian and smeserver-dansguardian |
Requires dansguardian and smeserver-dansguardian |
35 |
|
|
36 |
%changelog |
%changelog |
37 |
* Tue Jun 25 2013 JP Pialasse <tests@pialasse.com> 2.11-1 |
* Sat Mar 25 2017 Jean-Philipe Pialasse <tests@pialasse.com> 2.11-7.sme |
38 |
|
- apply locale 2017-03-25 |
39 |
|
|
40 |
|
* Wed Mar 09 2016 JP Pialasse <tests@pialasse.com> 2.11-6.sme |
41 |
|
- apply locale 2016-03-09 patch |
42 |
|
|
43 |
|
* Wed Sep 25 2013 JP Pialasse <tests@pialasse.com> 2.11-5.sme |
44 |
|
- x64 support [SME: 7866] |
45 |
|
|
46 |
|
* Sun Jul 14 2013 JP Pialasse <tests@pialasse.com> 2.11-3.sme |
47 |
|
- apply locale 2013-07-14 patch |
48 |
|
|
49 |
|
* Tue Jun 25 2013 JP Pialasse <tests@pialasse.com> 2.11-2 |
50 |
- initial import |
- initial import |
51 |
- thanks to Stephen Noble permission |
- thanks to Stephen Noble permission |
52 |
|
- added devtools to build requires |
53 |
|
|
54 |
* Fri Dec 12 2008 Stephen Noble <support@dungog.net> 2.10-2 |
* Fri Dec 12 2008 Stephen Noble <support@dungog.net> 2.10-2 |
55 |
- fix cosmetic uninitialized values in logs |
- fix cosmetic uninitialized values in logs |
202 |
|
|
203 |
%prep |
%prep |
204 |
%setup |
%setup |
205 |
|
%patch0 -p1 |
206 |
|
%patch1 -p1 |
207 |
|
%patch2 -p1 |
208 |
|
%patch3 -p1 |
209 |
|
|
210 |
%build |
%build |
211 |
perl createlinks |
perl createlinks |