- 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).
|
Summary: GNU's bc (a numeric processing language) and dc (a calculator).
|
||||||
Name: bc
|
Name: bc
|
||||||
Version: 1.06
|
Version: 1.06
|
||||||
Release: 22
|
Release: 23
|
||||||
License: GPL
|
License: GPL
|
||||||
URL: http://www.gnu.org/software/bc/
|
URL: http://www.gnu.org/software/bc/
|
||||||
Group: Applications/Engineering
|
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
|
grep -v 'The GNU RPN calculator' < %{_infodir}/dir > $tmpfile
|
||||||
mv -f $tmpfile %{_infodir}/dir
|
mv -f $tmpfile %{_infodir}/dir
|
||||||
fi
|
fi
|
||||||
|
|
||||||
/sbin/install-info %{_infodir}/dc.info.gz %{_infodir}/dir --entry="* dc: (dc). The GNU RPN calculator."
|
/sbin/install-info %{_infodir}/dc.info.gz %{_infodir}/dir --entry="* dc: (dc). The GNU RPN calculator."
|
||||||
|
exit 0
|
||||||
|
|
||||||
%preun
|
%preun
|
||||||
if [ $1 = 0 ]; then
|
if [ $1 = 0 ]; then
|
||||||
/sbin/install-info --delete %{_infodir}/dc.info.gz %{_infodir}/dir --entry="* dc: (dc). The GNU RPN calculator."
|
/sbin/install-info --delete %{_infodir}/dc.info.gz %{_infodir}/dir --entry="* dc: (dc). The GNU RPN calculator."
|
||||||
fi
|
fi
|
||||||
|
exit 0
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
@ -69,6 +70,9 @@ fi
|
|||||||
%{_infodir}/*
|
%{_infodir}/*
|
||||||
|
|
||||||
%changelog
|
%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
|
* Mon Jan 22 2007 Thomas Woerner <twoerner@redhat.com> 1.06-22
|
||||||
- rebuild for ncurses
|
- rebuild for ncurses
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user