From b569336d6f2d7f43de9faa79586cb7ae43f2c087 Mon Sep 17 00:00:00 2001 From: Felix Schwarz Date: Jan 24 2015 16:38:49 +0000 Subject: disable python26 subpackage as python26 will be removed for EPEL 5 --- 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 - 0.9.5-3 +- disable python26 subpackage as python26 will be removed for EPEL 5 + * Sun Dec 12 2010 Steve Traylen - 0.9.5-2 - Add python26 subpackage