]> git.pld-linux.org Git - packages/amp.git/blob - amp.spec
- cosmetics.
[packages/amp.git] / amp.spec
1 Summary:        Command-line mp3 player based on smpeg
2 Summary(pl):    Odtwarzacz mp3 wywo³ywany z linii poleceñ
3 Name:           amp
4 Version:        0.7.6
5 Release:        1
6 Group:          Applications/Sound
7 License:        distributable (see README)
8 Source0:        ftp://ftp.rasip.fer.hr/pub/mpeg/%{name}-%{version}.tgz
9 Vendor:         Tomislav Uzelac <tuzelac@rasip.fer.hr>
10 Patch0:         %{name}-debian.patch
11 Patch1:         %{name}-ppc.patch
12 URL:            http://www.rasip.fer.hr/research/compress/algorithms/tools/amp/amp.html
13 BuildRequires:  autoconf
14 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
15
16 %description
17 This audio program will play MPEG (I/II) Audio Layer II & III files
18 in realtime. This release of amp has support for the Sajber Jukebox
19 and POSIX 1.b realtime extensions. 
20
21 %description -l pl
22 Program odtwarzaj±cy pliki MPEG (I/II) Audio Layer II & III
23
24 %prep
25 %setup -q
26 %patch0 -p1
27 %patch1 -p1
28
29 %build
30 autoconf
31 %configure
32 %{__make}
33
34 %install
35 rm -rf $RPM_BUILD_ROOT
36 install -d $RPM_BUILD_ROOT{%{_bindir},%{_mandir}/man1}
37
38 install amp $RPM_BUILD_ROOT%{_bindir}
39 install amp.1 $RPM_BUILD_ROOT%{_mandir}/man1
40
41 %clean
42 rm -rf $RPM_BUILD_ROOT
43
44 %files
45 %defattr(644,root,root,755)
46 %doc doc/* BUGS CHANGES README TODO
47 %attr(755,root,root) %{_bindir}/*
48 %{_mandir}/man*/*
This page took 0.057173 seconds and 3 git commands to generate.