Sisyphus repositório
Última atualização: 1 outubro 2023 | SRPMs: 18631 | Visitas: 37561747
en ru br
ALT Linux repositórios
5.0: 1.12-alt1.1
4.1: 1.12-alt1.1
4.0: 1.10.1-alt1

Group :: Desenvolvimento/Python
RPM: python-module-mutagen

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs e FR  Repocop 

# -*- coding: utf-8 -*-
%define version 1.12
%define release alt1

%setup_python_module mutagen

Summary: Python module to handle audio metadata
Name: python-module-mutagen
Version: %version
Release: %release.1
Source: mutagen-%version.tar.gz
License: GPL
Group: Development/Python
Url: http://www.sacredchao.net/quodlibet/wiki/Development/Mutagen
Packager: Mikhail Yakshin <greycat at altlinux.org>

Obsoletes: mutagen
Provides: mutagen = %version

%description
Mutagen is a Python module to handle audio metadata. It supports FLAC,
M4A, Musepack, MP3, Ogg FLAC, Ogg Speex, Ogg Theora, Ogg Vorbis, True
Audio, and WavPack audio files. All versions of ID3v2 are supported, and
all standard ID3v2.4 frames are parsed. It can read Xing headers to
accurately calculate the bitrate and length of MP3s. ID3 and APEv2 tags
can be edited regardless of audio format. It can also manipulate Ogg
streams on an individual packet/page level.

This module is built for python %__python_version

%prep
%setup -q -n mutagen-%version

%build
env CFLAGS="$RPM_OPT_FLAGS -fPIC" %__python setup.py build

%install
%__python setup.py install --root=$RPM_BUILD_ROOT --optimize=2 --record=INSTALLED_FILES
# Some obscure hack: somehow man files get installed as gzipped ones...
%__subst 's,^\(%_mandir.*\)$,\1.gz,' INSTALLED_FILES

%files -f INSTALLED_FILES

%changelog

Todas as alterações você pod ver aqui

 
projeto & código: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
mantenedor atual: Michael Shigorin
mantenedor da tradução: Fernando Martini aka fmartini © 2009