]> git.pld-linux.org Git - packages/amp.git/commitdiff
- new spec (based on mpg321.spec)
authormarcus <marcus@pld-linux.org>
Tue, 27 Aug 2002 16:21:58 +0000 (16:21 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    amp.spec -> 1.1

amp.spec [new file with mode: 0644]

diff --git a/amp.spec b/amp.spec
new file mode 100644 (file)
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 <tuzelac@rasip.fer.hr>
+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*/*
This page took 0.206013 seconds and 4 git commands to generate.