diff --git a/squidGuard-makeinstall.patch b/squidGuard-makeinstall.patch new file mode 100644 index 0000000..262589b --- /dev/null +++ b/squidGuard-makeinstall.patch @@ -0,0 +1,14 @@ +diff -ruN squidGuard-1.2.0.orig/src/Makefile.in squidGuard-1.2.0/src/Makefile.in +--- squidGuard-1.2.0.orig/src/Makefile.in 2006-08-29 21:05:21.000000000 -0400 ++++ squidGuard-1.2.0/src/Makefile.in 2006-08-29 21:15:33.000000000 -0400 +@@ -105,8 +105,8 @@ + + install.bin:: squidGuard + @echo making $@ in `basename \`pwd\`` +- @$(MKDIR) $(bindir) $(logdir) $(cfgdir) +- $(INSTALL_PROGRAM) squidGuard $(bindir)/squidGuard ++ @$(MKDIR) $(DESTDIR)/$(bindir) $(DESTDIR)/$(logdir) $(DESTDIR)/$(cfgdir) ++ $(INSTALL_PROGRAM) squidGuard $(DESTDIR)/$(bindir)/squidGuard + + uninstall.bin:: + @echo making $@ in `basename \`pwd\`` diff --git a/squidGuard.spec b/squidGuard.spec index f6700dd..69d3897 100644 --- a/squidGuard.spec +++ b/squidGuard.spec @@ -1,11 +1,11 @@ -# $Id: squidGuard.spec,v 1.3 2006/08/30 01:21:44 jwb Exp $ +# $Id: squidGuard.spec,v 1.4 2006/08/30 01:24:19 jwb Exp $ %define _dbhomedir %{_var}/%{name}/blacklists %define _cgibin /var/www/cgi-bin Name: squidGuard Version: 1.2.0 -Release: 13%{?dist} +Release: 14%{?dist} Summary: Filter, redirector and access controller plugin for squid Group: System Environment/Daemons @@ -177,6 +177,9 @@ fi %{_initrddir}/transparent-proxying %changelog +* Tue Aug 29 2006 John Berninger 1.2.0-14 +- Bump release 'cause I forgot to add a patch file that's required + * Tue Aug 29 2006 John Berninger 1.2.0-13 - general updates to confirm build on FC5/FC6 - updates to BuildRequires