|
|
|
@ -3,7 +3,7 @@
|
|
|
|
|
|
|
|
|
|
Name: python-mutagen
|
|
|
|
|
Version: 1.6
|
|
|
|
|
Release: 1%{?dist}
|
|
|
|
|
Release: 2%{?dist}
|
|
|
|
|
Summary: Mutagen is a Python module to handle audio metadata
|
|
|
|
|
Group: Development/Languages
|
|
|
|
|
License: GPL
|
|
|
|
@ -46,9 +46,12 @@ rm -rf $RPM_BUILD_ROOT
|
|
|
|
|
%dir %{python_sitelib}/mutagen
|
|
|
|
|
%{python_sitelib}/mutagen/*.py
|
|
|
|
|
%{python_sitelib}/mutagen/*.pyc
|
|
|
|
|
%ghost %{python_sitelib}/mutagen/*.pyo
|
|
|
|
|
%{python_sitelib}/mutagen/*.pyo
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Fri Sep 29 2006 Michał Bentkowski <mr.ecik at gmail.com> - 1.6-2
|
|
|
|
|
- .pyo files no longer ghosted
|
|
|
|
|
|
|
|
|
|
* Fri Aug 11 2006 Michał Bentkowski <mr.ecik at gmail.com> - 1.6-1
|
|
|
|
|
- Update upstream to 1.6
|
|
|
|
|
|
|
|
|
|