rpms/ufsparse/devel ufsparse.spec,1.3,1.4

Quentin Spencer (qspencer) fedora-extras-commits at redhat.com
Tue Oct 25 05:16:41 UTC 2005


Author: qspencer

Update of /cvs/extras/rpms/ufsparse/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv16824

Modified Files:
	ufsparse.spec 
Log Message:
New upstream release, misc changes to spec.



Index: ufsparse.spec
===================================================================
RCS file: /cvs/extras/rpms/ufsparse/devel/ufsparse.spec,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- ufsparse.spec	7 Oct 2005 18:12:14 -0000	1.3
+++ ufsparse.spec	25 Oct 2005 05:16:38 -0000	1.4
@@ -1,14 +1,12 @@
 Name:           ufsparse
-Version:        0.9
-Release:        3%{?dist}
+Version:        0.91
+Release:        1%{?dist}
 Summary:        University of Florida sparse matrix libraries
 
 Group:          System Environment/Libraries
 License:        Distributable
 URL:            http://www.cise.ufl.edu/research/sparse/umfpack/
-Source0:        http://www.cise.ufl.edu/research/sparse/beta/Aug31_2005/UFsparse.tar.gz
-Patch0:         patch.UFsparse
-Patch1:         patch.UFsparse-2
+Source0:        http://www.cise.ufl.edu/research/sparse/beta/Oct10_2005/UFsparse.tar.gz
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires:  blas-devel
@@ -39,9 +37,7 @@
 
 %prep
 %setup -q -n UFsparse
-%patch0 -p0
-%patch1 -p0
-
+chmod -R a+r *
 
 %build
 %define amd_version 1.2
@@ -82,12 +78,12 @@
   ln -sf libccolamd.so.%{ccolamd_version} libccolamd.so
 popd
 
-%define cholmod_version 0.6
+%define cholmod_version 0.7
 %define cholmod_version_major 0
 ### CHOLMOD can also be compiled to use the METIS library, but it is not
 ### used here because its licensing terms exclude it from Fedora Extras.
 ### To compile with METIS, change the definition below to
-### CHOLMOD_FLAGS="$RPM_OPT_FLAGS -I/usr/include/metis -fPIC"
+### CHOLMOD_FLAGS="$RPM_OPT_FLAGS -I%{_includedir}/metis -fPIC"
 CHOLMOD_FLAGS="$RPM_OPT_FLAGS -DNPARTITION -fPIC"
 pushd CHOLMOD
   pushd Lib
@@ -143,7 +139,7 @@
   ln -sf libldl.so.%{ldl_version} libldl.so
 popd
 
-%define umfpack_version 4.5
+%define umfpack_version 4.6
 %define umfpack_version_major 4
 pushd UMFPACK
   pushd Source
@@ -200,6 +196,10 @@
 %{_libdir}/lib*.so
 
 %changelog
+* Tue Oct 18 2005 Quentin Spencer <qspencer at users.sourceforge.net> 0.91-1
+- New upstream release, incorporating previous patches
+- chmod the build directory to ensure all headers are world readable
+
 * Fri Oct 07 2005 Quentin Spencer <qspencer at users.sourceforge.net> 0.9-3
 - Build cholmod, but disable METIS using -DNPARTITION flag.
 




More information about the scm-commits mailing list