rpms/octave/FC-4 octave.spec,1.7,1.8

Quentin Spencer (qspencer) fedora-extras-commits at redhat.com
Wed Jun 8 21:05:29 UTC 2005


Author: qspencer

Update of /cvs/extras/rpms/octave/FC-4
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv9103

Modified Files:
	octave.spec 
Log Message:
Previous cleanup of configure command removed too much and resulted
in some octave internal variables being calculated incorrectly. Added
back in two of the options.



Index: octave.spec
===================================================================
RCS file: /cvs/extras/rpms/octave/FC-4/octave.spec,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- octave.spec	2 Jun 2005 18:33:41 -0000	1.7
+++ octave.spec	8 Jun 2005 21:05:27 -0000	1.8
@@ -2,7 +2,7 @@
 
 Name:           octave
 Version:        2.1.71
-Release:        6%{?dist}
+Release:        7%{?dist}
 Summary:        A high-level language for numerical computations
 Epoch:          6
 
@@ -61,7 +61,8 @@
 LC_ALL=POSIX
 export LC_ALL
 CXXFLAGS="$RPM_OPT_FLAGS -D_GNU_SOURCE" ./configure \
-	--enable-shared=yes --enable-lite-kernel --enable-static=no
+	--enable-shared=yes --enable-lite-kernel --enable-static=no \
+	--prefix=%{_prefix} --infodir=%{_infodir}
 make %{?_smp_mflags}
 
 
@@ -126,6 +127,10 @@
 
 
 %changelog
+* Wed Jun  8 2005 Quentin Spencer <qspencer at users.sourceforge.net> 2.1.71-7
+- Fix configure command again. The prefix isn't used for the install step
+  but it is used to calculate internal variables in octave.
+
 * Thu Jun  2 2005 Michael Schwendt <mschwendt[AT]users.sf.net> 2.1.71-6
 - disable explicit gcc-c++/libstdc++-devel BR and bump for another
   rebuild attempt




More information about the fedora-extras-commits mailing list