From 92018a87c2f8552620476b8120d9a4043da9a02d Mon Sep 17 00:00:00 2001 From: Iryna Shcherbina Date: Feb 07 2018 04:09:26 +0000 Subject: Update Python 2 dependency declarations to new packaging standards --- diff --git a/libgpod.spec b/libgpod.spec index af82b34..64b187e 100644 --- a/libgpod.spec +++ b/libgpod.spec @@ -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 - 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 - 0.8.3-20 - Python 2 binary package renamed to python2-gpod See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3