Author: qboosh Date: Fri Feb 25 19:23:33 2005 GMT Module: SPECS Tag: HEAD ---- Log message: - autodetect /bin/bash dependency
---- Files affected: SPECS: burncdda.spec (1.19 -> 1.20) ---- Diffs: ================================================================ Index: SPECS/burncdda.spec diff -u SPECS/burncdda.spec:1.19 SPECS/burncdda.spec:1.20 --- SPECS/burncdda.spec:1.19 Fri Feb 25 12:57:33 2005 +++ SPECS/burncdda.spec Fri Feb 25 20:23:25 2005 @@ -6,9 +6,8 @@ Release: 1 License: GPL Group: Applications/Sound -Source0: http://thenktor.bei.t-online.de/%{name}/download/%{name}-%{version}.tar.gz +Source0: http://thenktor.bei.t-online.de/burncdda/download/%{name}-%{version}.tar.gz # Source0-md5: 6d67e7150eedc3611b9e45f79cab2941 -# Source0-size: 14989 URL: http://thenktor.bei.t-online.de/burncdda/ Requires: cdrdao Requires: cdrecord @@ -40,7 +39,10 @@ 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 -dc %{name}.1.gz > $RPM_BUILD_ROOT%{_mandir}/man1/%{name}.1 + +# let rpm find shell dependency +chmod +x $RPM_BUILD_ROOT%{_bindir}/burncdda %clean rm -rf $RPM_BUILD_ROOT @@ -50,7 +52,7 @@ %doc CHANGELOG %attr(755,root,root) %{_bindir}/%{name} %{_mandir}/man1/%{name}.1* -%config(noreplace) %verify(not size mtime md5) %{_sysconfdir}/burncdda.conf +%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/burncdda.conf %define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`) %changelog @@ -58,6 +60,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.20 2005/02/25 19:23:25 qboosh +- autodetect /bin/bash dependency + Revision 1.19 2005/02/25 11:57:33 spider - /bin/bash ? for what ? ================================================================ ---- CVS-web: http://cvs.pld-linux.org/SPECS/burncdda.spec?r1=1.19&r2=1.20&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
