[python-zmq/el5] Don't try to filter own provides in el5...

tomspur tomspur at fedoraproject.org
Sun Dec 18 19:11:30 UTC 2011


commit 651b9cb67fc2aeddf4ae0672eadb27832032492f
Author: Thomas Spura <thomas.spura at gmail.com>
Date:   Sun Dec 18 20:10:33 2011 +0100

    Don't try to filter own provides in el5...

 python-zmq.spec |    9 +--------
 pythondeps.sh   |   32 --------------------------------
 2 files changed, 1 insertions(+), 40 deletions(-)
---
diff --git a/python-zmq.spec b/python-zmq.spec
index a11fcfd..e546510 100644
--- a/python-zmq.spec
+++ b/python-zmq.spec
@@ -42,13 +42,6 @@ URL:            http://www.zeromq.org/bindings:python
 # git archive --format=tar --prefix=pyzmq-%%{version}/ %%{checkout} | xz -z --force - > pyzmq-%%{version}.tar.xz
 Source0:        http://cloud.github.com/downloads/zeromq/pyzmq/pyzmq-%{version}.tar.gz
 
-%if ! ( 0%{?fedora} > 12 || 0%{?rhel} > 5)
-# filtering the el5 way
-Source10:       pythondeps.sh
-%global __python_requires %{SOURCE10}
-%global __python_provides %{SOURCE10}
-%endif
-
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 %if ! ( 0%{?fedora} > 12 || 0%{?rhel} > 5)
@@ -270,7 +263,7 @@ popd
 %changelog
 * Wed Dec 14 2011 Thomas Spura <tomspur at fedoraproject.org> - 2.1.9-3
 - tests package requires main package
-- filter python3 and python26 libs
+- filter python3
 
 * Thu Dec  8 2011 Thomas Spura <tomspur at fedoraproject.org> - 2.1.9-2
 - use proper buildroot macro


More information about the scm-commits mailing list