From 96866f53f04f1184e24f9e95139b05176fd43cd2 Mon Sep 17 00:00:00 2001 From: hal9 Date: Sat, 1 Dec 2001 21:43:14 +0000 Subject: [PATCH] Allowed for new ijb.action file. --- junkbuster-rh.spec | 16 +++++++++++----- 1 file changed, 11 insertions(+), 5 deletions(-) diff --git a/junkbuster-rh.spec b/junkbuster-rh.spec index 38e7e452..0526e63b 100644 --- a/junkbuster-rh.spec +++ b/junkbuster-rh.spec @@ -1,4 +1,4 @@ -# $Id: junkbuster-rh.spec,v 1.22 2001/11/05 21:37:34 steudten Exp $ +# $Id: junkbuster-rh.spec,v 1.23 2001/11/06 12:09:03 steudten Exp $ # # Written by and Copyright (C) 2001 the SourceForge # IJBSWA team. http://ijbswa.sourceforge.net @@ -26,6 +26,9 @@ # Temple Place - Suite 330, Boston, MA 02111-1307, USA. # # $Log: junkbuster-rh.spec,v $ +# Revision 1.23 2001/11/06 12:09:03 steudten +# Compress doc files. Install README and AUTHORS at last as document. +# # Revision 1.22 2001/11/05 21:37:34 steudten # Fix to include the actual version for name. # Let the 'real' packager be included - sorry stefan. @@ -98,7 +101,7 @@ Summary: The Internet Junkbuster Vendor: http://ijbswa.sourceforge.net Name: junkbuster -Version: 2.9.9 +Version: 2.9.10 Release: 1 Source0: http://www.waldherr.org/junkbuster/ijbswa-%{version}.tar.gz Copyright: GPL @@ -144,7 +147,7 @@ mkdir -p ${RPM_BUILD_ROOT}%{_sbindir} \ gzip README AUTHORS junkbuster.1 install -s -m 744 junkbuster $RPM_BUILD_ROOT%{_sbindir}/junkbuster cp -f junkbuster.1.gz $RPM_BUILD_ROOT%{_mandir}/man8/junkbuster.8.gz -cp -f actionsfile $RPM_BUILD_ROOT%{ijbconf}/actionsfile +cp -f ijb.action $RPM_BUILD_ROOT%{ijbconf}/ijb.action cp -f re_filterfile $RPM_BUILD_ROOT%{ijbconf}/re_filterfile cp -f trust $RPM_BUILD_ROOT%{ijbconf}/trust cp -f templates/* $RPM_BUILD_ROOT%{ijbconf}/templates/ @@ -164,8 +167,8 @@ cat config | \ # sed 's/^aclfile.*/aclfile \/etc\/junkbuster\/aclfile/g' > \ sed 's/^logdir.*/logdir \/var\/log\/junkbuster/g' > \ $RPM_BUILD_ROOT%{ijbconf}/config -perl -pe 's/{-no-cookies}/{-no-cookies}\n\.redhat.com/' actionsfile >\ - $RPM_BUILD_ROOT%{ijbconf}/actionsfile +perl -pe 's/{-no-cookies}/{-no-cookies}\n\.redhat.com/' ijb.action >\ + $RPM_BUILD_ROOT%{ijbconf}/ijb.action %post # for upgrade from 2.0.x @@ -207,6 +210,9 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Sat Dec 1 2001 Hal Burgiss +- actionsfile is now ijb.action. + * Tue Nov 6 2001 Thomas Steudten - Compress manpage - Add more documents for installation -- 2.39.2