diff --git a/librra.spec b/librra.spec index f4d0d26143..ff332adf8c 100644 --- a/librra.spec +++ b/librra.spec @@ -2,7 +2,7 @@ Name: librra Version: 0.14 -Release: 17%{?dist} +Release: 18%{?dist} Summary: Connection to Pocket PC devices, part of SynCE Group: System Environment/Libraries @@ -34,12 +34,13 @@ Requires: libsynce-devel %description devel This package contains the header files and link libraries for librra -%package -n python-rra +%package -n python2-rra +%{?python_provide:%python_provide python2-rra} Summary: Python bindings to librra (part of SynCE) Group: Development/Libraries Requires: %{name} = %{version}-%{release} -%description -n python-rra +%description -n python2-rra This package contains the python bindings to librra, a componenent of the SynCE PocketPC connection framework. The python module to import is named "pyrra" @@ -83,11 +84,15 @@ rm -rf $RPM_BUILD_ROOT %{_libdir}/pkgconfig/*.pc %{_includedir}/rra -%files -n python-rra +%files -n python2-rra %{python_sitearch}/pyrra.so %changelog +* Sun Dec 17 2017 Zbigniew Jędrzejewski-Szmek - 0.14-18 +- Python 2 binary package renamed to python2-rra + See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3 + * Thu Aug 03 2017 Fedora Release Engineering - 0.14-17 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild