[python-gdata/el5/master: 30/30] Remove conditional around python macros, this is definitely only going to be RHEL 5

Adam Goode agoode at fedoraproject.org
Mon Aug 2 00:17:25 UTC 2010


commit 1120509b1162c44652ecd7c9996c1d16a472d7c1
Author: Adam Goode <adam at spicenitz.org>
Date:   Sun Aug 1 20:16:33 2010 -0400

    Remove conditional around python macros, this is definitely only going to be RHEL 5

 python-gdata.spec |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)
---
diff --git a/python-gdata.spec b/python-gdata.spec
index 4c60d05..b084a5d 100644
--- a/python-gdata.spec
+++ b/python-gdata.spec
@@ -1,7 +1,5 @@
-%if ! (0%{?fedora} > 12 || 0%{?rhel} > 5)
 %{!?python_sitelib: %global python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print(get_python_lib())")}
 %{!?python_sitearch: %global python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print(get_python_lib(1))")}
-%endif
 
 Name:           python-gdata
 Version:        2.0.11


More information about the scm-commits mailing list