[python-translationstring] Enable python3 subpackage.

Ralph Bean ralph at fedoraproject.org
Thu Jan 17 04:44:21 UTC 2013


commit 2c622318638cba93bf4d843cfd70e8392c3356e7
Author: Ralph Bean <rbean at redhat.com>
Date:   Wed Jan 16 23:44:09 2013 -0500

    Enable python3 subpackage.

 python-translationstring.spec |   17 +++++++----------
 1 files changed, 7 insertions(+), 10 deletions(-)
---
diff --git a/python-translationstring.spec b/python-translationstring.spec
index d6f701b..54645e9 100644
--- a/python-translationstring.spec
+++ b/python-translationstring.spec
@@ -1,15 +1,12 @@
-%if 0%{?fedora} > 12 || 0%{?rhel} > 6
-#%%global with_python3 1
-# Building the python3-translationstring subpackage is explicitly disabled
-# until we can package python3-babel.  We're almost there..
-%global with_python3 0
+%if 0%{?fedora} > 12
+%global with_python3 1
 %endif
 
 %global modname translationstring
 
 Name:           python-translationstring
 Version:        1.1
-Release:        3%{?dist}
+Release:        4%{?dist}
 Summary:        Utility library for i18n relied on by various Repoze packages
 
 Group:          Development/Libraries
@@ -22,13 +19,9 @@ BuildArch:      noarch
 BuildRequires:  python2-devel
 BuildRequires:  python-setuptools-devel
 
-BuildRequires:  python-babel
-
 %if 0%{?with_python3}
 BuildRequires:  python3-devel
 BuildRequires:  python3-setuptools
-
-BuildRequires:  python3-babel
 %endif
 
 
@@ -115,6 +108,10 @@ popd
 
 
 %changelog
+* Wed Jan 16 2013 Ralph Bean <rbean at redhat.com> - 1.1-4
+- Looks like python3-babel isn't actually required.  Removed req.
+- Enabled python3-translationstring subpackage.
+
 * Fri Dec 07 2012 Ralph Bean <rbean at redhat.com> - 1.1-3
 - Laid groundwork for packaging python3 support.  Waiting on python3-babel.
 - Removed unnecessary defattr.


More information about the scm-commits mailing list