|
|
|
@ -8,13 +8,14 @@
|
|
|
|
|
|
|
|
|
|
Name: python-%{realname}
|
|
|
|
|
Version: 1.31
|
|
|
|
|
Release: 2%{?dist}
|
|
|
|
|
Release: 3%{?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
|
|
|
|
@ -45,6 +46,8 @@ 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}
|
|
|
|
@ -114,6 +117,9 @@ pushd %{py3dir}
|
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Sat Nov 28 2015 Michele Baldessari <michele@acksyn.org> - 1.31-3
|
|
|
|
|
- Fixes tests on big endian architectures (BZ 1270298)
|
|
|
|
|
|
|
|
|
|
* Mon Nov 9 2015 Toshio Kuratomi <toshio@fedoraproject.org> - - 1.31-2
|
|
|
|
|
- Move the scripts to the python3 package. This fixes two issues:
|
|
|
|
|
* The scripts couldn't work without manual intervention because they required
|
|
|
|
|