- 223677
This commit is contained in:
parent
83972c8481
commit
cde3b9c3b0
8
bc.spec
8
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 <laroche@redhat.com>
|
||||
- scripts should never fail: rhbz#223677
|
||||
|
||||
* Mon Jan 22 2007 Thomas Woerner <twoerner@redhat.com> 1.06-22
|
||||
- rebuild for ncurses
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user