Rebuild for new hdf5. Misc spec changes.

This commit is contained in:
Quentin Spencer 2006-03-16 18:36:26 +00:00
parent 56fc923ad6
commit 7e80f1cda2
1 changed files with 5 additions and 4 deletions

View File

@ -63,10 +63,9 @@ applications which use GNU Octave.
%define enable64 --enable-64=no %define enable64 --enable-64=no
%endif %endif
CPPFLAGS=-I%{_includedir}/glpk \ CPPFLAGS=-I%{_includedir}/glpk \
CXXFLAGS="$RPM_OPT_FLAGS -D_GNU_SOURCE" ./configure %enable64 \ CXXFLAGS="$RPM_OPT_FLAGS" ./configure %enable64 \
--enable-shared=yes --enable-lite-kernel --enable-static=no \ --enable-shared --disable-static --prefix=%{_prefix} \
--prefix=%{_prefix} --infodir=%{_infodir} --libdir=%{_libdir} \ --infodir=%{_infodir} --libdir=%{_libdir} --mandir=%{_mandir}
--mandir=%{_mandir}
make %{?_smp_mflags} make %{?_smp_mflags}
@ -128,6 +127,8 @@ fi
%changelog %changelog
* Fri Feb 24 2006 Quentin Spencer <qspencer@users.sourceforge.net> 2.9.4-8 * Fri Feb 24 2006 Quentin Spencer <qspencer@users.sourceforge.net> 2.9.4-8
- Rebuild for new hdf5.
- Remove obsolete configure options.
- Make sure /usr/libexec/octave is owned by octave. - Make sure /usr/libexec/octave is owned by octave.
* Wed Feb 15 2006 Quentin Spencer <qspencer@users.sourceforge.net> 2.9.4-7 * Wed Feb 15 2006 Quentin Spencer <qspencer@users.sourceforge.net> 2.9.4-7