Blame SPECS/python-mutagen.spec

a3986f
%global realname mutagen
a3986f
a3986f
Name:           python-%{realname}
a3986f
Version:        1.20
b42b2d
Release:        6%{?dist}
a3986f
Summary:        Mutagen is a Python module to handle audio metadata
a3986f
a3986f
Group:          Development/Languages
a3986f
License:        GPLv2
a3986f
URL:            http://code.google.com/p/mutagen
a3986f
Source0:        http://mutagen.googlecode.com/files/%{realname}-%{version}.tar.gz
a3986f
a3986f
BuildArch:      noarch
a3986f
BuildRequires:  python-devel
a3986f
a3986f
%description
a3986f
Mutagen is a Python module to handle audio metadata. It supports
a3986f
reading ID3 (all versions), APEv2, FLAC, and Ogg Vorbis/FLAC/Theora.
a3986f
It can write ID3v1.1, ID3v2.4, APEv2, FLAC, and Ogg Vorbis/FLAC/Theora
a3986f
comments. It can also read MPEG audio and Xing headers, FLAC stream
a3986f
info blocks, and Ogg Vorbis/FLAC/Theora stream headers. Finally, it
a3986f
includes a module to handle generic Ogg bitstreams.
a3986f
a3986f
%prep
a3986f
%setup -q -n %{realname}-%{version}
a3986f
# Fix non-executable-script error
a3986f
sed -i '/^#! \/usr\/bin\/env python/,+1 d' %{realname}/__init__.py
a3986f
# Fix wrong-file-end-of-line-encoding warning
a3986f
sed -i 's/\r//' TUTORIAL
a3986f
a3986f
%build
a3986f
%{__python} setup.py build
a3986f
a3986f
%install
a3986f
%{__python} setup.py install -O1 --skip-build --root %{buildroot}
a3986f
a3986f
%check
a3986f
%{__python} setup.py test
a3986f
a3986f
%files
a3986f
%defattr(-,root,root,-)
a3986f
%doc API-NOTES COPYING NEWS README TODO TUTORIAL
a3986f
%{_bindir}/m*
a3986f
%{_mandir}/man1/m*.1*
a3986f
%{python_sitelib}/%{realname}
a3986f
%{python_sitelib}/%{realname}-%{version}-*.egg-info
a3986f
a3986f
%changelog
b42b2d
* Fri Dec 27 2013 Daniel Mach <dmach@redhat.com> - 1.20-6
b42b2d
- Mass rebuild 2013-12-27
b42b2d
a3986f
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.20-5
a3986f
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
a3986f
a3986f
* Sat Jul 21 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.20-4
a3986f
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
a3986f
a3986f
* Sat Jan 14 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.20-3
a3986f
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
a3986f
a3986f
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.20-2
a3986f
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
a3986f
a3986f
* Sun Dec 19 2010 Silas Sewell <silas@sewell.ch> - 1.20-1
a3986f
- Update to 1.20
a3986f
a3986f
* Thu Jul 22 2010 David Malcolm <dmalcolm@redhat.com> - 1.19-2
a3986f
- Rebuilt for https://fedoraproject.org/wiki/Features/Python_2.7/MassRebuild
a3986f
a3986f
* Tue Jul 06 2010 Silas Sewell <silas@sewell.ch> - 1.19-1
a3986f
- Update to 1.19
a3986f
- Add tests
a3986f
a3986f
* Thu Feb 18 2010 Silas Sewell <silas@sewell.ch> - 1.18-1
a3986f
- Update to 1.18
a3986f
a3986f
* Thu Oct 22 2009 Silas Sewell <silas@sewell.ch> - 1.17-1
a3986f
- Update to 1.17
a3986f
a3986f
* Sun Jul 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.16-2
a3986f
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
a3986f
a3986f
* Thu Jul 02 2009 Silas Sewell <silas@sewell.ch> - 1.16-1
a3986f
- Update to 1.16
a3986f
- New project URLs
a3986f
a3986f
* Sun Apr 12 2009 Silas Sewell <silas@sewell.ch> - 1.15-3
a3986f
- Normalize spec
a3986f
a3986f
* Fri Apr 10 2009 Silas Sewell <silas@sewell.ch> - 1.15-2
a3986f
- Make sed safer
a3986f
- Add back in removed changelogs
a3986f
a3986f
* Sun Mar 29 2009 Silas Sewell <silas@sewell.ch> - 1.15-1
a3986f
- Update to 1.15
a3986f
a3986f
* Thu Feb 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.13-4
a3986f
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
a3986f
a3986f
* Sat Nov 29 2008 Ignacio Vazquez-Abrams <ivazqueznet+rpm@gmail.com> - 1.13-3
a3986f
- Rebuild for Python 2.6
a3986f
a3986f
* Mon Dec 31 2007 Michał Bentkowski <mr.ecik at gmail.com> - 1.13-2
a3986f
- Add egg-info to package
a3986f
a3986f
* Mon Dec 31 2007 Michał Bentkowski <mr.ecik at gmail.com> - 1.13-1
a3986f
- 1.13
a3986f
a3986f
* Sat Aug 25 2007 Michał Bentkowski <mr.ecik at gmail.com> - 1.12-1
a3986f
- Update to 1.12
a3986f
- License tag fix
a3986f
a3986f
* Sat Apr 28 2007 Michał Bentkowski <mr.ecik at gmail.com> - 1.11-1
a3986f
- Update to 1.11
a3986f
a3986f
* Wed Jan 31 2007 Michał Bentkowski <mr.ecik at gmail.com> - 1.10.1-1
a3986f
- Update to 1.10.1
a3986f
a3986f
* Wed Dec 20 2006 Michał Bentkowski <mr.ecik at gmail.com> - 1.9-1
a3986f
- Bump to 1.9
a3986f
a3986f
* Tue Dec 12 2006 Michał Bentkowski <mr.ecik at gmail.com> - 1.8-2
a3986f
- Python 2.5 rebuild
a3986f
a3986f
* Sun Oct 29 2006 Michał Bentkowski <mr.ecik at gmail.com> - 1.8-1
a3986f
- Bump to 1.8
a3986f
a3986f
* Fri Sep 29 2006 Michał Bentkowski <mr.ecik at gmail.com> - 1.6-2
a3986f
- .pyo files no longer ghosted
a3986f
a3986f
* Fri Aug 11 2006 Michał Bentkowski <mr.ecik at gmail.com> - 1.6-1
a3986f
- Update upstream to 1.6
a3986f
a3986f
* Fri Jul 21 2006 Michał Bentkowski <mr.ecik at gmail.com> - 1.5.1-5
a3986f
- Some fixes in preamble.
a3986f
- Change name from mutagen to python-mutagen.
a3986f
- Delete CFLAGS declaration.
a3986f
a3986f
* Thu Jul 20 2006 Michał Bentkowski <mr.ecik at gmail.com> - 1.5.1-4
a3986f
- Add BuildArch: noarch to preamble.
a3986f
a3986f
* Sat Jul 15 2006 Michał Bentkowski <mr.ecik at gmail.com> - 1.5.1-3
a3986f
- Remove python-abi dependency.
a3986f
- Prep section deletes first two lines in __init__.py file due to rpmlint error.
a3986f
a3986f
* Sat Jul 15 2006 Michał Bentkowski <mr.ecik at gmail.com> - 1.5.1-2
a3986f
- Clean at files section.
a3986f
- Fix charset in TUTORIAL file.
a3986f
a3986f
* Fri Jul 14 2006 Michał Bentkowski <mr.ecik at gmail.com> - 1.5.1-1
a3986f
- First build.