diff --git python-django-ajax-selects/python-django-ajax-selects.spec python-django-ajax-selects/python-django-ajax-selects.spec.tmp index 1af354c3e9..b3b67c914b 100644 --- python-django-ajax-selects/python-django-ajax-selects.spec +++ python-django-ajax-selects/python-django-ajax-selects.spec.tmp @@ -3,7 +3,7 @@ Name: python-django-ajax-selects Version: 1.3.4 -Release: 12%{?dist} +Release: 13%{?dist} Summary: Enables editing of ForeignKey, ManyToMany and simple text fields Group: Development/Languages @@ -14,24 +14,31 @@ Source: http://pypi.python.org/packages/source/d/%{pkgname}/%{pkgname}-% BuildArch: noarch BuildRequires: python2-devel BuildRequires: python-setuptools -Requires: python-django %if 0%{?with_python3} BuildRequires: python3-devel BuildRequires: python3-setuptools %endif -Provides: %{pkgname} = %{version}-%{release} +%global _description\ +Enables editing of ForeignKey, ManyToMany and simple text fields using the\ +Autocomplete - jQuery plugin.\ +django-ajax-selects will work in any normal form as well as in the admin.\ +The user is presented with a text field. They type a search term or a few\ +letters of a name they are looking for, an ajax request is sent to the server,\ +a search channel returns possible results. Results are displayed as a drop\ +down menu. When an item is selected it is added to a display area just below\ +the text field. + +%description %_description + +%package -n python2-django-ajax-selects +Summary: %summary +Requires: python-django +Provides: %{pkgname} = %{version}-%{release} Obsoletes: %{pkgname} < 1.1.4-6 +%{?python_provide:%python_provide python2-django-ajax-selects} -%description -Enables editing of ForeignKey, ManyToMany and simple text fields using the -Autocomplete - jQuery plugin. -django-ajax-selects will work in any normal form as well as in the admin. -The user is presented with a text field. They type a search term or a few -letters of a name they are looking for, an ajax request is sent to the server, -a search channel returns possible results. Results are displayed as a drop -down menu. When an item is selected it is added to a display area just below -the text field. +%description -n python2-django-ajax-selects %_description %if 0%{?with_python3} %package -n python3-django-ajax-selects @@ -76,7 +83,7 @@ pushd %{py3dir} popd %endif -%files +%files -n python2-django-ajax-selects %doc ajax_select/LICENSE.txt %doc ajax_select/docs/* %doc example/* @@ -93,6 +100,10 @@ popd %endif %changelog +* Sat Aug 12 2017 Zbigniew Jędrzejewski-Szmek - 1.3.4-13 +- Python 2 binary package renamed to python2-django-ajax-selects + See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3 + * Thu Jul 27 2017 Fedora Release Engineering - 1.3.4-12 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild