]> git.pld-linux.org Git - packages/burncdda.git/blobdiff - burncdda.spec
- massive attack s/pld.org.pl/pld-linux.org/
[packages/burncdda.git] / burncdda.spec
index be03e5b4bf6b296a10a0b5b2402711b2cb8f7142..5f4413ffbf2df35545b4d0dd716bc86066174792 100644 (file)
@@ -1,13 +1,20 @@
 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
-Release:       1
+Version:       1.2.3
+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,12 +35,10 @@ 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
 
-gzip -9nf CHANGELOG LICENSE
-
 %clean
 rm -rf $RPM_BUILD_ROOT
 
@@ -42,7 +47,7 @@ echo "Please edit %{_sysconfdir}/burncdda.conf now!"
 
 %files
 %defattr(644,root,root,755)
-%doc *.gz
+%doc CHANGELOG LICENSE
 %attr(755,root,root) %{_bindir}/%{name}
 %{_mandir}/man1/%{name}.1*
 %config(noreplace) %verify(not size mtime md5) %{_sysconfdir}/burncdda.conf
This page took 0.159744 seconds and 4 git commands to generate.