]> git.pld-linux.org Git - packages/burncdda.git/blobdiff - burncdda.spec
- "M3U" unification
[packages/burncdda.git] / burncdda.spec
index 1e1efc4475f5b2b1824ad2d62866f5f3e6785c0c..4e6f91a9696dc206dc852b898939c8fd34a8a10e 100644 (file)
@@ -1,25 +1,35 @@
 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.3.4
 Release:       1
 License:       GPL
 Group:         Applications/Sound
-Source0:       http://thenktor.bei.t-online.de/burncdda/%{name}-%{version}.tar.gz
+Source0:       http://thenktor.bei.t-online.de/%{name}/download/%{name}-%{version}.tar.gz
+# Source0-md5: 1d7b11c3443235276eeab9340dedb5e2
+# Source0-size:        14989
 URL:           http://thenktor.bei.t-online.de/burncdda/
-Requires:      cdrdao, cdrecord, mpg123, normalize, vorbis-tools, sox, mp3_check
+Requires:      /bin/bash
+Requires:      cdrdao
+Requires:      cdrecord
+Requires:      dialog
+Requires:      mp3_check
+Requires:      mpg123
+Requires:      normalize
+Requires:      sox
+Requires:      vorbis-tools
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
 burnCDDA is a console based frontend to cdrdao, cdrecord, mpg123,
 ogg123, normalize and mp3_check written in sh. It can be used to copy
-audio CDs or to create audio CDs from a m3u playlist
+audio CDs or to create audio CDs from a M3U playlist
 
 %description -l pl
 burnCDDA jest dzia³aj±c± na terminalu nak³adk± do programów cdrdao,
 cdrecord, mpg123, ogg123, normalize i mp3_check, napisan± w sh. Mo¿e
 byæ u¿ywana do kopiowania p³yt CD Audio oraz tworzenia ich z playlist
-m3u.
+M3U.
 
 %prep
 %setup -q
@@ -28,19 +38,16 @@ 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
 
 %clean
 rm -rf $RPM_BUILD_ROOT
 
-%post
-echo "Please edit %{_sysconfdir}/burncdda.conf now!"
-
 %files
 %defattr(644,root,root,755)
-%doc CHANGELOG LICENSE
+%doc CHANGELOG
 %attr(755,root,root) %{_bindir}/%{name}
 %{_mandir}/man1/%{name}.1*
 %config(noreplace) %verify(not size mtime md5) %{_sysconfdir}/burncdda.conf
This page took 0.200983 seconds and 4 git commands to generate.