[GeoIP] Fix spec :-)

Michael Fleming mfleming at fedoraproject.org
Tue Sep 6 03:54:50 UTC 2011


commit 5c33eb4a14f1a62d1b08361db5e4c7249ee73088
Author: Michael Fleming <mfleming at thatfleminggent.com>
Date:   Tue Sep 6 13:54:27 2011 +1000

    Fix spec :-)

 GeoIP.spec |    8 +++-----
 1 files changed, 3 insertions(+), 5 deletions(-)
---
diff --git a/GeoIP.spec b/GeoIP.spec
index 9c843b3..d512452 100644
--- a/GeoIP.spec
+++ b/GeoIP.spec
@@ -1,6 +1,6 @@
 Name: GeoIP           
 Version: 1.4.8
-Release: 1%{?dist}
+Release: 1.1%{?dist}
 Summary: C library for country/city/organization to IP address or hostname mapping     
 Group: Development/Libraries         
 License: LGPLv2+
@@ -10,7 +10,6 @@ Source1: LICENSE.txt
 Source2: fetch-geoipdata-city.pl
 Source3: fetch-geoipdata.pl
 Source4: README.Fedora
-#Patch0: geoip-1.4.6-ipv6.patch
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 Obsoletes: geoip < %{version}-%{release}
 Provides: geoip = %{version}-%{release}
@@ -34,8 +33,7 @@ Obsoletes: geoip-devel < %{version}-%{release}
 Development headers and static libraries for building GeoIP-based applications
 
 %prep
-%setup -q -n %{name}-%{tarballversion}
-#%patch0 -p1
+%setup -q
 install -D -m644 %{SOURCE1} LICENSE.txt
 install -D -m644 %{SOURCE2} fetch-geoipdata-city.pl
 install -D -m644 %{SOURCE3} fetch-geoipdata.pl
@@ -83,7 +81,7 @@ rm -rf %{buildroot}
 %{_libdir}/libGeoIPUpdate.so
 
 %changelog
-* Tue Sep 5 2011 Michael Fleming <mfleming+rpm at thatfleminggent.com> - 1.4.8
+* Tue Sep 6 2011 Michael Fleming <mfleming+rpm at thatfleminggent.com> - 1.4.8-1.1
 - Remove -ipv6 path
 - Bump to 1.4.8 release
 


More information about the scm-commits mailing list