diff --git python-tw2-excanvas/python-tw2-excanvas.spec python-tw2-excanvas/python-tw2-excanvas.spec.tmp index 34a2e4187e..2aa6d6f393 100644 --- python-tw2-excanvas/python-tw2-excanvas.spec +++ python-tw2-excanvas/python-tw2-excanvas.spec.tmp @@ -4,7 +4,7 @@ Name: python-tw2-excanvas Version: 2.0.2 -Release: 12%{?dist} +Release: 13%{?dist} Summary: Excanvas for ToscaWidgets2 Group: Development/Languages @@ -25,11 +25,19 @@ BuildRequires: python-genshi BuildRequires: python-mako # Runtime requirements -Requires: python-tw2-core -%description +%global _description\ Simple excanvas resource wrapper for ToscaWidgets2. +%description %_description + +%package -n python2-tw2-excanvas +Summary: %summary +Requires: python-tw2-core +%{?python_provide:%python_provide python2-tw2-excanvas} + +%description -n python2-tw2-excanvas %_description + %prep %setup -q -n %{modname}-%{version} @@ -43,13 +51,17 @@ Simple excanvas resource wrapper for ToscaWidgets2. %check PYTHONPATH=$(pwd) python setup.py test -%files +%files -n python2-tw2-excanvas %doc README.rst LICENSE %{python_sitelib}/tw2/excanvas %{python_sitelib}/%{modname}-%{version}* %changelog +* Sat Aug 12 2017 Zbigniew Jędrzejewski-Szmek - 2.0.2-13 +- Python 2 binary package renamed to python2-tw2-excanvas + See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3 + * Thu Jul 27 2017 Fedora Release Engineering - 2.0.2-12 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild