diff --git libplist/libplist.spec libplist/libplist.spec.tmp index 066d2d9750..5c1c7f5cee 100644 --- libplist/libplist.spec +++ libplist/libplist.spec.tmp @@ -2,7 +2,7 @@ Name: libplist Version: 2.0.0 -Release: 3%{?dist} +Release: 4%{?dist} Summary: Library for manipulating Apple Binary and XML Property Lists License: LGPLv2+ @@ -25,13 +25,17 @@ Requires: pkgconfig %description devel %{name}, development headers and libraries. -%package python +%package -n python2-libplist +%{?python_provide:%python_provide python2-libplist} +# Remove before F30 +Provides: %{name}-python%{?_isa} = %{version}-%{release} +Obsoletes: %{name}-python < %{version}-%{release} Summary: Python2 bindings for libplist %{?python_provide:%python_provide python2-libplist} Requires: %{name}%{?_isa} = %{version}-%{release} Requires: python -%description python +%description -n python2-libplist %{name}, python2 libraries and bindings. %prep @@ -74,10 +78,14 @@ make check %{_libdir}/libplist++.so %{_includedir}/plist -%files python +%files -n python2-libplist %{python_sitearch}/plist* %changelog +* Sat Aug 12 2017 Zbigniew Jędrzejewski-Szmek - 2.0.0-4 +- Python 2 binary package renamed to python2-libplist + See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3 + * Thu Aug 03 2017 Fedora Release Engineering - 2.0.0-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild