diff --git a/librapi.spec b/librapi.spec index 8ea461bf09..49ef4db4f7 100644 --- a/librapi.spec +++ b/librapi.spec @@ -2,7 +2,7 @@ Name: librapi Version: 0.15.2 -Release: 14%{?dist} +Release: 15%{?dist} Summary: Library to connect to Pocket PC devices Group: System Environment/Libraries @@ -38,12 +38,13 @@ Requires: libsynce-devel %description devel This package contains the header files and link libraries for librapi -%package -n python-rapi +%package -n python2-rapi +%{?python_provide:%python_provide python2-rapi} Summary: Python bindings to librapi (part of SynCE) Group: Development/Libraries Requires: %{name} = %{version}-%{release} -%description -n python-rapi +%description -n python2-rapi This package contains the python bindings to librapi, a component of the SynCE PocketPC connection framework. The python module to import is named "pyrapi2" @@ -88,11 +89,15 @@ rm -f $RPM_BUILD_ROOT%{python_sitearch}/pyrapi2.{la,a} %{_libdir}/pkgconfig/*.pc %{_mandir}/man3/* -%files -n python-rapi +%files -n python2-rapi %{python_sitearch}/pyrapi2.so %changelog +* Sun Dec 17 2017 Zbigniew Jędrzejewski-Szmek - 0.15.2-15 +- Python 2 binary package renamed to python2-rapi + See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3 + * Thu Aug 03 2017 Fedora Release Engineering - 0.15.2-14 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild