X-Git-Url: http://www.privoxy.org/gitweb/?p=privoxy.git;a=blobdiff_plain;f=privoxy-rh.spec;h=97da19f346584a055bf10100f465033b2e1aa74c;hp=5270fbef3f735569a702d7d9465ba1b2dff6a992;hb=4cd34abccf768adb1fb30d797689fe9f005ede05;hpb=2328975bad579b98cfec94e76899fec2a29b37b3 diff --git a/privoxy-rh.spec b/privoxy-rh.spec index 5270fbef..97da19f3 100644 --- a/privoxy-rh.spec +++ b/privoxy-rh.spec @@ -1,4 +1,4 @@ -# $Id: privoxy-rh.spec,v 1.55 2008/03/02 17:36:43 fabiankeil Exp $ +# $Id: privoxy-rh.spec,v 1.60 2008/08/30 12:46:49 fabiankeil Exp $ # # Written by and Copyright (C) 2001-2006 the SourceForge # Privoxy team. http://www.privoxy.org/ @@ -35,9 +35,9 @@ Name: privoxy # ATTENTION -# Version and release should be updated acordingly on configure.in and +# Version and release should be updated accordingly on configure.in and # configure. Otherwise, the package can be build with the wrong value -Version: 3.0.9 +Version: 3.0.10 Release: 1 Summary: Privoxy - privacy enhancing proxy License: GPL @@ -70,7 +70,7 @@ Privoxy is based on the Internet Junkbuster. # We check to see if versions match VERSION_MAJOR=3 VERSION_MINOR=0 -VERSION_POINT=9 +VERSION_POINT=10 # find CVS files and remove it. find -name CVS | xargs rm -rf @@ -144,7 +144,6 @@ cat config | \ # sed 's/^permissionsfile.*/permissionsfile \/etc\/%{name}\/permissionsfile/g' | \ # sed 's/^filterfile.*/default.filter \/etc\/%{name}\/default.filter/g' | \ # sed 's/^logfile.*/logfile \%{_localstatedir}\/log\/%{name}\/logfile/g' | \ -# sed 's/^jarfile.*/jarfile \%{_localstatedir}\/log\/%{name}\/jarfile/g' | \ # sed 's/^forward.*/forward \/etc\/%{name}\/forward/g' | \ # sed 's/^aclfile.*/aclfile \/etc\/%{name}\/aclfile/g' > \ sed 's@^logdir.*@logdir %{_localstatedir}/log/%{name}@g' | \ @@ -250,7 +249,7 @@ fi %files %defattr(0644,root,root,0755) %doc README AUTHORS ChangeLog LICENSE -%doc doc/text/developer-manual.txt doc/text/user-manual.txt doc/text/faq.txt +#%doc doc/text/developer-manual.txt doc/text/user-manual.txt doc/text/faq.txt %doc doc/webserver/developer-manual %doc doc/webserver/user-manual %doc doc/webserver/faq @@ -272,7 +271,6 @@ fi # -- morcego # WARNING ! WARNING ! WARNING ! WARNING ! WARNING ! WARNING ! WARNING ! %config(noreplace) %{privoxyconf}/config -%config %{privoxyconf}/standard.action %config(noreplace) %{privoxyconf}/user.action %config %{privoxyconf}/default.action %config %{privoxyconf}/default.filter @@ -316,6 +314,7 @@ fi %config %{privoxyconf}/templates/toggle %config %{privoxyconf}/templates/toggle-mini %config %{privoxyconf}/templates/untrusted +%config %{privoxyconf}/templates/url-info-osd.xml # Attention, new defattr change here ! %defattr(0644,root,root,0755) @@ -326,6 +325,9 @@ fi %{_mandir}/man1/%{name}.* %changelog +* Sat Jun 18 2008 Hal Burgiss +- Remove reference to txt docs. + * Sat Oct 18 2006 Hal Burgiss - Bump version to 3.0.6 @@ -762,6 +764,24 @@ fi additional "-r @" flag. # $Log: privoxy-rh.spec,v $ +# Revision 1.60 2008/08/30 12:46:49 fabiankeil +# The jarfile directive is gone. Update accordingly. +# +# Revision 1.59 2008/08/13 16:57:46 fabiankeil +# Change version to 3.0.10. +# +# Revision 1.58 2008/06/19 01:52:17 hal9 +# Remove txt docs from spec file. +# +# Revision 1.57 2008/05/30 15:06:42 fabiankeil +# - Add %config directive for url-info-osd.xml. +# As usual, this hasn't been tested. +# - Fix comment typo. +# +# Revision 1.56 2008/03/16 14:17:25 fabiankeil +# Add %config lines for regression-tests.action and forwarding-failed. +# This might or might not help with #1915185, reported by Bernardo Bacic. +# # Revision 1.55 2008/03/02 17:36:43 fabiankeil # Set version to 3.0.9. #