X-Git-Url: http://www.privoxy.org/gitweb/?a=blobdiff_plain;f=junkbuster-rh.spec;h=d267a5828c306431abb6dcf9422cfb2d5a505d16;hb=c25d4903b8214091cc41df10d74b627412d2902f;hp=55b13f4f99949a4082915b7d72a820f5fdf890a8;hpb=3a6abc8e86f6788cce99cb5d402a7fd5d7d6fe25;p=privoxy.git diff --git a/junkbuster-rh.spec b/junkbuster-rh.spec index 55b13f4f..d267a582 100644 --- a/junkbuster-rh.spec +++ b/junkbuster-rh.spec @@ -1,4 +1,4 @@ -# $Id: junkbuster-rh.spec,v 1.36 2002/03/07 05:06:54 morcego Exp $ +# $Id: junkbuster-rh.spec,v 1.41 2002/03/11 22:58:32 hal9 Exp $ # # Written by and Copyright (C) 2001 the SourceForge # IJBSWA team. http://ijbswa.sourceforge.net @@ -33,7 +33,7 @@ Summary: The Internet Junkbuster Vendor: http://ijbswa.sourceforge.net Name: junkbuster Version: 2.9.11 -Release: 6 +Release: 9 Source0: http://www.waldherr.org/%{name}/ijbswa-%{version}.tar.gz License: GPL BuildRoot: %{_tmppath}/%{name}-%{version}-root @@ -42,7 +42,7 @@ URL: http://ijbswa.sourceforge.net/ Obsoletes: junkbuster-raw junkbuster-blank # Prereq: /usr/sbin/useradd , /sbin/chkconfig , /sbin/service Prereq: shadow-utils, chkconfig, initscripts, sh-utils -BuildRequires: perl gzip sed docbook-utils +BuildRequires: perl gzip sed docbook-utils libtool Conflicts: junkbuster-raw junkbuster-blank %description @@ -55,7 +55,7 @@ and tastes. Internet Junkbuster has application for both stand-alone systems and multi-user networks. %prep -%setup -q -c -n ijbswa +%setup -q -c %build %configure @@ -157,6 +157,8 @@ fi #if [ "$1" -ge "1" ]; then # /sbin/service %{name} condrestart > /dev/null 2>&1 #fi +# dont forget to remove user and group junkbuster +id junkbuster > /dev/null 2>&1 && /usr/sbin/userdel junkbuster || /bin/true %clean [ "%{buildroot}" != "/" ] && rm -rf %{buildroot} @@ -219,6 +221,18 @@ fi %{_mandir}/man8/%{name}.8* %changelog +* Mon Mar 11 2002 Hal Burgiss ++ junkbuster-2.9.11-8 +- Take out --enable-no-gifs, breaks some browsers. + +* Sun Mar 10 2002 Hal Burgiss ++ junkbuster-2.9.11-8 +- Add --enable-no-gifs to configure. + +* Fri Mar 08 2002 Rodrigo Barbosa ++ junkbuster-2.9.11-7 +- Added BuildRequires to libtool. + * Tue Mar 06 2002 Rodrigo Barbosa + junkbuster-2.9.11-6 - Changed the routined that handle the junkbust and junkbuster users on @@ -420,6 +434,18 @@ fi additional "-r @" flag. # $Log: junkbuster-rh.spec,v $ +# Revision 1.41 2002/03/11 22:58:32 hal9 +# Remove --enable-no-gifs +# +# Revision 1.39 2002/03/08 18:57:29 swa +# remove user junkbuster after de-installation. +# +# Revision 1.38 2002/03/08 13:45:27 morcego +# Adding libtool to Buildrequires +# +# Revision 1.37 2002/03/07 19:23:49 swa +# i hate to scroll. suse: wrong configdir. +# # Revision 1.36 2002/03/07 05:06:54 morcego # Fixed %pre scriptlet. And, as a bonus, you can even understand it now. :-) #