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

Revision 1249, 4.0 KB checked in by daisuke, 14 years ago (diff)

python-mutagen: new package, python-mutagen-1.18

Line 
1Name:           python-mutagen
2Version:        1.18
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* Sat Jun 26 2010 Daisuke SUZUKI <daisuke@linux.or.jp> 1.18-1
51- initial build for Vine Linux
52
53* Thu Feb 18 2010 Silas Sewell <silas@sewell.ch> - 1.18-1
54- Update to 1.18
55
56* Thu Oct 22 2009 Silas Sewell <silas@sewell.ch> - 1.17-1
57- Update to 1.17
58
59* Sun Jul 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.16-2
60- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
61
62* Thu Jul 02 2009 Silas Sewell <silas@sewell.ch> - 1.16-1
63- Update to 1.16
64- New project URLs
65
66* Sun Apr 12 2009 Silas Sewell <silas@sewell.ch> - 1.15-3
67- Normalize spec
68
69* Fri Apr 10 2009 Silas Sewell <silas@sewell.ch> - 1.15-2
70- Make sed safer
71- Add back in removed changelogs
72
73* Sun Mar 29 2009 Silas Sewell <silas@sewell.ch> - 1.15-1
74- Update to 1.15
75
76* Thu Feb 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.13-4
77- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
78
79* Sat Nov 29 2008 Ignacio Vazquez-Abrams <ivazqueznet+rpm@gmail.com> - 1.13-3
80- Rebuild for Python 2.6
81
82* Mon Dec 31 2007 Michał Bentkowski <mr.ecik at gmail.com> - 1.13-2
83- Add egg-info to package
84
85* Mon Dec 31 2007 Michał Bentkowski <mr.ecik at gmail.com> - 1.13-1
86- 1.13
87
88* Sat Aug 25 2007 Michał Bentkowski <mr.ecik at gmail.com> - 1.12-1
89- Update to 1.12
90- License tag fix
91
92* Sat Apr 28 2007 Michał Bentkowski <mr.ecik at gmail.com> - 1.11-1
93- Update to 1.11
94
95* Wed Jan 31 2007 Michał Bentkowski <mr.ecik at gmail.com> - 1.10.1-1
96- Update to 1.10.1
97
98* Wed Dec 20 2006 Michał Bentkowski <mr.ecik at gmail.com> - 1.9-1
99- Bump to 1.9
100
101* Tue Dec 12 2006 Michał Bentkowski <mr.ecik at gmail.com> - 1.8-2
102- Python 2.5 rebuild
103
104* Sun Oct 29 2006 Michał Bentkowski <mr.ecik at gmail.com> - 1.8-1
105- Bump to 1.8
106
107* Fri Sep 29 2006 Michał Bentkowski <mr.ecik at gmail.com> - 1.6-2
108- .pyo files no longer ghosted
109
110* Fri Aug 11 2006 Michał Bentkowski <mr.ecik at gmail.com> - 1.6-1
111- Update upstream to 1.6
112
113* Fri Jul 21 2006 Michał Bentkowski <mr.ecik at gmail.com> - 1.5.1-5
114- Some fixes in preamble.
115- Change name from mutagen to python-mutagen.
116- Delete CFLAGS declaration.
117
118* Thu Jul 20 2006 Michał Bentkowski <mr.ecik at gmail.com> - 1.5.1-4
119- Add BuildArch: noarch to preamble.
120
121* Sat Jul 15 2006 Michał Bentkowski <mr.ecik at gmail.com> - 1.5.1-3
122- Remove python-abi dependency.
123- Prep section deletes first two lines in __init__.py file due to rpmlint error.
124
125* Sat Jul 15 2006 Michał Bentkowski <mr.ecik at gmail.com> - 1.5.1-2
126- Clean at files section.
127- Fix charset in TUTORIAL file.
128
129* Fri Jul 14 2006 Michał Bentkowski <mr.ecik at gmail.com> - 1.5.1-1
130- First build.
Note: See TracBrowser for help on using the repository browser.