]> git.pld-linux.org Git - packages/mpg321.git/blob - mpg321.spec
2787986d24432c32ea30e830d77285165f27e602
[packages/mpg321.git] / mpg321.spec
1 Summary:        A Free command-line mp3 player based on smpeg
2 Summary(pl):    Odtwarzacz mp3 bazuj±cy na smpeg wywo³ywany z linii poleceñ
3 Name:           mpg321
4 Version:        0.2.9
5 Release:        1
6 Group:          Applications/Sound
7 License:        GPL
8 Source0:        http://prdownloads.sourceforge.net/mpg321/%{name}-%{version}.tar.gz
9 URL:            http://sourceforge.net/projects/%{name}/
10 BuildRequires:  libao-devel
11 BuildRequires:  mad-devel
12 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
13
14 %description
15 mpg321 is a clone of the popular mpg123 command-line mp3 player. It
16 should function as a drop-in replacement for mpg123 in many simple
17 cases. However, it is currently very simple, and many of the
18 command-line options of mpg123 are no-ops. Don't expect this program
19 to work for everything! In particular, it will probably work with
20 front-ends (tested with gqmpeg) and as a mp3-to-wav decoder. On
21 lower-end systems it will probably not be as efficient as mpg123,
22 however.
23
24 %description -l pl
25 mpg321 to klon popularnego odtwarzacza mp3 mpg123. mpg321 powinien byæ
26 doskona³ym zamiennikiem dla mpg123 w wielu prostych przypadkach.
27
28 %prep
29 %setup -q
30
31 %build
32 %configure \
33         --disable-mpg123-symlink
34
35 %{__make}
36
37 %install
38 rm -rf $RPM_BUILD_ROOT
39 %{__make} install \
40         DESTDIR=$RPM_BUILD_ROOT
41 mv debian/changelog ChangeLog
42 gzip -9nf AUTHORS README README.remote THANKS NEWS TODO ChangeLog BUGS
43
44 %clean
45 rm -rf $RPM_BUILD_ROOT
46
47 %files
48 %defattr(644,root,root,755)
49 %doc *.gz
50 %attr(755,root,root) %{_bindir}/*
51 %{_mandir}/man*/*
This page took 0.096647 seconds and 2 git commands to generate.