X-Git-Url: http://www.privoxy.org/gitweb/?a=blobdiff_plain;f=privoxy-suse.spec;h=1708836b299d26d5fd78cc328511f7b6d52a9d56;hb=f27501b7b906ccd824e763e0a7f934b24ec57177;hp=67e409d5290c35afd17157b2d57d0c84ba655546;hpb=19ca6a894e4487edef033586a6d32693d72826fb;p=privoxy.git diff --git a/privoxy-suse.spec b/privoxy-suse.spec index 67e409d5..1708836b 100644 --- a/privoxy-suse.spec +++ b/privoxy-suse.spec @@ -1,4 +1,4 @@ -# $Id: privoxy-suse.spec,v 1.8 2002/03/27 23:46:41 hal9 Exp $ +# $Id: privoxy-suse.spec,v 1.11 2002/04/09 03:12:37 hal9 Exp $ # # Written by and Copyright (C) 2001 the SourceForge # Privoxy team. http://www.privoxy.org/ @@ -45,7 +45,7 @@ URL: http://www.privoxy.org/ Provides: privoxy Obsoletes: privoxy Autoreqprov: on -BuildRequires: perl gzip docbktls libtool +BuildRequires: perl gzip libtool autoconf Conflicts: junkbuster-raw junkbuster-blank junkbuster # @@ -60,7 +60,7 @@ can be customized to suit individual needs and tastes. Privoxy has application for both stand-alone systems and multi-user networks. Privoxy is based on the code of the Internet Junkbuster. Junkbuster -was originally written by JunkBusters Corporation, and was released as +was originally written by Junkbusters Corporation, and was released as free open-source software under the GNU GPL. Stefan Waldherr made many improvements, and started the SourceForge project to continue development. Several other developers are now contributing. @@ -85,7 +85,7 @@ autoheader autoconf ./configure make -make dok + ## Explicitily stripping is not recomended. ## This is handled altomaticaly by RPM, and can couse troubles if @@ -103,7 +103,7 @@ mkdir -p ${RPM_BUILD_ROOT}%{_sbindir} \ ${RPM_BUILD_ROOT}%{ijbconf}/templates \ ${RPM_BUILD_ROOT}%{_sysconfdir}/logrotate.d \ ${RPM_BUILD_ROOT}%{_sysconfdir}/init.d -gzip README AUTHORS ChangeLog privoxy.1 || /bin/true +gzip README AUTHORS ChangeLog privoxy.1 LICENSE || /bin/true install -s -m 744 privoxy $RPM_BUILD_ROOT%{_sbindir}/privoxy cp -f privoxy.1.gz $RPM_BUILD_ROOT%{_mandir}/man8/privoxy.8.gz cp -f *.action $RPM_BUILD_ROOT%{ijbconf}/ @@ -195,11 +195,13 @@ id privoxy > /dev/null 2>&1 && /usr/sbin/userdel privoxy || /bin/true # %files %defattr(-,root,root) -%doc README.gz AUTHORS.gz ChangeLog.gz -%doc doc/webserver/developer-manual doc/webserver/user-manual +%doc README.gz AUTHORS.gz ChangeLog.gz LICENSE.gz +%doc doc/webserver/developer-manual %doc doc/webserver/user-manual %doc doc/webserver/faq %doc doc/webserver/p_doc.css +%doc doc/webserver/p_web.css +%doc doc/webserver/index.html #%doc privoxy.weekly privoxy.monthly AUTHORS %dir %{ijbconf} %config %{ijbconf}/* @@ -214,6 +216,11 @@ id privoxy > /dev/null 2>&1 && /usr/sbin/userdel privoxy || /bin/true # ----------------------------------------------------------------------------- # %changelog +* Mon Apr 08 2002 Hal Burgiss ++ privoxy-2.9.13-4 +- Add LICENSE.gz, p_web.css, and index.html. Add autoconf +- to Buildrequires. + * Wed Mar 27 2002 Hal Burgiss + privoxy-2.9.13-3 - Doc css has changed names. @@ -294,6 +301,15 @@ id privoxy > /dev/null 2>&1 && /usr/sbin/userdel privoxy || /bin/true - new package: version 2.0 # $Log: privoxy-suse.spec,v $ +# Revision 1.11 2002/04/09 03:12:37 hal9 +# Add LICENSE, p_web.css and index.html. Add autoconf to buildrequires. +# +# Revision 1.10 2002/04/08 20:24:13 swa +# fixed JB spelling +# +# Revision 1.9 2002/03/30 09:01:52 swa +# new release +# # Revision 1.8 2002/03/27 23:46:41 hal9 # ijb_docs.css to p_doc.css #