source: projects/specs/trunk/p/python-mutagen/python-mutagen-vl.spec @ 6505

Revision 6505, 4.2 KB checked in by kudoh, 12 years ago (diff)

python-mutagen-vl.spec

Line 
1Name:           python-mutagen
2Version:        1.20
3Release:        1%{?_dist_release}
4Summary:        Mutagen is a Python module to handle audio metadata
5Summary(ja):    Mutagen は音楽のメタデータを扱うためのpythonモジュールです
6
7Group:          Development/Languages
8License:        GPLv2
9URL:            http://code.google.com/p/mutagen
10Source0:        http://mutagen.googlecode.com/files/mutagen-%{version}.tar.gz
11BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root
12
13BuildArch:      noarch
14BuildRequires:  python-devel
15
16%description
17Mutagen is a Python module to handle audio metadata. It supports
18reading ID3 (all versions), APEv2, FLAC, and Ogg Vorbis/FLAC/Theora.
19It can write ID3v1.1, ID3v2.4, APEv2, FLAC, and Ogg Vorbis/FLAC/Theora
20comments. It can also read MPEG audio and Xing headers, FLAC stream
21info blocks, and Ogg Vorbis/FLAC/Theora stream headers. Finally, it
22includes a module to handle generic Ogg bitstreams.
23
24%prep
25%setup -q -n mutagen-%{version}
26# Fix non-executable-script error
27sed -i '/^#! \/usr\/bin\/env python/,+1 d' mutagen/__init__.py
28# Fix wrong-file-end-of-line-encoding warning
29sed -i 's/\r//' TUTORIAL
30
31%build
32%{__python} setup.py build
33
34%install
35rm -rf %{buildroot}
36%{__python} setup.py install -O1 --skip-build --root %{buildroot}
37
38%clean
39rm -rf %{buildroot}
40
41%files
42%defattr(-,root,root,-)
43%doc API-NOTES COPYING NEWS README TODO TUTORIAL
44%{_bindir}/*
45%{_mandir}/man*/*gz
46%{python_sitelib}/mutagen
47%{python_sitelib}/mutagen-%{version}-*.egg-info
48
49%changelog
50* Wed Jul 04 2012 Toshiharu Kudoh <toshi.kd2@gmail.com> 1.20-1
51- new upstream release
52
53* Thu Feb 16 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.18-2
54- rebuild with python-2.7.2
55
56* Sat Jun 26 2010 Daisuke SUZUKI <daisuke@linux.or.jp> 1.18-1
57- initial build for Vine Linux
58
59* Thu Feb 18 2010 Silas Sewell <silas@sewell.ch> - 1.18-1
60- Update to 1.18
61
62* Thu Oct 22 2009 Silas Sewell <silas@sewell.ch> - 1.17-1
63- Update to 1.17
64
65* Sun Jul 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.16-2
66- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
67
68* Thu Jul 02 2009 Silas Sewell <silas@sewell.ch> - 1.16-1
69- Update to 1.16
70- New project URLs
71
72* Sun Apr 12 2009 Silas Sewell <silas@sewell.ch> - 1.15-3
73- Normalize spec
74
75* Fri Apr 10 2009 Silas Sewell <silas@sewell.ch> - 1.15-2
76- Make sed safer
77- Add back in removed changelogs
78
79* Sun Mar 29 2009 Silas Sewell <silas@sewell.ch> - 1.15-1
80- Update to 1.15
81
82* Thu Feb 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.13-4
83- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
84
85* Sat Nov 29 2008 Ignacio Vazquez-Abrams <ivazqueznet+rpm@gmail.com> - 1.13-3
86- Rebuild for Python 2.6
87
88* Mon Dec 31 2007 Michał Bentkowski <mr.ecik at gmail.com> - 1.13-2
89- Add egg-info to package
90
91* Mon Dec 31 2007 Michał Bentkowski <mr.ecik at gmail.com> - 1.13-1
92- 1.13
93
94* Sat Aug 25 2007 Michał Bentkowski <mr.ecik at gmail.com> - 1.12-1
95- Update to 1.12
96- License tag fix
97
98* Sat Apr 28 2007 Michał Bentkowski <mr.ecik at gmail.com> - 1.11-1
99- Update to 1.11
100
101* Wed Jan 31 2007 Michał Bentkowski <mr.ecik at gmail.com> - 1.10.1-1
102- Update to 1.10.1
103
104* Wed Dec 20 2006 Michał Bentkowski <mr.ecik at gmail.com> - 1.9-1
105- Bump to 1.9
106
107* Tue Dec 12 2006 Michał Bentkowski <mr.ecik at gmail.com> - 1.8-2
108- Python 2.5 rebuild
109
110* Sun Oct 29 2006 Michał Bentkowski <mr.ecik at gmail.com> - 1.8-1
111- Bump to 1.8
112
113* Fri Sep 29 2006 Michał Bentkowski <mr.ecik at gmail.com> - 1.6-2
114- .pyo files no longer ghosted
115
116* Fri Aug 11 2006 Michał Bentkowski <mr.ecik at gmail.com> - 1.6-1
117- Update upstream to 1.6
118
119* Fri Jul 21 2006 Michał Bentkowski <mr.ecik at gmail.com> - 1.5.1-5
120- Some fixes in preamble.
121- Change name from mutagen to python-mutagen.
122- Delete CFLAGS declaration.
123
124* Thu Jul 20 2006 Michał Bentkowski <mr.ecik at gmail.com> - 1.5.1-4
125- Add BuildArch: noarch to preamble.
126
127* Sat Jul 15 2006 Michał Bentkowski <mr.ecik at gmail.com> - 1.5.1-3
128- Remove python-abi dependency.
129- Prep section deletes first two lines in __init__.py file due to rpmlint error.
130
131* Sat Jul 15 2006 Michał Bentkowski <mr.ecik at gmail.com> - 1.5.1-2
132- Clean at files section.
133- Fix charset in TUTORIAL file.
134
135* Fri Jul 14 2006 Michał Bentkowski <mr.ecik at gmail.com> - 1.5.1-1
136- First build.
Note: See TracBrowser for help on using the repository browser.