|
|
|
@ -2,8 +2,8 @@
|
|
|
|
|
%{!?python_sitearch: %define python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")}
|
|
|
|
|
|
|
|
|
|
Name: python-mutagen
|
|
|
|
|
Version: 1.5.1
|
|
|
|
|
Release: 5%{?dist}
|
|
|
|
|
Version: 1.6
|
|
|
|
|
Release: 1%{?dist}
|
|
|
|
|
Summary: Mutagen is a Python module to handle audio metadata
|
|
|
|
|
Group: Development/Languages
|
|
|
|
|
License: GPL
|
|
|
|
@ -49,8 +49,11 @@ rm -rf $RPM_BUILD_ROOT
|
|
|
|
|
%ghost %{python_sitelib}/mutagen/*.pyo
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Fri Aug 11 2006 Michał Bentkowski <mr.ecik at gmail.com> - 1.6-1
|
|
|
|
|
- Update upstream to 1.6
|
|
|
|
|
|
|
|
|
|
* Fri Jul 21 2006 Michał Bentkowski <mr.ecik at gmail.com> - 1.5.1-5
|
|
|
|
|
- Some fixes in preable.
|
|
|
|
|
- Some fixes in preamble.
|
|
|
|
|
- Change name from mutagen to python-mutagen.
|
|
|
|
|
- Delete CFLAGS declaration.
|
|
|
|
|
|
|
|
|
|