]> git.pld-linux.org Git - packages/burncdda.git/commitdiff
- req: /bin/bash
authorpascalek <pascalek@pld-linux.org>
Thu, 23 Jan 2003 07:11:36 +0000 (07:11 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    burncdda.spec -> 1.6

burncdda.spec

index ad77c12aff07781b97256d97e84628a6e62836d8..5f4413ffbf2df35545b4d0dd716bc86066174792 100644 (file)
@@ -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
 
This page took 0.131634 seconds and 4 git commands to generate.