X-Git-Url: http://www.privoxy.org/gitweb/?p=privoxy.git;a=blobdiff_plain;f=junkbuster-rh.spec;h=9be762109570e6ea8d6909eea8a3ab083e5c9114;hp=84671f73742d928d0c0ae75c0684d441e794b1a9;hb=c88fbf28546a609fb39415ccac6b97bfa1f5d185;hpb=7d98a9e99a063752fbfd025743b6eed7a4d29826 diff --git a/junkbuster-rh.spec b/junkbuster-rh.spec index 84671f73..9be76210 100644 --- a/junkbuster-rh.spec +++ b/junkbuster-rh.spec @@ -1,4 +1,4 @@ -# $Id: junkbuster-rh.spec,v 1.37 2002/03/07 19:23:49 swa Exp $ +# $Id: junkbuster-rh.spec,v 1.42 2002/03/12 13:41:18 sarantis 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: 7 +Release: 3 Source0: http://www.waldherr.org/%{name}/ijbswa-%{version}.tar.gz License: GPL BuildRoot: %{_tmppath}/%{name}-%{version}-root @@ -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} @@ -168,6 +170,7 @@ fi %doc doc/text/developer-manual.txt doc/text/user-manual.txt %doc doc/webserver/developer-manual %doc doc/webserver/user-manual +%doc doc/webserver/ijb_docs.css #%doc %{name}.weekly %{name}.monthly AUTHORS %dir %{ijbconf} @@ -219,6 +222,17 @@ fi %{_mandir}/man8/%{name}.8* %changelog +* Thu Mar 21 2002 Hal Burgiss +- added ijb_docs.css to docs. + +* 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. @@ -424,6 +438,18 @@ fi additional "-r @" flag. # $Log: junkbuster-rh.spec,v $ +# Revision 1.42 2002/03/12 13:41:18 sarantis +# remove hard-coded "ijbswa" string in build phase +# +# 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. #