X-Git-Url: http://www.privoxy.org/gitweb/?p=privoxy.git;a=blobdiff_plain;f=privoxy-rh.spec;h=0b5added49b1c4d657c2a85cdb0f645f2119f887;hp=0779b818639396f22f3bea30db64e2d1a6dedb43;hb=d10c062399534f3619e2cf10d7c768037596333b;hpb=d9be112e8353413208b1ed009c9541e334ea7fb2 diff --git a/privoxy-rh.spec b/privoxy-rh.spec index 0779b818..0b5added 100644 --- a/privoxy-rh.spec +++ b/privoxy-rh.spec @@ -1,6 +1,6 @@ -# $Id: privoxy-rh.spec,v 1.48 2006/09/20 23:51:26 hal9 Exp $ +# $Id: privoxy-rh.spec,v 1.63 2009/03/21 10:46:15 fabiankeil Exp $ # -# Written by and Copyright (C) 2001 the SourceForge +# Written by and Copyright (C) 2001-2006 the SourceForge # Privoxy team. http://www.privoxy.org/ # # Based on the Internet Junkbuster originally written @@ -35,13 +35,13 @@ 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.5 +Version: 3.0.13 Release: 1 Summary: Privoxy - privacy enhancing proxy License: GPL -Source0: http://www.waldherr.org/%{name}/%{name}-%{version}.tar.gz +Source0: http://dl.sf.net/ijbswa/%{name}-%{version}-stable-src.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-root Group: System Environment/Daemons URL: http://www.privoxy.org/ @@ -62,14 +62,15 @@ for both stand-alone systems and multi-user networks. Privoxy is based on the Internet Junkbuster. %prep -%setup -q -c +#%setup -q -c +%setup -q -n "%{name}-%{version}-stable" %build # We check to see if versions match VERSION_MAJOR=3 VERSION_MINOR=0 -VERSION_POINT=5 +VERSION_POINT=13 # find CVS files and remove it. find -name CVS | xargs rm -rf @@ -143,10 +144,10 @@ 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' | \ + sed 's@#user-manual http://www.privoxy.org/user-manual/@user-manual %{_docdir}/%{name}-%{version}/user-manual/@g' | \ sed -e 's/[[:cntrl:]]*$//' > \ %{buildroot}%{privoxyconf}/config perl -pe 's/{-no-cookies}/{-no-cookies}\n\.redhat.com/' default.action >\ @@ -248,11 +249,11 @@ 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 -%doc doc/webserver/p_doc.css doc/webserver/p_web.css doc/webserver/privoxy-index.html +%doc doc/webserver/p_doc.css doc/webserver/privoxy-index.html %doc doc/webserver/images %doc doc/webserver/man-page @@ -270,10 +271,11 @@ fi # -- morcego # WARNING ! WARNING ! WARNING ! WARNING ! WARNING ! WARNING ! WARNING ! %config(noreplace) %{privoxyconf}/config -%config %{privoxyconf}/standard.action %config(noreplace) %{privoxyconf}/user.action +%config %{privoxyconf}/match-all.action %config %{privoxyconf}/default.action %config %{privoxyconf}/default.filter +%config %{privoxyconf}/regression-tests.action %config(noreplace) %{privoxyconf}/user.filter %config(noreplace) %{privoxyconf}/trust @@ -289,7 +291,9 @@ fi %config %{privoxyconf}/templates/cgi-error-parse %config %{privoxyconf}/templates/cgi-style.css %config %{privoxyconf}/templates/connect-failed +%config %{privoxyconf}/templates/connection-timeout %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 @@ -303,6 +307,7 @@ fi %config %{privoxyconf}/templates/mod-support-and-service %config %{privoxyconf}/templates/mod-title %config %{privoxyconf}/templates/mod-unstable-warning +%config %{privoxyconf}/templates/no-server-data %config %{privoxyconf}/templates/no-such-domain %config %{privoxyconf}/templates/show-request %config %{privoxyconf}/templates/show-status @@ -312,6 +317,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) @@ -322,6 +328,15 @@ 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 + +* Sat Sep 23 2006 Jochen Schlick 3.0.5-1 +- let user-manual point to local documentation + * Thu Sep 21 2006 Hal Burgiss - Fix user.filter install section and clean up CVS cruft in tarball. @@ -752,6 +767,58 @@ fi additional "-r @" flag. # $Log: privoxy-rh.spec,v $ +# Revision 1.64 2009/06/11 12:13:51 fabiankeil +# Bump version for 3.0.13 beta. +# +# Revision 1.63 2009/03/21 10:46:15 fabiankeil +# Bump version to 3.0.12. +# +# Revision 1.62 2009/02/15 17:17:23 fabiankeil +# - Bump version to 3.0.11. +# - List match-all.action as %config file. +# +# Revision 1.61 2009/01/13 16:47:34 fabiankeil +# The standard.action file is gone. +# +# 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. +# +# Revision 1.54 2008/01/20 14:30:59 fabiankeil +# Set version to 3.0.8. +# +# Revision 1.53 2006/11/28 11:34:35 hal9 +# Fix the prep section per Support request so it actually builds. +# +# Revision 1.52 2006/11/18 17:36:53 hal9 +# Ooops, bumping version to 3.0.6 +# +# Revision 1.51 2006/11/18 14:37:12 fabiankeil +# Bump version to 3.0.6. +# +# Revision 1.50 2006/09/24 01:19:03 hal9 +# Add changes for user-manual directive by nfopd submitted via SF. +# +# Revision 1.49 2006/09/22 01:02:08 hal9 +# Fix user.filter installation and CVS files cruft per support request. +# # Revision 1.48 2006/09/20 23:51:26 hal9 # Bump versions to 3.0.5 #