diff --git python-moksha-wsgi/python-moksha-wsgi.spec python-moksha-wsgi/python-moksha-wsgi.spec.tmp index b25456bef1..03dbc4a309 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,6 +32,15 @@ BuildRequires: python-paste BuildRequires: python-paste-script BuildRequires: python-pygments +# Its a whole different package now + +%global _description\ +WSGI components for Moksha. + +%description %_description + +%package -n python2-moksha-wsgi +Summary: %summary Requires: python-moksha-common >= 1.0.6 Requires: python-tw2-core Requires: python-tw2-forms @@ -44,12 +53,10 @@ 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 +%{?python_provide:%python_provide python2-moksha-wsgi} -%description -WSGI components for Moksha. +%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 +* Sat Aug 12 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