Fix missed name changes.

This commit is contained in:
Quentin Spencer 2007-07-26 16:12:30 +00:00
parent fbe053c03a
commit 9497338a7e
2 changed files with 6 additions and 6 deletions

View File

@ -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

View File

@ -15,7 +15,7 @@ Obsoletes: ufsparse <= 2.1.1
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 @@ Obsoletes: ufsparse-devel <= 2.1.1
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 @@ Requires: %{name}-devel = %{version}-%{release}
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.