Update Python 2 dependency declarations to new packaging standards

This commit is contained in:
Iryna Shcherbina 2018-02-07 05:09:26 +01:00
parent 644677ed82
commit 92018a87c2
1 changed files with 8 additions and 4 deletions

View File

@ -18,7 +18,7 @@
Summary: Library to access the contents of an iPod
Name: libgpod
Version: 0.8.3
Release: 20%{?dist}
Release: 21%{?dist}
License: LGPLv2+
Group: System Environment/Libraries
URL: http://www.gtkpod.org/libgpod.html
@ -50,8 +50,8 @@ BuildRequires: gtk-sharp2-devel
%endif
%endif
BuildRequires: pygobject2-devel
BuildRequires: python-devel
BuildRequires: python-mutagen
BuildRequires: python2-devel
BuildRequires: python2-mutagen
BuildRequires: sg3_utils-devel
BuildRequires: sqlite-devel
BuildRequires: swig
@ -96,7 +96,7 @@ This package contains the API documentation.
Summary: Python module to access iPod content
Group: Development/Languages
Requires: %{name}%{?_isa} = %{version}-%{release}
Requires: python-mutagen
Requires: python2-mutagen
%description -n python2-gpod
A python module to access iPod content. This module provides bindings to the
@ -225,6 +225,10 @@ find %{buildroot} -type f -name "*.a" -delete
%endif
%changelog
* Wed Feb 07 2018 Iryna Shcherbina <ishcherb@redhat.com> - 0.8.3-21
- Update Python 2 dependency declarations to new packaging standards
(See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3)
* Sun Dec 17 2017 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 0.8.3-20
- Python 2 binary package renamed to python2-gpod
See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3