rpms/GeoIP/FC-6 .cvsignore, 1.7, 1.8 GeoIP.spec, 1.7, 1.8 sources, 1.7, 1.8

Michael G. Fleming (mfleming) fedora-extras-commits at redhat.com
Mon Jan 8 05:51:36 UTC 2007


Author: mfleming

Update of /cvs/extras/rpms/GeoIP/FC-6
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv20005

Modified Files:
	.cvsignore GeoIP.spec sources 
Log Message:
* Mon Jan 8 2007 Michael Fleming <mfleming+rpm at enlartenment.com> 1.4.1-2
- License is actually LGPL now.



Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/GeoIP/FC-6/.cvsignore,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- .cvsignore	3 Sep 2006 08:26:37 -0000	1.7
+++ .cvsignore	8 Jan 2007 05:51:06 -0000	1.8
@@ -1,2 +1,5 @@
+GeoIP-1.4.1.tar.gz
 LICENSE.txt
-GeoIP-1.4.0.tar.gz
+README.Fedora
+fetch-geoipdata-city.pl
+fetch-geoipdata.pl


Index: GeoIP.spec
===================================================================
RCS file: /cvs/extras/rpms/GeoIP/FC-6/GeoIP.spec,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- GeoIP.spec	27 Nov 2006 09:30:45 -0000	1.7
+++ GeoIP.spec	8 Jan 2007 05:51:06 -0000	1.8
@@ -1,12 +1,15 @@
 Name: GeoIP           
-Version: 1.4.0
-Release: 4%{?dist}
+Version: 1.4.1
+Release: 2%{?dist}
 Summary: C library for country/city/organization to IP address or hostname mapping     
 Group: Development/Libraries         
-License: GPL
+License: LGPL
 URL: http://www.maxmind.com/app/c            
 Source0: http://www.maxmind.com/download/geoip/api/c/GeoIP-%{version}.tar.gz 
 Source1: http://www.maxmind.com/download/geoip/database/LICENSE.txt
+Source2: fetch-geoipdata-city.pl
+Source3: fetch-geoipdata.pl
+Source4: README.Fedora
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 Obsoletes: geoip < %{version}-%{release}
 Provides: geoip = %{version}-%{release}
@@ -32,6 +35,9 @@
 %prep
 %setup -q 
 install -D -m644 %{SOURCE1} LICENSE.txt
+install -D -m644 %{SOURCE2} fetch-geoipdata-city.pl
+install -D -m644 %{SOURCE3} fetch-geoipdata.pl
+install -D -m644 %{SOURCE4} README.fedora
 
 %build
 %configure --disable-static --disable-dependency-tracking
@@ -53,7 +59,7 @@
 
 %files
 %defattr(-,root,root,-)
-%doc AUTHORS COPYING ChangeLog README TODO INSTALL LICENSE*
+%doc AUTHORS COPYING ChangeLog README TODO INSTALL LICENSE* fetch-*
 %{_libdir}/libGeoIP.so.*
 %{_libdir}/libGeoIPUpdate.so.*
 %{_bindir}/geoiplookup
@@ -73,6 +79,15 @@
 %{_libdir}/libGeoIPUpdate.so
 
 %changelog
+* Mon Jan 8 2007 Michael Fleming <mfleming+rpm at enlartenment.com> 1.4.1-2
+- License is actually LGPL now.
+
+* Sun Jan 7 2007 Michael Fleming <mfleming+rpm at enlartenment.com> 1.4.1-1
+- New upstream release
+- Add fetch-geoipdata* scripts to pull free databases automatically if
+  desired (bz #198137)
+- README.fedora added to briefly explain above.
+
 * Mon Nov 27 2006 Michael Fleming <mfleming+rpm at enlartenment.com> 1.4.0-4
 - Fix %%install scripts to satisfy newer mock builds
 


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/GeoIP/FC-6/sources,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- sources	3 Sep 2006 08:26:37 -0000	1.7
+++ sources	8 Jan 2007 05:51:06 -0000	1.8
@@ -1,2 +1,5 @@
-7a976ca11d0f2c6b1fa230b6d57c34d7  LICENSE.txt
-da09a3d9a1a91e3d16c0a29e6b056c15  GeoIP-1.4.0.tar.gz
+3a8f841b2a113b80ba2ed3b988826d00  GeoIP-1.4.1.tar.gz
+8c0bc6e8ebe6ec3bc1580021edb4bba1  LICENSE.txt
+38e97c6ac82ac7b44f6d1f40c30580a5  README.Fedora
+48a9f71cc61aae720a473309d39db98b  fetch-geoipdata-city.pl
+c7c0ff588272cc686515d4c66b076cba  fetch-geoipdata.pl




More information about the scm-commits mailing list