diff --git a/python-gearbox.spec b/python-gearbox.spec index 831a282..39b0b55 100644 --- a/python-gearbox.spec +++ b/python-gearbox.spec @@ -1,5 +1,8 @@ -%if 0%{?fedora} > 12 -%global with_python3 1 +%if 0%{?fedora} +# Temporarily disable python3 package while python3-cliff is +# out of commission in rawhide. This can be reenabled once that +# is back, no problem. +%global with_python3 0 %endif %global modname gearbox @@ -7,7 +10,7 @@ Name: python-gearbox Version: 0.0.1 -Release: 0.1.%{prerelease}%{?dist} +Release: 0.2.%{prerelease}%{?dist} Summary: Command line toolkit born as a PasteScript replacement for TurboGears2 Group: Development/Libraries @@ -28,12 +31,6 @@ Requires: python-paste-deploy %if 0%{?with_python3} BuildRequires: python3-devel BuildRequires: python3-setuptools - -Requires: python3-prettytable -Requires: python3-cliff -Requires: python3-tempita -Requires: python3-paste-deploy - %endif %description @@ -48,6 +45,11 @@ TurboGears projects. Summary: Command line toolkit born as a PasteScript replacement for TurboGears2 Group: Development/Libraries +Requires: python3-prettytable +Requires: python3-cliff +Requires: python3-tempita +Requires: python3-paste-deploy + %description -n python3-gearbox gearbox is a paster command replacement for TurboGears2. It has been created during the process of providing Python3 support to the TurboGears2 @@ -99,5 +101,9 @@ popd %endif %changelog +* Fri Apr 12 2013 Ralph Bean - 0.0.1-0.2.a +- Disabled python3 subpackage for rawhide due to broken python3-cliff. +- Moved python3 Requires inside the python3-gearbox subpackage. + * Wed Apr 03 2013 Luke Macken 0.0.1-0.1.a - Initial package for Fedora