From 8cabcdd077b1eb3a8bab7ad729cbb86fef44bef9 Mon Sep 17 00:00:00 2001 From: Michael Fleming Date: Feb 23 2008 00:03:54 +0000 Subject: sitearch only, not sitelib (more coffee for packager needed) --- diff --git a/python-GeoIP.spec b/python-GeoIP.spec index 26e5240..781afe4 100644 --- a/python-GeoIP.spec +++ b/python-GeoIP.spec @@ -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 @@ rm -rf %{buildroot} %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 1.2.1-11 +* Sat Feb 23 2008 Michael Fleming 1.2.1-12 - Include egg-info files (as generated by Python 2.5) * Tue Feb 19 2008 Fedora Release Engineering - 1.2.1-10