diff --git a/Makefile b/Makefile index 28b413d..8d9e401 100644 --- a/Makefile +++ b/Makefile @@ -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 diff --git a/suitesparse.spec b/suitesparse.spec index 08115f1..f80b0eb 100644 --- a/suitesparse.spec +++ b/suitesparse.spec @@ -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.