rpms/python-GeoIP/EL-5 python-GeoIP.spec,1.5,1.6

Matt Domsch mdomsch at fedoraproject.org
Tue Sep 1 15:45:52 UTC 2009


Author: mdomsch

Update of /cvs/extras/rpms/python-GeoIP/EL-5
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv17375

Modified Files:
	python-GeoIP.spec 
Log Message:
fix prerelease versioning


Index: python-GeoIP.spec
===================================================================
RCS file: /cvs/extras/rpms/python-GeoIP/EL-5/python-GeoIP.spec,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -p -r1.5 -r1.6
--- python-GeoIP.spec	1 Sep 2009 15:36:55 -0000	1.5
+++ python-GeoIP.spec	1 Sep 2009 15:45:52 -0000	1.6
@@ -1,14 +1,14 @@
 %{!?python_sitearch: %define python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")}
-
+%define tarballversion 1.2.4
 Name:           python-GeoIP
 Version:        1.2.5
-Release:        0.1.20090931cvs%{?dist}
+Release:        0.2.20090931cvs%{?dist}
 Summary:        Python bindings for the GeoIP geographical lookup libraries
 
 Group:          Development/Languages
 License:        LGPLv2+
 URL:            http://www.maxmind.com/download/geoip/api/python/
-Source0:        http://www.maxmind.com/download/geoip/api/python/GeoIP-Python-%{version}.tar.gz
+Source0:        http://www.maxmind.com/download/geoip/api/python/GeoIP-Python-%{tarballversion}.tar.gz
 Patch0:         python-GeoIP-1.2.4-ipv6.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
@@ -20,7 +20,7 @@ This package contains the Python binding
 location lookups to country, city and organization level within Python code.
 
 %prep
-%setup -q -n GeoIP-Python-%{version}
+%setup -q -n GeoIP-Python-%{tarballversion}
 %patch0 -p1
 
 %build
@@ -44,6 +44,9 @@ rm -rf %{buildroot}
 
 
 %changelog
+* Tue Sep  1 2009 Matt Domsch <mdomsch at fedoraproject.org> - 1.2.5-0.2.20090931cvs
+- fix prerelease versioning
+
 * Mon Aug 31 2009 Matt Domsch <mdomsch at fedoraproject.org> - 1.2.5-0.1.20090931cvs
 - add IPv6 functions from CVS HEAD
 




More information about the fedora-extras-commits mailing list