From cde3b9c3b0008e73f61d83124e96692bef536e88 Mon Sep 17 00:00:00 2001 From: Florian La Roche Date: Jan 23 2007 09:57:48 +0000 Subject: - 223677 --- diff --git a/bc.spec b/bc.spec index 7d235e5..bb9df26 100644 --- a/bc.spec +++ b/bc.spec @@ -1,7 +1,7 @@ Summary: GNU's bc (a numeric processing language) and dc (a calculator). Name: bc Version: 1.06 -Release: 22 +Release: 23 License: GPL URL: http://www.gnu.org/software/bc/ Group: Applications/Engineering @@ -52,13 +52,14 @@ if grep 'dc: (bc)' %{_infodir}/dir > /dev/null; then grep -v 'The GNU RPN calculator' < %{_infodir}/dir > $tmpfile mv -f $tmpfile %{_infodir}/dir fi - /sbin/install-info %{_infodir}/dc.info.gz %{_infodir}/dir --entry="* dc: (dc). The GNU RPN calculator." +exit 0 %preun if [ $1 = 0 ]; then /sbin/install-info --delete %{_infodir}/dc.info.gz %{_infodir}/dir --entry="* dc: (dc). The GNU RPN calculator." fi +exit 0 %files %defattr(-,root,root) @@ -69,6 +70,9 @@ fi %{_infodir}/* %changelog +* Tue Jan 23 2007 Florian La Roche +- scripts should never fail: rhbz#223677 + * Mon Jan 22 2007 Thomas Woerner 1.06-22 - rebuild for ncurses