Fix missed name changes.
This commit is contained in:
parent
fbe053c03a
commit
9497338a7e
4
Makefile
4
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
|
||||
|
||||
@ -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.
|
||||
|
||||
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user