Summary: Command-line mp3 player based on smpeg Summary(pl): Odtwarzacz mp3 wywoływany z linii poleceń Name: amp Version: 0.7.6 Release: 1 Group: Applications/Sound License: distributable (see README) Source0: ftp://ftp.rasip.fer.hr/pub/mpeg/%{name}-%{version}.tgz Vendor: Tomislav Uzelac Patch0: %{name}-debian.patch URL: http://www.rasip.fer.hr/research/compress/algorithms/tools/amp/amp.html BuildRequires: autoconf BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) %description This audio program will play MPEG (I/II) Audio Layer II & III files in realtime. This release of amp has support for the Sajber Jukebox and POSIX 1.b realtime extensions. %description -l pl Program odtwarzający pliki MPEG (I/II) Audio Layer II & III %prep %setup -q %patch0 -p1 %build autoconf %configure %{__make} %install rm -rf $RPM_BUILD_ROOT install -d $RPM_BUILD_ROOT{%{_bindir},%{_mandir}/man1} install amp $RPM_BUILD_ROOT%{_bindir} install amp.1 $RPM_BUILD_ROOT%{_mandir}/man1 %clean rm -rf $RPM_BUILD_ROOT %files %defattr(644,root,root,755) %doc doc/* BUGS CHANGES README TODO %attr(755,root,root) %{_bindir}/* %{_mandir}/man*/*