diff --git python-tw2-d3/python-tw2-d3.spec python-tw2-d3/python-tw2-d3.spec.tmp index d6afde741d..4b443195c6 100644 --- python-tw2-d3/python-tw2-d3.spec +++ python-tw2-d3/python-tw2-d3.spec.tmp @@ -4,7 +4,7 @@ Name: python-tw2-d3 Version: 0.0.8 -Release: 11%{?dist} +Release: 12%{?dist} Summary: Data-Driven Documents for ToscaWidgets2 Group: Development/Languages @@ -26,15 +26,23 @@ BuildRequires: python-tw2-jquery BuildRequires: python-paste-deploy # 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.d3 is a wrapper for the d3 javascript library. + +%description %_description + +%package -n python2-tw2-d3 +Summary: %summary Requires: python-tw2-core Requires: python-tw2-jquery Requires: python-mako +%{?python_provide:%python_provide python2-tw2-d3} -%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.d3 is a wrapper for the d3 javascript library. +%description -n python2-tw2-d3 %_description %prep %setup -q -n %{modname}-%{version} @@ -52,13 +60,17 @@ mv setup.py.tmp setup.py %{__python} setup.py install -O1 --skip-build \ --install-data=%{_datadir} --root %{buildroot} -%files +%files -n python2-tw2-d3 %doc README.rst LICENSE.txt %{python_sitelib}/tw2/d3 %{python_sitelib}/%{modname}-%{version}* %changelog +* Sat Aug 12 2017 Zbigniew Jędrzejewski-Szmek - 0.0.8-12 +- Python 2 binary package renamed to python2-tw2-d3 + See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3 + * Thu Jul 27 2017 Fedora Release Engineering - 0.0.8-11 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild