[packages/python-linux-procfs] - cleanup
qboosh
qboosh at pld-linux.org
Sun Oct 12 12:25:55 CEST 2014
commit f5d96eb5d5b368e79eff1acbd81f74de1f889981
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date: Sun Oct 12 12:26:17 2014 +0200
- cleanup
python-linux-procfs.spec | 5 -----
1 file changed, 5 deletions(-)
---
diff --git a/python-linux-procfs.spec b/python-linux-procfs.spec
index 85b1359..dc69977 100644
--- a/python-linux-procfs.spec
+++ b/python-linux-procfs.spec
@@ -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 \
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/python-linux-procfs.git/commitdiff/f5d96eb5d5b368e79eff1acbd81f74de1f889981
More information about the pld-cvs-commit
mailing list