[scipy] Remove old fedora conditional

Orion Poplawski orion at fedoraproject.org
Thu May 16 01:41:39 UTC 2013


commit 37b1fd0ac4187a8db953bdec9600ea31e94a5312
Author: Orion Poplawski <orion at cora.nwra.com>
Date:   Wed May 15 19:39:19 2013 -0600

    Remove old fedora conditional

 scipy.spec |    8 --------
 1 files changed, 0 insertions(+), 8 deletions(-)
---
diff --git a/scipy.spec b/scipy.spec
index 5f229ab..b706132 100644
--- a/scipy.spec
+++ b/scipy.spec
@@ -1,17 +1,9 @@
-%if 0%{?fedora} > 15
 %global with_python3 1
 %{?filter_setup:
 %filter_provides_in %{python_sitearch}.*\.so$
 %filter_provides_in %{python3_sitearch}.*\.so$
 %filter_setup
 }
-%else
-%global python_sitearch %(%{__python} -c 'from distutils import sysconfig; print sysconfig.get_python_lib(1)')
-%{?filter_setup:
-%filter_provides_in %{python_sitearch}.*\.so$
-%filter_setup
-}
-%endif
 
 Summary: Scipy: Scientific Tools for Python
 Name: scipy


More information about the scm-commits mailing list