diff --git python-django-tagging/python-django-tagging.spec python-django-tagging/python-django-tagging.spec.tmp index d689090aa6..76827a6728 100644 --- python-django-tagging/python-django-tagging.spec +++ python-django-tagging/python-django-tagging.spec.tmp @@ -7,7 +7,7 @@ %global pkgname django-tagging Name: python-django-tagging Version: 0.4.5 -Release: 4%{?dist} +Release: 5%{?dist} Summary: A generic tagging application for Django projects Group: Development/Languages @@ -17,18 +17,26 @@ Source0: https://files.pythonhosted.org/packages/source/d/%{pkgname}/%{pk BuildArch: noarch BuildRequires: python2-devel -Requires: python-django BuildRequires: python-django -Provides: %{pkgname} = %{version}-%{release} # python-django-tagging-0.3.1-4 is the first renamed version -Obsoletes: %{pkgname} < 0.3.1-4 -%description -A generic tagging application for Django projects, which allows association -of a number of tags with any Model instance and makes retrieval of tags -simple. +%global _description\ +A generic tagging application for Django projects, which allows association\ +of a number of tags with any Model instance and makes retrieval of tags\ +simple.\ + +%description %_description + +%package -n python2-django-tagging +Summary: %summary +Requires: python-django +Provides: %{pkgname} = %{version}-%{release} +Obsoletes: %{pkgname} < 0.3.1-4 +%{?python_provide:%python_provide python2-django-tagging} + +%description -n python2-django-tagging %_description %if 0%{?with_python3} > 0 %package -n python3-django-tagging @@ -64,7 +72,7 @@ simple. %py3_install %endif -%files +%files -n python2-django-tagging %doc CHANGELOG.txt README.rst docs/* %license LICENSE.txt %{python_sitelib}/tagging @@ -79,6 +87,10 @@ simple. %changelog +* Sat Aug 12 2017 Zbigniew Jędrzejewski-Szmek - 0.4.5-5 +- Python 2 binary package renamed to python2-django-tagging + See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3 + * Thu Jul 27 2017 Fedora Release Engineering - 0.4.5-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild