]> git.pld-linux.org Git - packages/python-linux-procfs.git/blobdiff - python-linux-procfs.spec
- python 3.5 rebuild
[packages/python-linux-procfs.git] / python-linux-procfs.spec
index 85b1359388ae1b48c73e8e34eddb3efffd1bd058..7288a244e24a50d4121007d764bad889f78756fa 100644 (file)
@@ -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 \
This page took 0.063354 seconds and 4 git commands to generate.