Fix bug 219404.

This commit is contained in:
Quentin Spencer 2006-12-23 17:21:50 +00:00
parent f1b3a1d90c
commit 91a8a50c30
1 changed files with 6 additions and 3 deletions

View File

@ -1,6 +1,6 @@
Name: octave Name: octave
Version: 2.9.9 Version: 2.9.9
Release: 1%{?dist} Release: 2%{?dist}
Summary: A high-level language for numerical computations Summary: A high-level language for numerical computations
Epoch: 6 Epoch: 6
@ -90,11 +90,11 @@ rm -rf $RPM_BUILD_ROOT
%post %post
/sbin/ldconfig /sbin/ldconfig
/sbin/install-info --info-dir=%{_infodir} --section="Programming" \ /sbin/install-info --info-dir=%{_infodir} --section="Programming" \
%{_infodir}/octave.info.gz %{_infodir}/octave.info || :
%preun %preun
if [ "$1" = "0" ]; then if [ "$1" = "0" ]; then
/sbin/install-info --delete --info-dir=%{_infodir} %{_infodir}/octave.info.gz /sbin/install-info --delete --info-dir=%{_infodir} %{_infodir}/octave.info || :
fi fi
@ -123,6 +123,9 @@ fi
%changelog %changelog
* Sat Dec 23 2006 Quentin Spencer <qspencer@users.sourceforge.net> 2.9.9-2
- Fix bug
* Mon Oct 3 2006 Quentin Spencer <qspencer@users.sourceforge.net> 2.9.9-1 * Mon Oct 3 2006 Quentin Spencer <qspencer@users.sourceforge.net> 2.9.9-1
- New release. Remove old patch. - New release. Remove old patch.