Python 2 binary package renamed to python2-libplist

This commit is contained in:
Zbigniew Jędrzejewski-Szmek 2017-08-19 09:38:38 -04:00
parent f9a5148124
commit 926be9b227

View File

@ -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 19 2017 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 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 <releng@fedoraproject.org> - 2.0.0-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild