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

Revision 8158, 4.3 KB checked in by Takemikaduchi, 10 years ago (diff)

new upstream release or rebuild

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