rpms/suitesparse/devel Makefile,1.2,1.3 suitesparse.spec,1.1,1.2

Quentin Spencer (qspencer) fedora-extras-commits at redhat.com
Thu Jul 26 16:13:03 UTC 2007


Author: qspencer

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

Modified Files:
	Makefile suitesparse.spec 
Log Message:
Fix missed name changes.


Index: Makefile
===================================================================
RCS file: /cvs/extras/rpms/suitesparse/devel/Makefile,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- Makefile	26 Jul 2007 16:03:53 -0000	1.2
+++ Makefile	26 Jul 2007 16:12:30 -0000	1.3
@@ -1,6 +1,6 @@
-# Makefile for source rpm: ufsparse
+# Makefile for source rpm: suitesparse
 # $Id$
-NAME := ufsparse
+NAME := suitesparse
 SPECFILE = $(firstword $(wildcard *.spec))
 
 define find-makefile-common


Index: suitesparse.spec
===================================================================
RCS file: /cvs/extras/rpms/suitesparse/devel/suitesparse.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- suitesparse.spec	26 Jul 2007 16:03:53 -0000	1.1
+++ suitesparse.spec	26 Jul 2007 16:12:30 -0000	1.2
@@ -15,7 +15,7 @@
 Provides:       ufsparse = %{version}-%{release}
 
 %description
-ufsparse is a collection of libraries for computations involving sparse
+suitesparse is a collection of libraries for computations involving sparse
 matrices.  The package includes the following libraries:
   AMD         approximate minimum degree ordering
   BTF         permutation to block triangular form (beta)
@@ -40,7 +40,7 @@
 Provides:       ufsparse-devel = %{version}-%{release}
 
 %description devel
-The ufsparse-devel package contains files needed for developing
+The suitesparse-devel package contains files needed for developing
 applications which use the suitesparse libraries.
 
 
@@ -51,8 +51,8 @@
 Provides:       ufsparse-static = %{version}-%{release}
 
 %description static
-The ufsparse-static package contains the statically linkable version
-of the suitesparse libraries.
+The suitesparse-static package contains the statically linkable
+version of the suitesparse libraries.
 
 
 




More information about the scm-commits mailing list