]> git.pld-linux.org Git - packages/amp.git/blob - amp.spec
- noted some working Source0 URLs
[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:        2
6 Group:          Applications/Sound
7 License:        distributable (see README)
8 Vendor:         Tomislav Uzelac <tuzelac@rasip.fer.hr>
9 # working URL: ftp://ftp.clara.net/pub/unix/Audio/%{name}-%{version}.tar.gz
10 # or: http://www.go.dlr.de/fresh/linux/src/%{name}-%{version}.tgz
11 Source0:        ftp://ftp.rasip.fer.hr/pub/mpeg/%{name}-%{version}.tgz
12 Patch0:         %{name}-debian.patch
13 Patch1:         %{name}-ppc.patch
14 URL:            http://www.rasip.fer.hr/research/compress/algorithms/tools/amp/amp.html
15 BuildRequires:  autoconf
16 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
17
18 %description
19 This audio program will play MPEG (I/II) Audio Layer II & III files
20 in realtime. This release of amp has support for the Sajber Jukebox
21 and POSIX 1.b realtime extensions. 
22
23 %description -l pl
24 Program odtwarzaj±cy w czasie rzeczywistym pliki MPEG (I/II) Audio
25 Layer II i III. Ta wersja ampa ma obs³ugê Sajber Jukebox i rozszerzeñ
26 czasu rzeczywistego POSIX 1.b.
27
28 %prep
29 %setup -q
30 %patch0 -p1
31 %patch1 -p1
32
33 %build
34 %{__autoconf}
35 %configure
36 %{__make}
37
38 %install
39 rm -rf $RPM_BUILD_ROOT
40 install -d $RPM_BUILD_ROOT{%{_bindir},%{_mandir}/man1}
41
42 install amp $RPM_BUILD_ROOT%{_bindir}
43 install amp.1 $RPM_BUILD_ROOT%{_mandir}/man1
44
45 %clean
46 rm -rf $RPM_BUILD_ROOT
47
48 %files
49 %defattr(644,root,root,755)
50 %doc doc/* BUGS CHANGES README TODO
51 %attr(755,root,root) %{_bindir}/*
52 %{_mandir}/man*/*
This page took 0.062325 seconds and 4 git commands to generate.