diff --git zorba/zorba.spec zorba/zorba.spec.tmp index 466d76f1e2..5df9ca7a77 100644 --- zorba/zorba.spec +++ zorba/zorba.spec.tmp @@ -15,7 +15,7 @@ Name: zorba Version: 3.0.0 -Release: 33.%{snapshot}%{?dist} +Release: 34.%{snapshot}%{?dist} Summary: General purpose XQuery processor implemented in C++ Group: System Environment/Libraries @@ -103,13 +103,17 @@ the programming APIs. # Language bindings -%package python +%package -n python2-zorba +%{?python_provide:%python_provide python2-zorba} +# Remove before F30 +Provides: %{name}-python%{?_isa} = %{version}-%{release} +Obsoletes: %{name}-python < %{version}-%{release} Summary: Python language binding for %{name} Group: Development/Languages Requires: %{name}%{?_isa} = %{version}-%{release} -%description python +%description -n python2-zorba This package provides the Python module to use the %{name} API. %if 0%{?build_php_binding} @@ -255,7 +259,7 @@ install -D -m644 build/doc/zorba.1 %{buildroot}%{_mandir}/man1/zorba.1 %{_includedir}/zorba/ %{_datadir}/cmake/Modules/* -%files python +%files -n python2-zorba %{python_sitearch}/_zorba_api.so %{python_sitearch}/zorba_api.py* @@ -279,6 +283,10 @@ install -D -m644 build/doc/zorba.1 %{buildroot}%{_mandir}/man1/zorba.1 %changelog +* Sat Aug 12 2017 Zbigniew Jędrzejewski-Szmek - 3.0.0-34.20140621git152f8964c +- Python 2 binary package renamed to python2-zorba + See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3 + * Thu Aug 03 2017 Fedora Release Engineering - 3.0.0-33.20140621git152f8964c - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild