Moving all our URL and URL pattern parsing code to urlmatch.c.
[privoxy.git] / junkbuster-suse.spec
index cfb28f2..fb3f9d5 100644 (file)
@@ -1,4 +1,4 @@
-# $Id: junkbuster-suse.spec,v 1.8 2001/09/13 16:22:42 swa Exp $
+# $Id: junkbuster-suse.spec,v 1.10 2001/10/31 19:27:27 swa Exp $
 #
 # Written by and Copyright (C) 2001 the SourceForge
 # IJBSWA team.  http://ijbswa.sourceforge.net
 # Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 #
 # $Log: junkbuster-suse.spec,v $
+# Revision 1.10  2001/10/31 19:27:27  swa
+# consistent description. new name for suse since
+# we had troubles with rpms of identical names
+# on the webserver.
+#
+# Revision 1.9  2001/10/26 18:17:23  swa
+# new version string
+#
 # Revision 1.8  2001/09/13 16:22:42  swa
 # man page is legacy. suse rpm now contains html
 # documentation.
@@ -58,7 +66,7 @@
 
 Vendor:       http://ijbswa.sourceforge.net
 Distribution: defineme
-Name:         junkbuster
+Name:         junkbuster-suse
 Packager:     Stefan Waldherr <stefan@waldherr.org>
 
 Copyright:    GPL
@@ -68,7 +76,7 @@ Group:        Networking/Utilities
 Provides:     ijb
 Obsoletes:    ijb
 Autoreqprov:  on
-Version: 2.9.9
+Version: 2.9.10
 Release: 1
 Summary:      The Internet Junkbuster
 Source:  http://www.waldherr.org/junkbuster/ijbswa.tar.gz
@@ -77,10 +85,13 @@ Source:  http://www.waldherr.org/junkbuster/ijbswa.tar.gz
 # -----------------------------------------------------------------------------
 #
 %description
-The Internet Junkbuster is an application that provides privacy and
-security to the user of the world wide web. It controls cookies,
-removes advertisements or pop-up windows. You can actually modify the
-content of web pages on-the-fly.
+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.
 
 Authors:
 --------
@@ -98,8 +109,10 @@ SuSE series: n
 # -----------------------------------------------------------------------------
 #
 %build
+autoheader
+autoconf
 ./configure
-make
+gmake
 strip junkbuster
 
 #
@@ -118,13 +131,13 @@ ln -sf /etc/init.d/junkbuster $RPM_BUILD_ROOT/usr/sbin/rcjunkbuster
 install -m 755 junkbuster $RPM_BUILD_ROOT/usr/sbin
 install -d $RPM_BUILD_ROOT/etc/junkbuster
 install -d $RPM_BUILD_ROOT/etc/junkbuster/templates
-install -m 644 actionsfile $RPM_BUILD_ROOT/etc/junkbuster
+install -m 644 ijb.action $RPM_BUILD_ROOT/etc/junkbuster
 install -m 644 re_filterfile $RPM_BUILD_ROOT/etc/junkbuster
 # verify all file locations, etc. in the config file
 # don't start with ^ or commented lines are not replaced
 cat config | \
     sed 's/^confdir.*/confdir \/etc\/junkbuster/g' | \
-    sed 's/^actionsfile.*/actionsfile \/etc\/junkbuster\/actionsfile/g' | \
+    sed 's/^ijb.action.*/ijb.action \/etc\/junkbuster\/ijb.action/g' | \
 #    sed 's/^re_filterfile.*/re_filterfile \/etc\/junkbuster\/re_filterfile/g' | \
 #    sed 's/^logfile.*/logfile \/var\/log\/junkbuster\/logfile/g' | \
 #    sed 's/^jarfile.*/jarfile \/var\/log\/junkbuster\/jarfile/g' | \