diff --git python-moksha-wsgi/python-moksha-wsgi.spec python-moksha-wsgi/python-moksha-wsgi.spec.tmp index b25456bef1..50d2ff3503 100644 --- python-moksha-wsgi/python-moksha-wsgi.spec +++ python-moksha-wsgi/python-moksha-wsgi.spec.tmp @@ -2,7 +2,7 @@ Name: python-moksha-wsgi Version: 1.2.4 -Release: 5%{?dist} +Release: 6%{?dist} Summary: WSGI components for Moksha Group: Development/Libraries @@ -32,25 +32,32 @@ BuildRequires: python-paste BuildRequires: python-paste-script BuildRequires: python-pygments -Requires: python-moksha-common >= 1.0.6 -Requires: python-tw2-core -Requires: python-tw2-forms -Requires: python-tw2-jquery -Requires: python-tw2-jqplugins-ui -Requires: python-tw2-jqplugins-flot -Requires: python-tw2-jqplugins-gritter -Requires: python-tw2-jit -Requires: python-tw2-excanvas -Requires: python-paste -Requires: python-paste-script -Requires: python-pygments - # Its a whole different package now -Conflicts: moksha < 1.0.0 -%description +%global _description\ WSGI components for Moksha. +%description %_description + +%package -n python2-moksha-wsgi +Summary: %summary +Conflicts: moksha < 1.0.0 +Requires: python-pygments +Requires: python-paste-script +Requires: python-paste +Requires: python-tw2-excanvas +Requires: python-tw2-jit +Requires: python-tw2-jqplugins-gritter +Requires: python-tw2-jqplugins-flot +Requires: python-tw2-jqplugins-ui +Requires: python-tw2-jquery +Requires: python-tw2-forms +Requires: python-tw2-core +Requires: python-moksha-common >= 1.0.6 +%{?python_provide:%python_provide python2-moksha-wsgi} + +%description -n python2-moksha-wsgi %_description + %prep %setup -q -n %{modname}-%{version} @@ -68,12 +75,16 @@ CFLAGS="%{optflags}" %{__python} setup.py build # hand. This test is disabled until we can figure that out. #%%{__python} setup.py test -%files +%files -n python2-moksha-wsgi %doc README AUTHORS COPYING %{python_sitelib}/moksha/wsgi/ %{python_sitelib}/%{modname}-%{version}* %changelog +* Tue Aug 08 2017 Zbigniew Jędrzejewski-Szmek - 1.2.4-6 +- Python 2 binary package renamed to python2-moksha-wsgi + See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3 + * Thu Jul 27 2017 Fedora Release Engineering - 1.2.4-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild