Sophie

Sophie

distrib > Mageia > 3 > i586 > media > core-release-src > by-pkgid > adfb39ed00f6345fbefda4969a397d41 > files > 2

mutagen-1.20-5.mga3.src.rpm

Summary:	Audio tag tools
Name:		mutagen
Version:	1.20
Release:	%mkrel 5
License:	GPLv2+
Group:		Sound/Utilities
URL:		http://code.google.com/p/mutagen/
Source0:	http://mutagen.googlecode.com/files/%{name}-%{version}.tar.gz
BuildRequires:	python-devel
BuildArch:	noarch

%description
Mutagen is an audio metadata tag reader and writer implemented in pure Python.
It supports reading ID3v1.1, ID3v2.2, ID3v2.3, ID3v2.4, APEv2, and FLAC, and
writing ID3v1.1, ID3v2.4, APEv2, and FLAC.

The goals are (in rough order of importance):
    * Read as many files as possible
    * Compatibility with as many other tag readers and editors as possible
    * Compliance with the relevant specifications
    * Written in Pythonic Python, with a Pythonic API
    * Unit and regression test suite
    * Provide access to all features of the supported formats
    * Easily extensible 

%prep
%setup -q

%build
%{__python} setup.py build

%check
%{__python} setup.py test

%install
rm -rf %{buildroot}
%{__python} setup.py install -O2 --skip-build --root %{buildroot}

%find_lang %name

%clean
rm -rf %{buildroot}

%files -f %{name}.lang
%defattr(-,root,root)
%doc NEWS README TODO
%{python_sitelib}/%{name}
%{python_sitelib}/%{name}-%{version}-*egg-info
%{_bindir}/*
%{_mandir}/man1/*


%changelog

* Sat Jan 12 2013 umeabot <umeabot> 1.20-5.mga3
+ Revision: 360532
- Mass Rebuild - https://wiki.mageia.org/en/Feature:Mageia3MassRebuild

* Sat Dec 01 2012 malo <malo> 1.20-4.mga3
+ Revision: 324507
- update RPM group

* Mon Jan 24 2011 ahmad <ahmad> 1.20-3.mga1
+ Revision: 35856
- replace %%py_requires -d, with BR python-devel
- reenable checks, they worked in my test build
- imported package mutagen