rpms/mod_geoip/F-9 mod_geoip.spec,1.7,1.8

Michael Fleming mfleming at fedoraproject.org
Fri Aug 29 02:18:31 UTC 2008


Author: mfleming

Update of /cvs/extras/rpms/mod_geoip/F-9
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv11220

Modified Files:
	mod_geoip.spec 
Log Message:
Fix setup macro


Index: mod_geoip.spec
===================================================================
RCS file: /cvs/extras/rpms/mod_geoip/F-9/mod_geoip.spec,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- mod_geoip.spec	29 Aug 2008 01:55:41 -0000	1.7
+++ mod_geoip.spec	29 Aug 2008 02:18:00 -0000	1.8
@@ -1,7 +1,7 @@
 Summary: GeoIP module for the Apache HTTP Server
 Name: mod_geoip
 Version: 1.2.5
-Release: 1%{?dist}
+Release: 2%{?dist}
 License: ASL 1.1
 Group: System Environment/Daemons
 URL: http://www.maxmind.com/app/mod_geoip
@@ -17,7 +17,7 @@
 
 %prep
 
-%setup -q -n mod_geoip2-%{version}
+%setup -q -n mod_geoip2_%{version}
 
 %build
 /usr/sbin/apxs -Wc,"%{optflags}" -Wl,"-lGeoIP" -c mod_geoip.c
@@ -46,6 +46,9 @@
 %config(noreplace) %{_sysconfdir}/httpd/conf.d/mod_geoip.conf
 
 %changelog
+* Fri Aug 29 2008 Michael Fleming <mfleming+rpm at enlartenment.com> - 1.2.5-2
+- Update setup macro
+
 * Fri Aug 29 2008 Michael Fleming <mfleming+rpm at enlartenment.com> - 1.2.5-1
 - Update to 1.2.5
 




More information about the fedora-extras-commits mailing list