rpms/python-GeoIP/devel python-GeoIP.spec,1.8,1.9

Michael G. Fleming (mfleming) fedora-extras-commits at redhat.com
Fri Feb 22 23:54:45 UTC 2008


Author: mfleming

Update of /cvs/extras/rpms/python-GeoIP/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7351

Modified Files:
	python-GeoIP.spec 
Log Message:
* Sat Feb 23 2008 Michael Fleming <mfleming+rpm at enlartenment.com> 1.2.1-11
- Include egg-info files (as generated by Python 2.5)



Index: python-GeoIP.spec
===================================================================
RCS file: /cvs/extras/rpms/python-GeoIP/devel/python-GeoIP.spec,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- python-GeoIP.spec	19 Feb 2008 13:31:41 -0000	1.8
+++ python-GeoIP.spec	22 Feb 2008 23:54:06 -0000	1.9
@@ -1,8 +1,9 @@
 %{!?python_sitearch: %define python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")}
+%{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
 
 Name:           python-GeoIP
 Version:        1.2.1
-Release:        10%{?dist}
+Release:        11%{?dist}
 Summary:        Python bindings for the GeoIP geographical lookup libraries
 
 Group:          Development/Languages
@@ -40,9 +41,13 @@
 %defattr(-,root,root,-)
 %doc LICENSE README ChangeLog test*.py
 %{python_sitearch}/GeoIP.so
+%{python_sitelib}/GeoIP_Python*
 
 
 %changelog
+* Sat Feb 23 2008 Michael Fleming <mfleming+rpm at enlartenment.com> 1.2.1-11
+- Include egg-info files (as generated by Python 2.5)
+
 * Tue Feb 19 2008 Fedora Release Engineering <rel-eng at fedoraproject.org> - 1.2.1-10
 - Autorebuild for GCC 4.3
 




More information about the fedora-extras-commits mailing list