[babel/el5] disable python26 subpackage as python26 will be removed for EPEL 5

Felix Schwarz fschwarz at fedoraproject.org
Sat Jan 24 21:18:50 UTC 2015


commit b569336d6f2d7f43de9faa79586cb7ae43f2c087
Author: Felix Schwarz <fschwarz at fedoraproject.org>
Date:   Sat Jan 24 17:38:49 2015 +0100

    disable python26 subpackage as python26 will be removed for EPEL 5

 babel.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/babel.spec b/babel.spec
index c06bbee..0ee489b 100644
--- a/babel.spec
+++ b/babel.spec
@@ -1,7 +1,7 @@
 %{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
 
 %if 0%{?el5}
-%global with_python26 1
+%global with_python26 0
 %global py26dir %{_builddir}/python26-%{name}-%{version}-%{release}
 %global __python26 /usr/bin/python2.6
 %global python26_sitelib /usr/lib/python2.6/site-packages
@@ -18,7 +18,7 @@ BuildRequires:  python26-distribute
 
 Name:           babel
 Version:        0.9.5
-Release:        2%{?dist}
+Release:        3%{?dist}
 Summary:        Tools for internationalizing Python applications
 
 Group:          Development/Languages
@@ -138,6 +138,9 @@ rm -rf %{buildroot}
 %endif
 
 %changelog
+* Sat Jan 24 2015 Felix Schwarz <fschwarz at fedoraproject.org> - 0.9.5-3
+- disable python26 subpackage as python26 will be removed for EPEL 5
+
 * Sun Dec 12 2010 Steve Traylen <steve.traylen at cern.ch> - 0.9.5-2
 - Add python26 subpackage
 


More information about the scm-commits mailing list