diff --git python-tinycss/python-tinycss.spec python-tinycss/python-tinycss.spec.tmp index 290343402c..238b8fadce 100644 --- python-tinycss/python-tinycss.spec +++ python-tinycss/python-tinycss.spec.tmp @@ -7,7 +7,7 @@ Name: python-tinycss Summary: CSS parser for Python Version: 0.3 -Release: 15%{?dist} +Release: 16%{?dist} Group: System Environment/Libraries License: BSD URL: http://pythonhosted.org/tinycss/ @@ -23,12 +23,20 @@ BuildRequires: python3-devel python3-setuptools python3-Cython # or any files in the application's directory for provides %global __provides_exclude_from ^(%{python_sitearch}|%{python3_sitearch})/.*\\.so$ -%description -tinycss is a complete yet simple CSS parser for Python. It supports -the full syntax and error handling for CSS 2.1 as well as some CSS 3 -modules. It is designed to be easy to extend for new CSS modules and +%global _description\ +tinycss is a complete yet simple CSS parser for Python. It supports\ +the full syntax and error handling for CSS 2.1 as well as some CSS 3\ +modules. It is designed to be easy to extend for new CSS modules and\ syntax, and integrates well with cssselect for Selectors 3 support. +%description %_description + +%package -n python2-tinycss +Summary: %summary +%{?python_provide:%python_provide python2-tinycss} + +%description -n python2-tinycss %_description + %if 0%{?with_python3} %package -n python3-tinycss Summary: CSS parser for Python @@ -69,7 +77,7 @@ pushd %{py3dir} popd %endif # with_python3 -%files +%files -n python2-tinycss %doc LICENSE README.rst %{python_sitearch}/* @@ -80,6 +88,10 @@ popd %endif # with_python3 %changelog +* Sat Aug 12 2017 Zbigniew Jędrzejewski-Szmek - 0.3-16 +- Python 2 binary package renamed to python2-tinycss + See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3 + * Thu Aug 03 2017 Fedora Release Engineering - 0.3-15 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild