X-Git-Url: http://www.privoxy.org/gitweb/?a=blobdiff_plain;f=privoxy-rh.spec;h=f4a777d725eaef13593bdb44be446a81b2b020e5;hb=bbe7261d73de230e6950f9512650de4334239e8f;hp=574a1ee46398dc78e5660f0d77e36586ae1c1595;hpb=6ea5bb5b1812c94f33e623dc5e423b1a4f0c5a4d;p=privoxy.git diff --git a/privoxy-rh.spec b/privoxy-rh.spec index 574a1ee4..f4a777d7 100644 --- a/privoxy-rh.spec +++ b/privoxy-rh.spec @@ -1,4 +1,4 @@ -# $Id: privoxy-rh.spec,v 1.33.2.5 2002/07/02 11:43:20 hal9 Exp $ +# $Id: privoxy-rh.spec,v 1.33.2.7 2002/07/02 18:16:48 morcego Exp $ # # Written by and Copyright (C) 2001 the SourceForge # Privoxy team. http://www.privoxy.org/ @@ -38,7 +38,7 @@ Name: privoxy # Version and release should be updated acordingly on configure.in and # configure. Otherwise, the package can be build with the wrong value Version: 2.9.15 -Release: 5 +Release: 7 Summary: Privoxy - privacy enhancing proxy License: GPL Source0: http://www.waldherr.org/%{name}/%{name}-%{version}.tar.gz @@ -113,15 +113,15 @@ install -s -m 744 %{name} %{buildroot}%{_sbindir}/%{name} # wrong format for i in `ls *.action` do - cat $i | sed -e 's/\r$//' > %{buildroot}%{privoxyconf}/$i + cat $i | sed -e 's/[[:cntrl:]]*$//' > %{buildroot}%{privoxyconf}/$i done -cat default.filter | sed -e 's/\r$//' > %{buildroot}%{privoxyconf}/default.filter -cat trust | sed -e 's/\r$//' > %{buildroot}%{privoxyconf}/trust +cat default.filter | sed -e 's/[[:cntrl:]]*$//' > %{buildroot}%{privoxyconf}/default.filter +cat trust | sed -e 's/[[:cntrl:]]*$//' > %{buildroot}%{privoxyconf}/trust ( cd templates for i in `ls` do - cat $i | sed -e 's/\r$//' > %{buildroot}%{privoxyconf}/templates/$i + cat $i | sed -e 's/[[:cntrl:]]*$//' > %{buildroot}%{privoxyconf}/templates/$i done ) @@ -143,7 +143,7 @@ cat config | \ # 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 -e 's/\r$//' > \ + sed -e 's/[[:cntrl:]]*$//' > \ %{buildroot}%{privoxyconf}/config perl -pe 's/{-no-cookies}/{-no-cookies}\n\.redhat.com/' default.action >\ %{buildroot}%{privoxyconf}/default.action @@ -261,7 +261,7 @@ fi %doc doc/webserver/man-page # ATTENTION FOR defattr change here ! -%defattr(0755,%{name},%{name},0644) +%defattr(0644,%{name},%{name},0755) %dir %{privoxyconf} %dir %{privoxyconf}/templates @@ -317,7 +317,7 @@ fi %config %{privoxyconf}/templates/untrusted # Attention, new defattr change here ! -%defattr(0755,root,root,0644) +%defattr(0644,root,root,0755) %config(noreplace) %{_sysconfdir}/logrotate.d/%{name} %config(noreplace) %attr(0744,root,root) %{_sysconfdir}/rc.d/init.d/%{name} @@ -332,6 +332,16 @@ fi %{_mandir}/man1/%{name}.* %changelog +* Wed Jul 03 2002 Rodrigo Barbosa ++ privoxy-2.9.15-7 +- Changing sed expression that removed CR from the end of the lines. This + new one removes any control caracter, and should work with older versions + of sed + +* Tue Jul 02 2002 Rodrigo Barbosa ++ privoxy-2.9.15-6 +- Fixing defattr values. File and directory modes where swapped + * Tue Jul 02 2002 Rodrigo Barbosa + privoxy-2.9.15-5 - Bumping Release number (which should be changed every time the specfile @@ -713,6 +723,12 @@ fi additional "-r @" flag. # $Log: privoxy-rh.spec,v $ +# Revision 1.33.2.7 2002/07/02 18:16:48 morcego +# - Fixing defattr values. File and directory modes where swapped +# +# Revision 1.33.2.6 2002/07/02 17:38:10 morcego +# Bumping Release number +# # Revision 1.33.2.5 2002/07/02 11:43:20 hal9 # Fix typo in templates creation. #