File eyeD3.spec of Package eye3D
Name: eyeD3
Version: 0.7.9
Release: 99
Summary: mp3 tag system
License: Apache-2.0
Group: Development/Languages/Python
Url: https://github.com/xray/xray
Source: http://eyed3.nicfit.net/releases/eyeD3-%{version}.tar.gz
BuildRequires: python-devel
BuildRequires: python-setuptools
BuildRequires: python-scipy
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildArch: noarch
%description
%prep
%setup -q
%build
python2 setup.py build
%install
python2 setup.py install --prefix=%{_prefix} --root=%{buildroot}
%files
%defattr(-,root,root,-)
%doc README.rst
%doc COPYING
%doc docs
/usr/bin/eyeD3
%{python_sitelib}/*
%changelog