1 |
# $Id: dansguardian.spec,v 1.1 2016/04/16 05:44:10 unnilennium Exp $ |
# $Id: dansguardian.spec,v 1.2 2016/04/16 06:06:04 unnilennium Exp $ |
2 |
# Authority: dag |
# Authority: dag |
3 |
# Upstream: Daniel Barron <author$dansguardian,org> |
# Upstream: Daniel Barron <author$dansguardian,org> |
4 |
|
|
7 |
Summary: Content filtering web proxy |
Summary: Content filtering web proxy |
8 |
Name: dansguardian |
Name: dansguardian |
9 |
Version: 2.10.1.1 |
Version: 2.10.1.1 |
10 |
Release: 1%{?dist} |
Release: 2%{?dist} |
11 |
License: GPLv2+ |
License: GPLv2+ |
12 |
Group: System Environment/Daemons |
Group: System Environment/Daemons |
13 |
URL: http://www.dansguardian.org/ |
URL: http://www.dansguardian.org/ |
19 |
|
|
20 |
# Fixes some compilation errors with gcc 4.4 |
# Fixes some compilation errors with gcc 4.4 |
21 |
Patch1: dansguardian-gcc44.patch |
Patch1: dansguardian-gcc44.patch |
22 |
|
Patch2: dansguardian-clamav.patch |
23 |
|
|
24 |
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root |
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root |
25 |
|
|
46 |
%prep |
%prep |
47 |
%setup |
%setup |
48 |
%patch1 -p1 |
%patch1 -p1 |
49 |
|
%patch2 -p1 |
50 |
|
|
51 |
%build |
%build |
52 |
|
|
139 |
%dir %{_localstatedir}/log/%{name} |
%dir %{_localstatedir}/log/%{name} |
140 |
|
|
141 |
%changelog |
%changelog |
142 |
|
* Tue Dec 11 2018 T Fage <tfage@yahoo.com.au> 2.10.1.1-2.sme |
143 |
|
- Add clamav daemonuser and clamd socket for SME 9 [Bug 10663] |
144 |
|
|
145 |
* Sat Apr 16 2016 Jean-Philipe Pialasse <tests@pialasse.com> -1.sme |
* Sat Apr 16 2016 Jean-Philipe Pialasse <tests@pialasse.com> -1.sme |
146 |
- build for SME 9 [SME: 8436] |
- build for SME 9 [SME: 8436] |
147 |
|
|