Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37594360
en ru br
ALT Linux repos
S:2013.1-alt4.git.20130711

Group :: Development/Python3
RPM: python3-module-tagpy

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

%define _unpackaged_files_terminate_build 1

%define rname tagpy

Name: python3-module-%rname
Version: 2013.1
Release: alt4.git.20130711

Summary: TagPy is a set of Python bindings for TagLib.
License: GPL2+
Group: Development/Python3
Url: http://mathema.tician.de/software/tagpy

# http://git.tiker.net/trees/tagpy.git

Source: %name-%version.tar

BuildRequires(pre): rpm-build-python3
BuildRequires: boost-devel-headers boost-python3-devel gcc-c++ libtag-devel

%description
TagPy is a set of Python bindings for Scott Wheeler's TagLib.
It builds upon Boost.Python, a wrapper generation library which is part
of the Boost set of C++ libraries.

Just like TagLib, TagPy can:

 * read and write ID3 tags of version 1 and 2, with many supported
   frame types for version 2 (in MPEG Layer 2 and MPEG Layer 3, FLAC
   and MPC),
 * access Xiph Comments in Ogg Vorbis Files and Ogg Flac Files,
 * access APE tags in Musepack and MP3 files.

%prep
%setup

%build
%__python3 configure.py \
   --taglib-inc-dir=%_includedir/taglib \
   --boost-python-libname=boost_python%{python_version_nodots python3} \
   %nil

%python3_build_debug

%install
%python3_install

%files
%doc README*
%python3_sitelibdir/*

%changelog

Full changelog you can see here

 
design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
current maintainer: Michael Shigorin