[python-dirq] update to 1.1.2

mpaladin mpaladin at fedoraproject.org
Mon Apr 2 09:47:52 UTC 2012


commit 24d09f6b19fe2a5a15809efd6ecc269d57aaf460
Author: mpaladin <massimo.paladin at gmail.com>
Date:   Mon Apr 2 11:46:22 2012 +0200

    update to 1.1.2

 python-dirq.spec |   10 ----------
 1 files changed, 0 insertions(+), 10 deletions(-)
---
diff --git a/python-dirq.spec b/python-dirq.spec
index 8dbcfd4..5026cd9 100644
--- a/python-dirq.spec
+++ b/python-dirq.spec
@@ -115,16 +115,6 @@ pushd %{altpydir}
 popd
 %endif
 
-%if %{?fedora}%{!?fedora:0} < 5 && %{?rhel}%{!?rhel:0} < 6
-%{__python} -c 'import compileall; compileall.compile_dir("'"$RPM_BUILD_ROOT"'", 10, "%{python_sitearch}", 1)' > /dev/null
-%{__python} -O -c 'import compileall; compileall.compile_dir("'"$RPM_BUILD_ROOT"'", 10, "%{python_sitearch}", 1)' > /dev/null
-%if %{?altpython:1}%{!?altpython:0}
-%{__altpython} -c 'import compileall; compileall.compile_dir("'"$RPM_BUILD_ROOT%{altpython_sitearch}"'", 10, "%{altpython_sitearch}", 1)' > /dev/null
-%{__altpython} -O -c 'import compileall; compileall.compile_dir("'"$RPM_BUILD_ROOT%{altpython_sitearch}"'", 10, "%{altpython_sitearch}", 1)' > /dev/null
-%endif
-%endif 
-
-
 %check
 %{__python} setup.py test
 # And remove compiled documentation.


More information about the scm-commits mailing list