rpms/octave/FC-4 octave.spec,1.4,1.5

Quentin Spencer (qspencer) fedora-extras-commits at redhat.com
Wed Jun 1 19:06:25 UTC 2005


Author: qspencer

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

Modified Files:
	octave.spec 
Log Message:
Minor updates. New version.



Index: octave.spec
===================================================================
RCS file: /cvs/extras/rpms/octave/FC-4/octave.spec,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- octave.spec	27 May 2005 15:32:26 -0000	1.4
+++ octave.spec	1 Jun 2005 19:06:12 -0000	1.5
@@ -2,7 +2,7 @@
 
 Name:           octave
 Version:        2.1.71
-Release:        3%{?dist}
+Release:        4%{?dist}
 Summary:        A high-level language for numerical computations
 Epoch:          6
 
@@ -60,7 +60,8 @@
 %build
 LC_ALL=POSIX
 export LC_ALL
-%configure --enable-shared=yes --enable-static=no --enable-lite-kernel
+CXXFLAGS="$RPM_OPT_FLAGS -D_GNU_SOURCE" ./configure \
+	--enable-shared=yes --enable-lite-kernel --enable-static=no
 make %{?_smp_mflags}
 
 
@@ -101,8 +102,8 @@
 
 %files
 %defattr(-,root,root)
-%doc COPYING NEWS* PROJECTS README* ROADMAP SENDING-PATCHES
-%doc THANKS
+%doc COPYING NEWS* PROJECTS README README.Linux README.kpathsea ROADMAP
+%doc SENDING-PATCHES THANKS
 %doc doc/faq doc/liboctave doc/refcard emacs examples
 %{_bindir}/octave
 %{_bindir}/octave-%{version}
@@ -125,6 +126,9 @@
 
 
 %changelog
+* Wed Jun  1 2005 Quentin Spencer <qspencer at users.sourceforge.net> 2.1.71-4
+- Fix configure command. Remove irrelevant files from docs.
+
 * Fri May 27 2005 Quentin Spencer <qspencer at users.sourceforge.net> 2.1.71-3
 - Added patch for http://www.octave.org/mailing-lists/bug-octave/2005/617 
 




More information about the fedora-extras-commits mailing list