source: projects/specs/trunk/m/mpg321/mpg321-vl.spec @ 521

Revision 521, 2.7 KB checked in by daisuke, 14 years ago (diff)

import VineSeed package specs

Line 
1Summary: An MPEG audio player.
2Summary(ja): MPEG オーディオプレーヤー
3Name: mpg321
4Version: 0.2.10
5Release: 5%{?_dist_release}
6License: GPL
7Group: Applications/Multimedia
8Source: http://prdownloads.sourceforge.net/%{name}/%{name}-%{version}.tar.gz
9URL: http://mpg321.sourceforge.net/
10Buildroot: %{_tmppath}/%{name}-%{version}-root
11Requires: libao >= 0.8.0, libmad >= 0.14.2b, libid3tag, zlib
12BuildRequires: libao-devel >= 0.8.0, libmad-devel >= 0.14.2b, libid3tag-devel
13BuildRequires: zlib-devel
14Obsoletes: mpg123
15Provides: mpg123
16
17%description
18mpg321 is a Free replacement for mpg123, a very popular command-line mp3
19player. mpg123 is used for frontends, as an mp3 player and as an mp3 to
20wave file decoder (primarily for use with CD-recording software.) In all
21of these capacities, mpg321 can be used as a drop-in replacement for
22mpg123.
23
24%prep
25%setup -q
26
27%build
28%configure --with-default-audio=esd
29make
30
31%install
32rm -rf %{buildroot}
33%makeinstall
34
35pushd $RPM_BUILD_ROOT%{_mandir}/man1
36ln -sf mpg321.1 mpg123.1
37popd
38
39%clean
40rm -rf %{buildroot}
41
42%files
43%defattr(-, root, root)
44%doc AUTHORS BUGS ChangeLog COPYING HACKING NEWS README* THANKS TODO
45%{_bindir}/*
46%{_mandir}/man1/*
47
48%changelog
49* Sat Oct 04 2008 Shu KONNO <owa@bg.wakwak.com> 0.2.10-5vl5
50- applied new versioning policy, spec in utf-8
51
52* Sun Mar 14 2004 Ryoichi INAGAKI <ryo1@bc.wakwak.com> - 0.2.10-4vl2
53- added Provides: mpg123
54- added mpg123.1 (sybolic link for mpg321.1)
55
56* Thu Mar 11 2004 Ryoichi INAGAKI <ryo1@bc.wakwak.com> - 0.2.10-4vl1
57- based on freshrpms
58- Rebuild for Vine Linux
59- added Japanese Summary
60
61* Sun Nov  2 2003 Matthias Saou <http://freshrpms.net/> - 0.2.10-4.fr
62- Rebuild for Fedora Core 1.
63
64* Mon Jul 21 2003 Matthias Saou <matthias.saou@est.une.marmotte.net>
65- Update libmad-devel and libid3tag-devel build deps.
66
67* Mon Mar 31 2003 Matthias Saou <matthias.saou@est.une.marmotte.net>
68- Rebuilt for Red Hat Linux 9.
69
70* Mon Sep 30 2002 Matthias Saou <matthias.saou@est.une.marmotte.net>
71- Update to 0.2.10.
72- Spec file cleanup.
73
74* Tue Apr  9 2002 Bill Nottingham <notting@redhat.com> 0.2.9-3
75- add patch from author to fix id3 segfaults (#62714)
76- fix audio device fallback to match upstream behavior
77
78* Thu Mar 14 2002 Bill Nottingham <notting@redhat.com> 0.2.9-2
79- fix possible format string exploit
80- add simple audio device fallback
81
82* Tue Mar 12 2002 Bill Nottingham <notting@redhat.com> 0.2.9-1
83- update to 0.2.9
84
85* Thu Feb 21 2002 Bill Nottingham <notting@redhat.com>
86- rebuild
87
88* Mon Jan 28 2002 Bill Nottingham <notting@redhat.com>
89- update to 0.2.3, libmad is now separate
90
91* Mon Aug 13 2001 Bill Nottingham <notting@redhat.com>
92- update to 0.1.5
93- fix build with new libao
94
95* Fri Jul 20 2001 Bill Nottingham <notting@redhat.com>
96- initial build
Note: See TracBrowser for help on using the repository browser.