Sophie

Sophie

distrib > Mageia > 3 > i586 > media > core-release-src > by-pkgid > 3588f338081fefd7d87fcd8eb8fef476 > files > 2

python-eyed3-0.6.18-2.mga3.src.rpm

%define name python-eyed3
%define version 0.6.18
%define oname eyeD3
%define release %mkrel 2

Summary: ID3 tag module
Name: %{name}
Version: %{version}
Release: %{release}
Source0: http://eyed3.nicfit.net/releases/%{oname}-%{version}.tar.gz
License: GPLv2+
Group: Development/Python
Url: http://eyed3.nicfit.net/
BuildRequires: python-devel
BuildArch: noarch

%description
eyeD3 is a Python module and program for processing ID3
tags. Information about mp3 files (i.e bit rate, sample frequency,
play time, etc.) is also provided. The formats supported are ID3
v1.0/v1.1 and v2.3/v2.4.

%prep
%setup -q -n %oname-%version

%build
%configure2_5x
%make

%install
rm -rf $RPM_BUILD_ROOT installed-docs

%makeinstall
mv %buildroot%_datadir/doc/%oname-%version installed-docs

%files
%defattr(-,root,root)
%doc installed-docs/*
%py_puresitedir/%oname
%py_puresitedir/*.egg-info
%_bindir/%oname
%_mandir/man1/%oname.1*


%changelog

* Sun Jan 13 2013 umeabot <umeabot> 0.6.18-2.mga3
+ Revision: 378819
- Mass Rebuild - https://wiki.mageia.org/en/Feature:Mageia3MassRebuild

* Wed Nov 30 2011 philippem <philippem> 0.6.18-1.mga2
+ Revision: 174513
- Update to 0.6.18

  + stormi <stormi>
    - increase release so that it's higher than in Mageia 1

* Thu Jun 09 2011 ahmad <ahmad> 0.6.17-4.mga2
+ Revision: 102624
- Fix the Lincese tag
- Drop the buildroot declaration
- Drop the deprecated %%py_requires macro and use BR python-devel instead
- imported package python-eyed3