X-Git-Url: http://git.pld-linux.org/?a=blobdiff_plain;f=python-linux-procfs.spec;h=7288a244e24a50d4121007d764bad889f78756fa;hb=29132936f68687f7688bc1dfeb8ea06b8e1483fc;hp=85b1359388ae1b48c73e8e34eddb3efffd1bd058;hpb=41e949079449b24f4874a436cadf02bbde38cb3a;p=packages%2Fpython-linux-procfs.git diff --git a/python-linux-procfs.spec b/python-linux-procfs.spec index 85b1359..7288a24 100644 --- a/python-linux-procfs.spec +++ b/python-linux-procfs.spec @@ -7,7 +7,7 @@ Summary: Linux /proc abstraction classes for Python 2 Summary(pl.UTF-8): Klasy abstrakcji linuksowego /proc dla Pythona 2 Name: python-linux-procfs Version: 0.4.6 -Release: 1 +Release: 3 License: GPL v2 Group: Libraries/Python Source0: https://www.kernel.org/pub/software/libs/python/python-linux-procfs/%{name}-%{version}.tar.xz @@ -50,20 +50,15 @@ Linuksa. %build %if %{with python2} -CC="%{__cc}" \ -CFLAGS="%{rpmcflags}" \ %{__python} setup.py build --build-base build-2 %endif %if %{with python3} -CC="%{__cc}" \ -CFLAGS="%{rpmcflags}" \ %{__python3} setup.py build --build-base build-3 %endif %install rm -rf $RPM_BUILD_ROOT -install -d $RPM_BUILD_ROOT%{_sbindir} %if %{with python2} %{__python} setup.py \