packages: mpqc/mpqc.spec - added paths and libfl patches - autoconf (no oth...

sparky sparky at pld-linux.org
Thu Feb 25 15:00:37 CET 2010


Author: sparky                       Date: Thu Feb 25 14:00:37 2010 GMT
Module: packages                      Tag: HEAD
---- Log message:
- added paths and libfl patches
- autoconf (no other autotools used)
- rel 4

---- Files affected:
packages/mpqc:
   mpqc.spec (1.6 -> 1.7) 

---- Diffs:

================================================================
Index: packages/mpqc/mpqc.spec
diff -u packages/mpqc/mpqc.spec:1.6 packages/mpqc/mpqc.spec:1.7
--- packages/mpqc/mpqc.spec:1.6	Sat Jul  5 22:35:06 2008
+++ packages/mpqc/mpqc.spec	Thu Feb 25 15:00:31 2010
@@ -6,16 +6,19 @@
 Summary(pl.UTF-8):	Program do równoległych obliczeń z zakresu chemii kwantowej
 Name:		mpqc
 Version:	2.3.1
-Release:	3
+Release:	4
 License:	LGPL/GPL (see LICENSE)
 Group:		Libraries
 Source0:	http://dl.sourceforge.net/mpqc/%{name}-%{version}.tar.bz2
 # Source0-md5:	2f9b4f7487387730d78066a53764f848
+Patch0:		%{name}-paths.patch
+Patch1:		%{name}-libfl.patch
 URL:		http://www.mpqc.org/
 # -lsB_BLAS ?
 # cca-chem-config (http://www.cca-forum.org/~cca-chem/)
 # niama-config ??? not found by google
 # -lessl is preferred over -lblas? (then -lf77blas -latlas)
+BuildRequires:	autoconf
 BuildRequires:	blas-devel
 BuildRequires:	gcc-fortran
 BuildRequires:	lapack-devel
@@ -81,8 +84,11 @@
 
 %prep
 %setup -q
+%patch0 -p1
+%patch1 -p1
 
 %build
+%{__autoconf}
 %configure \
 	--enable-shared \
 	--with-cc-optflags="%{rpmcflags}" \
@@ -150,6 +156,11 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.7  2010/02/25 14:00:31  sparky
+- added paths and libfl patches
+- autoconf (no other autotools used)
+- rel 4
+
 Revision 1.6  2008/07/05 20:35:06  wolvverine
 - rel.2
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/mpqc/mpqc.spec?r1=1.6&r2=1.7&f=u



More information about the pld-cvs-commit mailing list