]> git.pld-linux.org Git - packages/amp.git/blob - amp.spec
- tabs in preamble
[packages/amp.git] / amp.spec
1 Summary:        Command-line MP3 player based on smpeg
2 Summary(pl.UTF-8):      Odtwarzacz MP3 wywoływany z linii poleceń
3 Name:           amp
4 Version:        0.7.6
5 Release:        4
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 # Source0-md5:  c12a27ac84b417bdac3330c3aa366122
13 Patch0:         %{name}-debian.patch
14 Patch1:         %{name}-ppc.patch
15 URL:            http://www.rasip.fer.hr/research/compress/algorithms/tools/amp/amp.html
16 BuildRequires:  autoconf
17 BuildRequires:  automake
18 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
19
20 %description
21 This audio program will play MPEG (I/II) Audio Layer II & III files
22 in realtime. This release of amp has support for the Sajber Jukebox
23 and POSIX 1.b realtime extensions.
24
25 %description -l pl.UTF-8
26 Program odtwarzający w czasie rzeczywistym pliki MPEG (I/II) Audio
27 Layer II i III. Ta wersja ampa ma obsługę Sajber Jukebox i rozszerzeń
28 czasu rzeczywistego POSIX 1.b.
29
30 %prep
31 %setup -q
32 %patch0 -p1
33 %patch1 -p1
34
35 %build
36 cp -f /usr/share/automake/config.sub .
37 %{__autoconf}
38 %configure
39 %{__make}
40
41 %install
42 rm -rf $RPM_BUILD_ROOT
43 install -d $RPM_BUILD_ROOT{%{_bindir},%{_mandir}/man1}
44
45 install amp $RPM_BUILD_ROOT%{_bindir}
46 install amp.1 $RPM_BUILD_ROOT%{_mandir}/man1
47
48 %clean
49 rm -rf $RPM_BUILD_ROOT
50
51 %files
52 %defattr(644,root,root,755)
53 %doc doc/* BUGS CHANGES README TODO
54 %attr(755,root,root) %{_bindir}/*
55 %{_mandir}/man*/*
This page took 0.135101 seconds and 4 git commands to generate.