pghmcfc pushed to GeoIP (el6). "- License is actually LGPL now."

notifications at fedoraproject.org notifications at fedoraproject.org
Tue Apr 14 07:27:01 UTC 2015


>From 570d2efa51a5333dba5095ab8a6b6b5bea7b1f16 Mon Sep 17 00:00:00 2001
From: Michael Fleming <mfleming at fedoraproject.org>
Date: Mon, 8 Jan 2007 05:51:06 +0000
Subject: - License is actually LGPL now.


diff --git a/.cvsignore b/.cvsignore
index 231f852..fa5cf6b 100644
--- a/.cvsignore
+++ b/.cvsignore
@@ -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
diff --git a/GeoIP.spec b/GeoIP.spec
index 22906a0..82058a9 100644
--- a/GeoIP.spec
+++ b/GeoIP.spec
@@ -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 @@ Development headers and static libraries for building GeoIP-based applications
 %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 @@ rm -rf %{buildroot}
 
 %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 @@ rm -rf %{buildroot}
 %{_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
 
diff --git a/sources b/sources
index 8e6a16b..a64a188 100644
--- a/sources
+++ b/sources
@@ -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
-- 
cgit v0.10.2


	http://pkgs.fedoraproject.org/cgit/GeoIP.git/commit/?h=el6&id=570d2efa51a5333dba5095ab8a6b6b5bea7b1f16


More information about the scm-commits mailing list