diff --git python-tw2-jqplugins-gritter/python-tw2-jqplugins-gritter.spec python-tw2-jqplugins-gritter/python-tw2-jqplugins-gritter.spec.tmp index 3e2bbf1390..81752817a6 100644 --- python-tw2-jqplugins-gritter/python-tw2-jqplugins-gritter.spec +++ python-tw2-jqplugins-gritter/python-tw2-jqplugins-gritter.spec.tmp @@ -4,7 +4,7 @@ Name: python-tw2-jqplugins-gritter Version: 2.0.1 -Release: 12%{?dist} +Release: 13%{?dist} Summary: jQuery gritter (growl-like pop-ups) for ToscaWidgets2 Group: Development/Languages @@ -22,13 +22,21 @@ BuildRequires: python-tw2-jquery BuildRequires: python-tw2-jqplugins-ui # Runtime requirements + +%global _description\ +This module provides growl like pop-ups with the gritter plugin for\ +python-tw2-jqplugins-ui. + +%description %_description + +%package -n python2-tw2-jqplugins-gritter +Summary: %summary Requires: python-tw2-core Requires: python-tw2-jquery Requires: python-tw2-jqplugins-ui +%{?python_provide:%python_provide python2-tw2-jqplugins-gritter} -%description -This module provides growl like pop-ups with the gritter plugin for -python-tw2-jqplugins-ui. +%description -n python2-tw2-jqplugins-gritter %_description %prep %setup -q -n %{modname}-%{version} @@ -55,13 +63,17 @@ rm -f build/lib/tw2/jqplugins/__init__.py* %{__python} setup.py install -O1 --skip-build \ --install-data=%{_datadir} --root %{buildroot} -%files +%files -n python2-tw2-jqplugins-gritter %doc README.rst LICENSE %{python_sitelib}/tw2/jqplugins/gritter %{python_sitelib}/%{modname}-%{version}-* %changelog +* Sat Aug 12 2017 Zbigniew Jędrzejewski-Szmek - 2.0.1-13 +- Python 2 binary package renamed to python2-tw2-jqplugins-gritter + See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3 + * Thu Jul 27 2017 Fedora Release Engineering - 2.0.1-12 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild