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

Michael G. Fleming (mfleming) fedora-extras-commits at redhat.com
Sat Feb 23 00:04:30 UTC 2008


Author: mfleming

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

Modified Files:
	python-GeoIP.spec 
Log Message:
sitearch only, not sitelib (more coffee for packager needed)


Index: python-GeoIP.spec
===================================================================
RCS file: /cvs/extras/rpms/python-GeoIP/devel/python-GeoIP.spec,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- python-GeoIP.spec	22 Feb 2008 23:54:06 -0000	1.9
+++ python-GeoIP.spec	23 Feb 2008 00:03:54 -0000	1.10
@@ -1,9 +1,8 @@
 %{!?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:        11%{?dist}
+Release:        12%{?dist}
 Summary:        Python bindings for the GeoIP geographical lookup libraries
 
 Group:          Development/Languages
@@ -41,11 +40,11 @@
 %defattr(-,root,root,-)
 %doc LICENSE README ChangeLog test*.py
 %{python_sitearch}/GeoIP.so
-%{python_sitelib}/GeoIP_Python*
+%{python_sitearch}/GeoIP_Python*
 
 
 %changelog
-* Sat Feb 23 2008 Michael Fleming <mfleming+rpm at enlartenment.com> 1.2.1-11
+* Sat Feb 23 2008 Michael Fleming <mfleming+rpm at enlartenment.com> 1.2.1-12
 - 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




More information about the fedora-extras-commits mailing list