From 303e6c6bea6b63ac36941c60e82f5b3d1de46ef5 Mon Sep 17 00:00:00 2001 From: Zbigniew Jędrzejewski-Szmek Date: Aug 19 2017 13:43:07 +0000 Subject: Python 2 binary package renamed to python2-tw2-forms --- diff --git a/python-tw2-forms.spec b/python-tw2-forms.spec index 6e9ec4c..4769bcd 100644 --- a/python-tw2-forms.spec +++ b/python-tw2-forms.spec @@ -8,7 +8,7 @@ Name: python-tw2-forms Version: 2.2.3 -Release: 6%{?dist} +Release: 7%{?dist} Summary: Forms for ToscaWidgets2 Group: Development/Languages @@ -66,14 +66,22 @@ BuildRequires: python3-jinja2 %endif # Runtime requirements + +%global _description\ +ToscaWidgets is a web widget toolkit for Python to aid in the creation,\ +packaging and distribution of common view elements normally used in the web.\ +\ +tw2.forms contains the basic form widgets. + +%description %_description + +%package -n python2-tw2-forms +Summary: %summary Requires: python-tw2-core >= 2.1.4 Provides: python2-tw2-forms +%{?python_provide:%python_provide python2-tw2-forms} -%description -ToscaWidgets is a web widget toolkit for Python to aid in the creation, -packaging and distribution of common view elements normally used in the web. - -tw2.forms contains the basic form widgets. +%description -n python2-tw2-forms %_description %if 0%{?with_python3} %package -n python3-tw2-forms @@ -142,7 +150,7 @@ PYTHONPATH=$(pwd) %{__python2} setup.py test #%endif # with_python3 -%files +%files -n python2-tw2-forms %{!?_licensedir:%global license %%doc} %license LICENSE.txt %doc README.rst @@ -158,6 +166,10 @@ PYTHONPATH=$(pwd) %{__python2} setup.py test %endif %changelog +* Sat Aug 19 2017 Zbigniew Jędrzejewski-Szmek - 2.2.3-7 +- Python 2 binary package renamed to python2-tw2-forms + See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3 + * Thu Jul 27 2017 Fedora Release Engineering - 2.2.3-6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild