From: swa <swa@users.sourceforge.net>
Date: Mon, 11 Mar 2002 12:30:31 +0000 (+0000)
Subject: be consistent with rh spec file
X-Git-Tag: v_2_9_12~67
X-Git-Url: http://www.privoxy.org/gitweb/@default-cgi@/faq/%22https:/developer-manual/static/howto.html?a=commitdiff_plain;h=22fce20bdb775a81e7c430076f59791858aca24f;p=privoxy.git

be consistent with rh spec file
---

diff --git a/junkbuster-suse.spec b/junkbuster-suse.spec
index c015ad10..5b2b7d54 100644
--- a/junkbuster-suse.spec
+++ b/junkbuster-suse.spec
@@ -1,4 +1,4 @@
-# $Id: junkbuster-suse.spec,v 1.16 2002/03/08 18:40:44 swa Exp $
+# $Id: junkbuster-suse.spec,v 1.17 2002/03/08 19:30:23 swa Exp $
 #
 # Written by and Copyright (C) 2001 the SourceForge
 # IJBSWA team.  http://ijbswa.sourceforge.net
@@ -77,7 +77,7 @@ SuSE series: n
 %build
 autoheader
 autoconf
-./configure
+./configure --enable-no-gifs 
 make
 make dok
 
@@ -272,6 +272,11 @@ id junkbuster > /dev/null 2>&1 && /usr/sbin/userdel junkbuster || /bin/true
 - new package: version 2.0
 
 # $Log: junkbuster-suse.spec,v $
+# Revision 1.17  2002/03/08 19:30:23  swa
+# remove user junkbuster after de-installation.
+# synced suse with rh-specfile. installation
+# and de-installation seem to work.
+#
 # Revision 1.16  2002/03/08 18:40:44  swa
 # build requires tools. useradd and del works
 # now.