[python-urwid] remove rhel logic from with_python3 conditional; remove stray references to mako

dmalcolm dmalcolm at fedoraproject.org
Fri Aug 24 18:12:53 UTC 2012


commit 494366c238359fda22fb8bcceabc2368d1d08c91
Author: David Malcolm <dmalcolm at redhat.com>
Date:   Fri Aug 24 14:12:15 2012 -0400

    remove rhel logic from with_python3 conditional; remove stray references to mako

 python-urwid.spec |   11 +++++++----
 1 files changed, 7 insertions(+), 4 deletions(-)
---
diff --git a/python-urwid.spec b/python-urwid.spec
index f6e49b8..075dcfe 100644
--- a/python-urwid.spec
+++ b/python-urwid.spec
@@ -1,4 +1,4 @@
-%if 0%{?fedora} || 0%{?rhel} > 6
+%if 0%{?fedora}
 %global with_python3 1
 %endif
 
@@ -9,7 +9,7 @@
 
 Name:          python-urwid
 Version:       1.0.0
-Release:       5%{?dist}
+Release:       6%{?dist}
 Summary:       Console user interface library
 
 Group:         Development/Libraries
@@ -50,7 +50,7 @@ setting text attributes, and a powerful, dynamic list box that handles a
 mix of widget types.  It is flexible, modular, and leaves the developer in
 control.
 
-This package contains the mako module built for use with python3.
+This package contains the urwid module built for use with python3.
 %endif # with_python3
 
 %prep
@@ -68,7 +68,6 @@ CFLAGS="%{optflags}" %{__python} setup.py build
 
 %if 0%{?with_python3}
 pushd %{py3dir}
-#2to3 --no-diffs -w mako test
 %{__python3} setup.py build
 popd
 %endif # with_python3
@@ -115,6 +114,10 @@ rm -rf %{buildroot}
 %endif
 
 %changelog
+* Fri Aug 24 2012 David Malcolm <dmalcolm at redhat.com> - 1.0.0-6
+- remove rhel logic from with_python3 conditional
+- remove stray references to mako
+
 * Sat Aug 04 2012 David Malcolm <dmalcolm at redhat.com> - 1.0.0-5
 - rebuild for https://fedoraproject.org/wiki/Features/Python_3.3
 


More information about the scm-commits mailing list