X-Git-Url: http://www.privoxy.org/gitweb/?a=blobdiff_plain;f=junkbuster-rh.spec;h=b3da1e1762333b340877e136e4c7030488bd3577;hb=0c5b7cd3457922c660776509ea92b626fb413a01;hp=cb1e876111077e1f7678503f256823bc7ac2a0b2;hpb=f39918686ddd5d7d65b98bde4269f9462b106acc;p=privoxy.git diff --git a/junkbuster-rh.spec b/junkbuster-rh.spec index cb1e8761..b3da1e17 100644 --- a/junkbuster-rh.spec +++ b/junkbuster-rh.spec @@ -1,4 +1,4 @@ -# $Id: junkbuster-rh.spec,v 1.17 2001/10/10 18:59:28 hal9 Exp $ +# $Id: junkbuster-rh.spec,v 1.20 2001/10/24 15:45:49 hal9 Exp $ # # Written by and Copyright (C) 2001 the SourceForge # IJBSWA team. http://ijbswa.sourceforge.net @@ -26,6 +26,12 @@ # Temple Place - Suite 330, Boston, MA 02111-1307, USA. # # $Log: junkbuster-rh.spec,v $ +# Revision 1.20 2001/10/24 15:45:49 hal9 +# To keep Thomas happy (aka correcting my mistakes) +# +# Revision 1.19 2001/10/15 03:23:59 hal9 +# Nits. +# # Revision 1.17 2001/10/10 18:59:28 hal9 # Minor change for init script. # @@ -97,10 +103,13 @@ BuildRequires: perl Conflicts: junkbuster-raw junkbuster-blank %description -The Internet Junkbuster stops your browser from displaying the -advertisement images that pervade many commercial web pages. Since -your browser has to download fewer images, surfing the web should be -faster. +Internet Junkbuster is a web proxy with advanced filtering +capabilities for protecting privacy, filtering web page content, +managing cookies, controlling access, and removing ads, banners, +pop-ups and other obnoxious Internet Junk. Junkbuster has a very +flexible configuration and can be customized to suit individual needs +and tastes. Internet Junkbuster has application for both stand-alone +systems and multi-user networks. %define ijbconf %{_sysconfdir}/junkbuster @@ -108,13 +117,12 @@ faster. %setup -c -n ijbswa %build -OPT_FLAGS="$RPM_OPT_FLAGS -Ipcre -Wall" -./configure -make "CFLAGS=$OPT_FLAGS" +%configure +make "CFLAGS=$RPM_OPT_FLAGS -Ipcre -Wall" strip junkbuster %pre -/usr/sbin/useradd -d /etc/junkbuster -u 73 -r junkbust -s "" > /dev/null 2>&1 || /bin/true +/usr/sbin/useradd -d /etc/junkbuster -u 73 -r junkbuster -s "" > /dev/null 2>&1 || /bin/true %install rm -rf $RPM_BUILD_ROOT @@ -150,19 +158,17 @@ cat config | \ $RPM_BUILD_ROOT%{ijbconf}/config perl -pe 's/{-no-cookies}/{-no-cookies}\n\.redhat.com/' actionsfile >\ $RPM_BUILD_ROOT%{ijbconf}/actionsfile -perl -pi -e 's/JB_USER=\"junkbuster\"/JB_USER=\"junkbust\"/' \ - $RPM_BUILD_ROOT%{_sysconfdir}/rc.d/init.d/junkbuster %post +# for upgrade from 2.0.x +[ -f /var/log/junkbuster/junkbuster ] &&\ + mv -f /var/log/junkbuster/junkbuster /var/log/junkbuster/logfile || /bin/true +chown -R junkbuster:junkbuster /var/log/junkbuster 2>/dev/null +chown -R junkbuster:junkbuster /etc/junkbuster 2>/dev/null if [ "$1" = "1" ]; then /sbin/chkconfig --add junkbuster /sbin/service junkbuster condrestart > /dev/null 2>&1 fi -# for upgrade from 2.0.x -chown junkbust:junkbust /var/log/junkbuster/* 2>/dev/null -chown junkbust:junkbust /etc/junkbuster 2>/dev/null -[ -f /var/log/junkbuster/junkbuster ] &&\ - mv -f /var/log/junkbuster/junkbuster /var/log/junkbuster/logfile || /bin/true %preun if [ "$1" = "0" ]; then @@ -184,14 +190,17 @@ rm -rf $RPM_BUILD_ROOT %doc junkbuster.weekly junkbuster.monthly AUTHORS %dir %{ijbconf} %config %{ijbconf}/* -%attr(0744,junkbust,junkbust) %dir /var/log/junkbuster +%attr(0744,junkbuster,junkbuster) %dir /var/log/junkbuster %config %{_sysconfdir}/logrotate.d/junkbuster -%attr(0744,junkbust,junkbust)/usr/sbin/junkbuster +%attr(0744,junkbuster,junkbuster)/usr/sbin/junkbuster %{_mandir}/man8/* %config %{_sysconfdir}/rc.d/init.d/junkbuster %changelog +* Wed Oct 24 2001 Hal Burigss +- Back to user 'junkbuster' and fix configure macro. + * Wed Oct 10 2001 Hal Burigss - More changes for user 'junkbust'. Init script had 'junkbuster'.