]> git.pld-linux.org Git - packages/burncdda.git/blobdiff - burncdda.spec
- może wrescie ktoś wykasuje to konto ?
[packages/burncdda.git] / burncdda.spec
index 1e1efc4475f5b2b1824ad2d62866f5f3e6785c0c..2b54b67230d2ac0e68d80e750d194d38d1d7dbb5 100644 (file)
@@ -1,13 +1,21 @@
 Summary:       A frontend to cdrdao, cdrecord, mpg123, ogg123, and normalize
 Summary(pl):   Frontend do cdrdao, cdrecord, mpg123, ogg123 i normalize
 Name:          burncdda
-Version:       1.1.2
+Version:       1.2.5
 Release:       1
 License:       GPL
 Group:         Applications/Sound
 Source0:       http://thenktor.bei.t-online.de/burncdda/%{name}-%{version}.tar.gz
+# Source0-md5: c5b66336cd5666a2b995ed5ead050edc
 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 +36,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.084494 seconds and 4 git commands to generate.