Sophie

Sophie

distrib > Mandriva > 2007.0 > x86_64 > by-pkgid > 5ceccbdff7ca2958bf294cfa1f314002 > files > 2

mutagen-1.6-1mdv2007.0.src.rpm

%define name	mutagen
%define version	1.6
%define release %mkrel 1

Name: 	 	%{name}
Summary: 	Audio tag tools
Version: 	%{version}
Release: 	%{release}

Source:		http://www.sacredchao.net/~piman/software/%{name}-%{version}.tar.bz2
URL:		http://www.sacredchao.net/quodlibet/wiki/Development/Mutagen
License:	GPL
Group:		Sound
BuildRoot:	%{_tmppath}/%{name}-buildroot
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

%install
rm -rf $RPM_BUILD_ROOT
python setup.py install --root=%buildroot

%find_lang %name

%clean
rm -rf $RPM_BUILD_ROOT

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

%changelog
* Sun Aug 13 2006 Austin Acton <austin@mandriva.org> 1.6-1mdv2007.0
- 1.6

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

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

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

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