Search
j0ke.net Open Build Service
>
Projects
>
multimedia
>
python-mutagen
> python-mutagen.spec
Sign Up
|
Log In
Username
Password
Cancel
Overview
Repositories
Revisions
Requests
Users
Advanced
Attributes
Meta
File python-mutagen.spec of Package python-mutagen
# norootforbuild %define _prefix /usr Name: python-mutagen Summary: Audio tag tools Version: 1.13 Release: 1 Source: http://www.sacredchao.net/~piman/software/mutagen-%{version}.tar.gz URL: http://www.sacredchao.net/quodlibet/wiki/Development/Mutagen License: GPL Group: Productivity/Multimedia/Sound/Utilities BuildRoot: %{_tmppath}/%{name}-buildroot %py_requires BuildRequires: python-devel %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 -n mutagen-%{version} %install [ -d %{buildroot} -a "%{buildroot}" != "" ] && %__rm -rf %{buildroot} %__python setup.py install \ --prefix=%{_prefix} \ --root=%{buildroot} %clean [ -d %{buildroot} -a "%{buildroot}" != "" ] && %__rm -rf %{buildroot} %files %defattr(-,root,root) %doc API-NOTES COPYING NEWS README TODO TUTORIAL %{_bindir}/* %{py_sitedir}/mutagen %if %suse_version >= 1020 %{py_sitedir}/mutagen-%{version}-py%{py_ver}.egg-info %endif %{_mandir}/man1/* %changelog * Wed Oct 03 2007 Carsten Schoene <cs@linux-administrator.com> - import for SLE_10 build