]> git.pld-linux.org Git - packages/python-linux-procfs.git/commitdiff
- cleanup auto/th/python-linux-procfs-0.4.6-1
authorJakub Bogusz <qboosh@pld-linux.org>
Sun, 12 Oct 2014 10:26:17 +0000 (12:26 +0200)
committerJakub Bogusz <qboosh@pld-linux.org>
Sun, 12 Oct 2014 10:26:17 +0000 (12:26 +0200)
python-linux-procfs.spec

index 85b1359388ae1b48c73e8e34eddb3efffd1bd058..dc69977eac533b8b1b52580f56579cc59fcdc0b1 100644 (file)
@@ -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.074408 seconds and 4 git commands to generate.