X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=pypcilib.spec;h=6d24a9b996841f1e2f464aa4a83704786204681b;hb=cb1258baefaaef35e4a4d3158233fd61996f6e67;hp=f00b41556fe227c0b61b58963b73ec6eb9de8f3f;hpb=3e99644f83e27ff1e02614e103bd6003d085994b;p=pypcilib.git diff --git a/pypcilib.spec b/pypcilib.spec index f00b415..6d24a9b 100644 --- a/pypcilib.spec +++ b/pypcilib.spec @@ -1,16 +1,13 @@ -# -# $Id$ -# %define url $URL$ %define name pypcilib %define version 0.2 -%define taglevel 10 +%define taglevel 11 %define release %{taglevel}%{?pldistro:.%{pldistro}}%{?date:.%{date}} -%{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")} -%{!?python_sitearch: %define python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")} +%{!?python_sitelib: %define python_sitelib %(%{__python2} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")} +%{!?python_sitearch: %define python_sitearch %(%{__python2} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")} Summary: Python library for doing PCI stuff Name: %{name} @@ -40,12 +37,12 @@ libpci from pciutils, and to parse the modules.pcimap file. %build -%{__python} setup.py build +%{__python2} setup.py build %install rm -fr "%{buildroot}" -%{__python} setup.py install -O1 --skip-build --root "%{buildroot}" +%{__python2} setup.py install -O1 --skip-build --root "%{buildroot}" touch %{buildroot}%{python_sitelib}/pypcimap.py{c,o} touch %{buildroot}%{python_sitelib}/pypci.py{c,o} @@ -63,12 +60,14 @@ rm -fr "%{buildroot}" %ghost %{python_sitelib}/pypci.pyc %ghost %{python_sitelib}/pypci.pyo # xxx - quick'n dirty -%if ("%{distro}" == "Fedora" && %{distrorelease} >= 9) || ("%{distro}" == "SL" && %{distrorelease} >= 6) +%if ("%{distro}" == "Fedora" && %{distrorelease} >= 9) || ("%{distro}" == "SL" && %{distrorelease} >= 6) || ("%{distro}" == "CentOS") %{python_sitelib}/pypciscan*.egg-info %endif %changelog +* Mon Feb 11 2013 Stephen Soltesz - pypcilib-0.2-11 + * Fri Mar 11 2011 S.Çağlar Onur - pypcilib-0.2-10 - Supoprt SL6