X-Git-Url: http://git.onelab.eu/?p=pypcilib.git;a=blobdiff_plain;f=pypcilib.spec;h=29e6a93db5b7f1d4c54e5eb2902932029cf9722b;hp=8e58828cc0ffe19d9c143a5dcc12f57f9d141ec0;hb=HEAD;hpb=d15a7dd87af440474e3fffeb8d8d45bdd5e139af diff --git a/pypcilib.spec b/pypcilib.spec index 8e58828..29e6a93 100644 --- a/pypcilib.spec +++ b/pypcilib.spec @@ -6,8 +6,7 @@ %define release %{taglevel}%{?pldistro:.%{pldistro}}%{?date:.%{date}} -%{!?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)")} +%define python2_sitelib %(%{__python2} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()") # https://fedoraproject.org/wiki/Changes/No_more_automagic_Python_bytecompilation # Turn off the brp-python-bytecompile automagic @@ -28,6 +27,7 @@ URL: %(echo %{url} | cut -d ' ' -f 2) Source0: pypcilib-%{version}.tar.bz2 Requires: /sbin/lspci +BuildRequires: python2-devel BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(id -un) @@ -47,8 +47,10 @@ libpci from pciutils, and to parse the modules.pcimap file. %install rm -fr "%{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} +%py_byte_compile %{__python2} %{buildroot}%{_datadir}/pypcimap +%py_byte_compile %{__python2} %{buildroot}%{_datadir}/pypci +touch %{buildroot}%{python2_sitelib}/pypcimap.py{c,o} +touch %{buildroot}%{python2_sitelib}/pypci.py{c,o} %clean @@ -57,15 +59,15 @@ rm -fr "%{buildroot}" %files %defattr(-,root,root,-) -%{python_sitelib}/pypcimap.py -%ghost %{python_sitelib}/pypcimap.pyc -%ghost %{python_sitelib}/pypcimap.pyo -%{python_sitelib}/pypci.py -%ghost %{python_sitelib}/pypci.pyc -%ghost %{python_sitelib}/pypci.pyo +%{python2_sitelib}/pypcimap.py +%ghost %{python2_sitelib}/pypcimap.pyc +%ghost %{python2_sitelib}/pypcimap.pyo +%{python2_sitelib}/pypci.py +%ghost %{python2_sitelib}/pypci.pyc +%ghost %{python2_sitelib}/pypci.pyo # xxx - quick'n dirty %if ("%{distro}" == "Fedora" && %{distrorelease} >= 9) || ("%{distro}" == "SL" && %{distrorelease} >= 6) || ("%{distro}" == "CentOS") -%{python_sitelib}/pypciscan*.egg-info +%{python2_sitelib}/pypciscan*.egg-info %endif