Sophie

Sophie

distrib > Mandriva > 2009.0 > x86_64 > media > main-release-src > by-pkgid > 57d073a6f1b646c471768374462e0d0b > files > 2

mutagen-1.14-1mdv2009.0.src.rpm

Summary: 	Audio tag tools
Name:		mutagen
Version:	1.14
Release:	%mkrel 1
License:	GPLv2+
Group:		Sound
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot
URL:		http://www.sacredchao.net/quodlibet/wiki/Development/Mutagen
Source:		http://www.sacredchao.net/~piman/software/%{name}-%{version}.tar.gz
%py_requires -d
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

# (tpg) checks fails on x86_64
#%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
* Sun Aug 17 2008 Emmanuel Andry <eandry@mandriva.org> 1.14-1mdv2009.0
+ Revision: 273086
- New version

* Tue Jun 17 2008 Thierry Vignaud <tvignaud@mandriva.com> 1.13-2mdv2009.0
+ Revision: 223331
- rebuild
- fix no-buildroot-tag

* Thu Dec 27 2007 Tomasz Pawel Gajc <tpg@mandriva.org> 1.13-1mdv2008.1
+ Revision: 138231
- disable checks, as it fails on x86_64
- new version
- new license policy
- fix building
- add checks
- spec file clean

  + Olivier Blin <oblin@mandriva.com>
    - restore BuildRoot

  + Thierry Vignaud <tvignaud@mandriva.com>
    - kill re-definition of %%buildroot on Pixel's request

* Sun May 06 2007 Austin Acton <austin@mandriva.org> 1.11-1mdv2008.0
+ Revision: 23676
- new version


* Sun Feb 18 2007 Jérôme Soyer <saispo@mandriva.org> 1.10.1-1mdv2007.0
+ Revision: 122280
- New release 1.10.1

* Sat Dec 09 2006 Eskild Hustvedt <eskild@mandriva.org> 1.6-2mdv2007.1
+ Revision: 94041
- Package the *.egg-info
- Rebuild for new python
- Import mutagen

* Mon Aug 14 2006 Austin Acton <austin@mandriva.org> 1.6-1mdv2007.0
- 1.6

* Tue Jun 27 2006 Austin Acton <austin@mandriva.org> 1.5-1mdv2007.0
- New release 1.5

* Tue Jun 20 2006 Austin Acton <austin@mandriva.org> 1.4-1mdv2007.0
- fix summary
- source URL
- 1.4

* Sun May 14 2006 Emmanuel Andry <eandry@mandriva.org> 1.2-1mdk
- 1.2

* Tue Apr 04 2006 Austin Acton <austin@mandriva.org> 1.0-1mdk
- initial package