From 3416a3c297a21bbed01eb53a0334e06ce431a9ca Mon Sep 17 00:00:00 2001 From: marcus Date: Tue, 27 Aug 2002 16:21:58 +0000 Subject: [PATCH] - new spec (based on mpg321.spec) Changed files: amp.spec -> 1.1 --- amp.spec | 45 +++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 45 insertions(+) create mode 100644 amp.spec diff --git a/amp.spec b/amp.spec new file mode 100644 index 0000000..e03c0b8 --- /dev/null +++ b/amp.spec @@ -0,0 +1,45 @@ +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*/* -- 2.43.0