packages: octave/octave.spec - missing BRs - remove superfluous make runs -...

draenog draenog at pld-linux.org
Fri Nov 6 20:43:14 CET 2009


Author: draenog                      Date: Fri Nov  6 19:43:14 2009 GMT
Module: packages                      Tag: HEAD
---- Log message:
- missing BRs
- remove superfluous make runs
- limit number of jobs during compilation

---- Files affected:
packages/octave:
   octave.spec (1.115 -> 1.116) 

---- Diffs:

================================================================
Index: packages/octave/octave.spec
diff -u packages/octave/octave.spec:1.115 packages/octave/octave.spec:1.116
--- packages/octave/octave.spec:1.115	Mon Oct 26 19:29:32 2009
+++ packages/octave/octave.spec	Fri Nov  6 20:43:09 2009
@@ -38,12 +38,15 @@
 BuildRequires:	CXSparse-devel
 BuildRequires:	GraphicsMagick-c++-devel
 BuildRequires:	UMFPACK-devel
+BuildRequires:	arpack-devel >= 2.1-8
 BuildRequires:	bison >= 1.31
 BuildRequires:	blas-devel
 BuildRequires:	curl-devel
 BuildRequires:	sed >= 4.0
 BuildRequires:	fftw3-devel
+BuildRequires:	fftw3-single-devel
 BuildRequires:	flex >= 2.5.4
+BuildRequires:	ftgl-devel
 BuildRequires:	gcc-fortran
 BuildRequires:	glpk-devel
 BuildRequires:	gperf >= 3.0.1
@@ -51,6 +54,7 @@
 BuildRequires:	lapack-devel >= 3.1.1-3
 BuildRequires:	libstdc++-devel
 BuildRequires:	ncurses-devel >= 5.0
+BuildRequires:	pcre-devel
 BuildRequires:	qhull-devel
 BuildRequires:	readline-devel
 BuildRequires:	texinfo-texi2dvi
@@ -292,9 +296,7 @@
 	--enable-rpath \
 	--enable-lite-kernel
 
-%{__make}
-%{__make} -C doc/faq Octave-FAQ.info
-%{__make} -C doc/liboctave liboctave.info
+%{__make} -j 4
 
 %install
 rm -rf $RPM_BUILD_ROOT
@@ -384,6 +386,11 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.116  2009/11/06 19:43:09  draenog
+- missing BRs
+- remove superfluous make runs
+- limit number of jobs during compilation
+
 Revision 1.115  2009/10/26 18:29:32  arekm
 - rel 2
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/octave/octave.spec?r1=1.115&r2=1.116&f=u



More information about the pld-cvs-commit mailing list