Add dist tag, cosmetic changes to spec.
This commit is contained in:
parent
24f15a3e1b
commit
050b6b2feb
1 changed files with 9 additions and 7 deletions
|
|
@ -1,6 +1,6 @@
|
|||
Name: ufsparse
|
||||
Version: 0.9
|
||||
Release: 2
|
||||
Release: 2%{?dist}
|
||||
Summary: University of Florida sparse matrix libraries
|
||||
|
||||
Group: System Environment/Libraries
|
||||
|
|
@ -9,16 +9,18 @@ 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
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||
|
||||
BuildRequires: blas-devel
|
||||
Obsoletes: umfpack
|
||||
|
||||
%description
|
||||
ufsparse is a collection of libraries for computations involving sparse
|
||||
matrices. The package includes the following libraries:
|
||||
1. AMD approximate minimum degree ordering
|
||||
2. COLAMD column approximate minimum degree ordering
|
||||
3. CCOLAMD constrained column approximate minimum degree ordering
|
||||
4. KLU sparse LU factorization, primarily for circuit simulation
|
||||
5. UMFPACK sparse LU factorization
|
||||
AMD approximate minimum degree ordering
|
||||
COLAMD column approximate minimum degree ordering
|
||||
CCOLAMD constrained column approximate minimum degree ordering
|
||||
KLU sparse LU factorization, primarily for circuit simulation
|
||||
UMFPACK sparse LU factorization
|
||||
|
||||
Note that an additional library, CHOLMOD (sparse Cholesky factorization),
|
||||
is part of the source package, but is not compiled because it requires
|
||||
|
|
@ -30,7 +32,6 @@ terms that make it ineligible for inclusion in Fedora Extras.
|
|||
Summary: Development headers and files for UFSparse
|
||||
Group: Development/Libraries
|
||||
Requires: %{name} = %{version}-%{release}
|
||||
BuildRequires: blas-devel
|
||||
Obsoletes: umfpack-devel
|
||||
|
||||
%description devel
|
||||
|
|
@ -200,6 +201,7 @@ rm -rf ${RPM_BUILD_ROOT}
|
|||
%changelog
|
||||
* Sat Oct 01 2005 Quentin Spencer <qspencer@users.sourceforge.net> 0.9-2
|
||||
- Modify description, other modifications for import into FE.
|
||||
- Add dist tag, cosmetic changes.
|
||||
|
||||
* Tue Sep 08 2005 David Bateman <dbateman@free.fr> 0.9-1
|
||||
- First version.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue