rpms/octave/FC-4 octave.spec,1.14,1.15

Quentin Spencer (qspencer) fedora-extras-commits at redhat.com
Wed Jun 22 18:22:00 UTC 2005


Author: qspencer

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

Modified Files:
	octave.spec 
Log Message:
Fix configure command. The libdir flag is needed because it is used to
generate scripts in octave-devel that are broken on x86_64 without it.



Index: octave.spec
===================================================================
RCS file: /cvs/extras/rpms/octave/FC-4/octave.spec,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- octave.spec	22 Jun 2005 13:07:26 -0000	1.14
+++ octave.spec	22 Jun 2005 18:21:58 -0000	1.15
@@ -2,7 +2,7 @@
 
 Name:           octave
 Version:        2.1.71
-Release:        11%{?dist}
+Release:        12%{?dist}
 Summary:        A high-level language for numerical computations
 Epoch:          6
 
@@ -63,7 +63,7 @@
 export LC_ALL
 CXXFLAGS="$RPM_OPT_FLAGS -D_GNU_SOURCE" ./configure \
 	--enable-shared=yes --enable-lite-kernel --enable-static=no \
-	--prefix=%{_prefix} --infodir=%{_infodir}
+	--prefix=%{_prefix} --infodir=%{_infodir} --libdir=%{_libdir}
 make %{?_smp_mflags}
 
 
@@ -128,6 +128,9 @@
 
 
 %changelog
+* Wed Jun 22 2005 Quentin Spencer <qspencer at users.sourceforge.net> 2.1.71-12
+- Add _libdir to configure command (fixes broken mkoctfile on x86_64).
+
 * Wed Jun 22 2005 Quentin Spencer <qspencer at users.sourceforge.net> 2.1.71-11
 - Force octave-devel to require readline-devel.
 




More information about the fedora-extras-commits mailing list