From 388b69c1ea1b4f51b05c4ce3353def789fe74443 Mon Sep 17 00:00:00 2001 From: pascalek Date: Thu, 23 Jan 2003 07:11:36 +0000 Subject: [PATCH] - req: /bin/bash Changed files: burncdda.spec -> 1.6 --- burncdda.spec | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/burncdda.spec b/burncdda.spec index ad77c12..5f4413f 100644 --- a/burncdda.spec +++ b/burncdda.spec @@ -2,12 +2,19 @@ Summary: A frontend to cdrdao, cdrecord, mpg123, ogg123, and normalize Summary(pl): Frontend do cdrdao, cdrecord, mpg123, ogg123 i normalize Name: burncdda Version: 1.2.3 -Release: 1 +Release: 2 License: GPL Group: Applications/Sound Source0: http://thenktor.bei.t-online.de/burncdda/%{name}-%{version}.tar.gz URL: http://thenktor.bei.t-online.de/burncdda/ -Requires: cdrdao, cdrecord, mpg123, normalize, vorbis-tools, sox, mp3_check +Requires: cdrdao +Requires: cdrecord +Requires: mpg123 +Requires: normalize +Requires: vorbis-tools +Requires: sox +Requires: mp3_check +Requires: /bin/bash BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) %description @@ -28,7 +35,7 @@ m3u. rm -rf $RPM_BUILD_ROOT install -d $RPM_BUILD_ROOT{%{_bindir},%{_sysconfdir},%{_mandir}/man1} -install burncdda $RPM_BUILD_ROOT%{_bindir} +sed "s|/bin/sh|/bin/bash|" burncdda > $RPM_BUILD_ROOT%{_bindir}/burncdda install burncdda.conf $RPM_BUILD_ROOT%{_sysconfdir} install %{name}.1.gz $RPM_BUILD_ROOT%{_mandir}/man1 -- 2.44.0