diff --git python-flask-assets/python-flask-assets.spec python-flask-assets/python-flask-assets.spec.tmp index cbc09c299b..57be1ea574 100644 --- python-flask-assets/python-flask-assets.spec +++ python-flask-assets/python-flask-assets.spec.tmp @@ -5,7 +5,7 @@ Name: python-flask-assets Version: 0.10 -Release: 8%{?dist} +Release: 9%{?dist} Summary: Asset management for flask Group: Development/Libraries @@ -17,17 +17,25 @@ BuildArch: noarch BuildRequires: python2-devel BuildRequires: python-setuptools BuildRequires: python-webassets -Requires: python-webassets %if 0%{?with_python3} BuildRequires: python3-devel BuildRequires: python3-setuptools BuildRequires: python3-webassets %endif -%description -Integrates the webassets library with Flask, adding support +%global _description\ +Integrates the webassets library with Flask, adding support\ for merging, minifying and compiling CSS and Javascript files. +%description %_description + +%package -n python2-flask-assets +Summary: %summary +Requires: python-webassets +%{?python_provide:%python_provide python2-flask-assets} + +%description -n python2-flask-assets %_description + %if 0%{?with_python3} %package -n python3-flask-assets Summary: Asset management for flask @@ -69,7 +77,7 @@ mkdir -p $RPM_BUILD_ROOT%{python3_sitelib} popd %endif -%files +%files -n python2-flask-assets %doc docs/ README.rst CHANGES LICENSE PKG-INFO %{python_sitelib}/* @@ -80,6 +88,10 @@ popd %endif # with_python3 %changelog +* Sat Aug 12 2017 Zbigniew Jędrzejewski-Szmek - 0.10-9 +- Python 2 binary package renamed to python2-flask-assets + See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3 + * Thu Jul 27 2017 Fedora Release Engineering - 0.10-8 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild