X-Git-Url: http://www.privoxy.org/gitweb/?a=blobdiff_plain;f=privoxy-rh.spec;h=020022c0364d556d40a0059624588155a3fcd960;hb=bb43148fcbd4f851311ac1c3ae4ea295e7a7eaa5;hp=ed125be0939a5f1222bc7633705bb985e4de2685;hpb=bd6912e45154b4479b165af980a54a0f16564e19;p=privoxy.git diff --git a/privoxy-rh.spec b/privoxy-rh.spec index ed125be0..020022c0 100644 --- a/privoxy-rh.spec +++ b/privoxy-rh.spec @@ -1,4 +1,4 @@ -# $Id: privoxy-rh.spec,v 1.54 2008/01/20 14:30:59 fabiankeil Exp $ +# $Id: privoxy-rh.spec,v 1.57 2008/05/30 15:06:42 fabiankeil Exp $ # # Written by and Copyright (C) 2001-2006 the SourceForge # Privoxy team. http://www.privoxy.org/ @@ -35,7 +35,7 @@ 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 Release: 1 @@ -250,7 +250,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 @@ -276,6 +276,7 @@ fi %config(noreplace) %{privoxyconf}/user.action %config %{privoxyconf}/default.action %config %{privoxyconf}/default.filter +%config %{privoxyconf}/regression-tests.action %config(noreplace) %{privoxyconf}/user.filter %config(noreplace) %{privoxyconf}/trust @@ -292,6 +293,7 @@ fi %config %{privoxyconf}/templates/cgi-style.css %config %{privoxyconf}/templates/connect-failed %config %{privoxyconf}/templates/default +%config %{privoxyconf}/templates/forwarding-failed %config %{privoxyconf}/templates/edit-actions-add-url-form %config %{privoxyconf}/templates/edit-actions-for-url %config %{privoxyconf}/templates/edit-actions-for-url-filter @@ -314,6 +316,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) @@ -324,6 +327,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 @@ -760,6 +766,18 @@ fi additional "-r @" flag. # $Log: privoxy-rh.spec,v $ +# 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. +# # Revision 1.54 2008/01/20 14:30:59 fabiankeil # Set version to 3.0.8. #