|
|
|
@ -7,15 +7,14 @@
|
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
Name: python-%{realname}
|
|
|
|
|
Version: 1.31
|
|
|
|
|
Release: 5%{?dist}
|
|
|
|
|
Version: 1.32
|
|
|
|
|
Release: 1%{?dist}
|
|
|
|
|
Summary: Mutagen is a Python module to handle audio meta-data
|
|
|
|
|
|
|
|
|
|
Group: Development/Languages
|
|
|
|
|
License: GPLv2
|
|
|
|
|
URL: https://bitbucket.org/lazka/mutagen/overview
|
|
|
|
|
Source0: https://bitbucket.org/lazka/mutagen/downloads/mutagen-%{version}.tar.gz
|
|
|
|
|
Patch0: fix-endianess.patch
|
|
|
|
|
|
|
|
|
|
BuildArch: noarch
|
|
|
|
|
BuildRequires: python2-devel
|
|
|
|
@ -46,8 +45,6 @@ includes a module to handle generic Ogg bit-streams.
|
|
|
|
|
|
|
|
|
|
%prep
|
|
|
|
|
%setup -q -n %{realname}-%{version}
|
|
|
|
|
# BZ 1270298 - Fix tests on big endian arches
|
|
|
|
|
%patch0 -p1
|
|
|
|
|
|
|
|
|
|
%if %{with python3}
|
|
|
|
|
rm -rf %{py3dir}
|
|
|
|
@ -117,6 +114,9 @@ pushd %{py3dir}
|
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Tue May 03 2016 Michele Baldessari <michele@acksyn.org> - 1.32-1
|
|
|
|
|
- New upstream release
|
|
|
|
|
|
|
|
|
|
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 1.31-5
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|