- Make sed safer

- Add back in removed changelogs
epel9
Silas Sewell 16 years ago
parent 47e1740f9a
commit 1b7600278f

@ -1 +1,2 @@
python-mutagen-1_15-1_fc10:HEAD:python-mutagen-1.15-1.fc10.src.rpm:1238937627
python-mutagen-1_15-2_fc10:HEAD:python-mutagen-1.15-2.fc10.src.rpm:1239346187

@ -2,7 +2,7 @@
Name: python-mutagen
Version: 1.15
Release: 1%{?dist}
Release: 2%{?dist}
Summary: Mutagen is a Python module to handle audio metadata
Group: Development/Languages
@ -24,7 +24,7 @@ includes a module to handle generic Ogg bitstreams.
%prep
%setup -q -n mutagen-%{version}
sed -e 1d -e 2d -i mutagen/__init__.py
sed -i '/^#! \/usr\/bin\/env python/,+1 d' mutagen/__init__.py
sed -i 's/\r//' TUTORIAL
%build
@ -45,9 +45,19 @@ rm -rf $RPM_BUILD_ROOT
%{python_sitelib}/*
%changelog
* Fri Apr 10 2009 Silas Sewell <silas at sewell ch> - 1.15-2
- Make sed safer
- Add back in removed changelogs
* Sun Mar 29 2009 Silas Sewell <silas at sewell ch> - 1.15-1
- Update to 1.15
* Thu Feb 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.13-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
* Sat Nov 29 2008 Ignacio Vazquez-Abrams <ivazqueznet+rpm@gmail.com> - 1.13-3
- Rebuild for Python 2.6
* Mon Dec 31 2007 Michał Bentkowski <mr.ecik at gmail.com> - 1.13-2
- Add egg-info to package

Loading…
Cancel
Save