diff --git xapian-bindings/xapian-bindings.spec xapian-bindings/xapian-bindings.spec.tmp index 9ab948f64c..344d8d8a49 100644 --- xapian-bindings/xapian-bindings.spec +++ xapian-bindings/xapian-bindings.spec.tmp @@ -4,7 +4,7 @@ Name: xapian-bindings Version: 1.4.4 -Release: 4%{?dist} +Release: 5%{?dist} Summary: Bindings for the Xapian Probabilistic Information Retrieval Library License: GPLv2+ @@ -31,12 +31,17 @@ offers a highly adaptable toolkit that allows developers to easily add advanced indexing and search facilities to applications. This package provides the files needed for scripts which use Xapian. -%package python +%package -n python2-xapian +%{?python_provide:%python_provide python2-xapian} +%{?python_provide:%python_provide python2-xapian-bindings} +# Remove before F30 +Provides: %{name}-python%{?_isa} = %{version}-%{release} +Obsoletes: %{name}-python < %{version}-%{release} Summary: Files needed for developing Python scripts which use Xapian Requires: %{name} = %{version}-%{release} %{?python_provide:%python_provide python2-xapian} -%description python +%description -n python2-xapian Xapian is an Open Source Probabilistic Information Retrieval framework. It offers a highly adaptable toolkit that allows developers to easily add advanced indexing and search facilities to applications. This package provides the @@ -98,7 +103,7 @@ rm -rf %{buildroot}%{_datadir}/doc/%{name} %license COPYING %doc AUTHORS NEWS README -%files python +%files -n python2-xapian %doc python/docs/examples %{python_sitearch}/xapian/ @@ -113,6 +118,10 @@ rm -rf %{buildroot}%{_datadir}/doc/%{name} %{_libdir}/tcl%{tcl_version}/xapian%{version}/ %changelog +* Sat Aug 12 2017 Zbigniew Jędrzejewski-Szmek - 1.4.4-5 +- Python 2 binary package renamed to python2-xapian-bindings + See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3 + * Thu Aug 03 2017 Fedora Release Engineering - 1.4.4-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild