diff --git a/privoxy.spec b/privoxy.spec index 9fdd8f6..f4f13c1 100644 --- a/privoxy.spec +++ b/privoxy.spec @@ -1,43 +1,13 @@ -# $Id: privoxy.spec,v 1.34 2004/06/15 14:40:05 sopwith Exp $ -# -# Written by and Copyright (C) 2001 the SourceForge -# Privoxy team. http://www.privoxy.org/ -# -# Based on the Internet Junkbuster originally written -# by and Copyright (C) 1997 Anonymous Coders and -# Junkbusters Corporation. http://www.junkbusters.com -# -# This program is free software; you can redistribute it -# and/or modify it under the terms of the GNU General -# Public License as published by the Free Software -# Foundation; either version 2 of the License, or (at -# your option) any later version. -# -# This program is distributed in the hope that it will -# be useful, but WITHOUT ANY WARRANTY; without even the -# implied warranty of MERCHANTABILITY or FITNESS FOR A -# PARTICULAR PURPOSE. See the GNU General Public -# License for more details. -# -# The GNU General Public License should be included with -# this file. If not, you can view it at -# http://www.gnu.org/copyleft/gpl.html -# or write to the Free Software Foundation, Inc., 59 -# Temple Place - Suite 330, Boston, MA 02111-1307, USA. -# - -# Defines should happen in the begining of the file %define privoxyconf %{_sysconfdir}/%{name} %define privoxy_uid 73 %define privoxy_gid 73 Name: privoxy Version: 3.0.6 -Release: 4 +Release: 5%{?dist} Summary: Privoxy - privacy enhancing proxy License: GPL Source0: http://dl.sf.net/ijbswa/%{name}/%{name}-%{version}-stable-src.tar.gz -#Source1: http://unc.dl.sourceforge.net/sourceforge/ijbswa/default.action Patch: privoxy-3.0.3-service.patch Patch1: privoxy-3.0.6-stripchangelog.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) @@ -47,7 +17,7 @@ Requires(pre): shadow-utils Requires(post): /sbin/chkconfig Requires(preun): /sbin/chkconfig, /sbin/service Requires(postun): /sbin/service -BuildRequires: libtool autoconf +BuildRequires: libtool autoconf pcre-devel %description Privoxy is a web proxy with advanced filtering capabilities for @@ -64,13 +34,12 @@ Privoxy is based on the Internet Junkbuster. %patch -p1 %patch1 -p1 -iconv -f iso-8859-1 -t utf-8 < privoxy.1 > privoxy.1_ -mv privoxy.1_ privoxy.1 - %build rm -rf autom4te.cache autoreconf -%configure --disable-dynamic-pcre +# lets test how it works with dynamic pcre: +#configure --disable-dynamic-pcre +%configure make %{?_smp_mflags} @@ -145,6 +114,12 @@ fi %doc doc/webserver %changelog +* Mon Feb 26 2007 Karsten Hopp 3.0.6-5 +- add disttag +- don't convert manpage to UTF-8 +- use dynamic pcre +- drop license text from spec file, it's already covered in %%doc + * Thu Feb 22 2007 Karsten Hopp 3.0.6-4 - remove changelog from init script - added many spec file fixes from Sarantis Paskalis :