Fix license tag and other issues found by rpmlint.
This commit is contained in:
parent
5ed749ac5e
commit
fe20402a4b
@ -1,16 +1,16 @@
|
||||
Name: suitesparse
|
||||
Version: 3.0.0
|
||||
Release: 2%{?dist}
|
||||
Release: 3%{?dist}
|
||||
Summary: A collection of sparse matrix libraries
|
||||
|
||||
Group: System Environment/Libraries
|
||||
License: Distributable
|
||||
License: LGPLv2+
|
||||
URL: http://www.cise.ufl.edu/research/sparse/SuiteSparse
|
||||
Source0: http://www.cise.ufl.edu/research/sparse/SuiteSparse/SuiteSparse-%{version}.tar.gz
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||
|
||||
BuildRequires: blas-devel
|
||||
Obsoletes: umfpack
|
||||
Obsoletes: umfpack <= 5.0.1
|
||||
Obsoletes: ufsparse <= 2.1.1
|
||||
Provides: ufsparse = %{version}-%{release}
|
||||
|
||||
@ -35,7 +35,7 @@ matrices. The package includes the following libraries:
|
||||
Summary: Development headers for SuiteSparse
|
||||
Group: Development/Libraries
|
||||
Requires: %{name} = %{version}-%{release}
|
||||
Obsoletes: umfpack-devel
|
||||
Obsoletes: umfpack-devel <= 5.0.1
|
||||
Obsoletes: ufsparse-devel <= 2.1.1
|
||||
Provides: ufsparse-devel = %{version}-%{release}
|
||||
|
||||
@ -93,8 +93,8 @@ version of the suitesparse libraries.
|
||||
%define enable_csparse 0
|
||||
|
||||
mkdir Devel Devel/AMD Devel/CHOLMOD Devel/KLU Devel/LDL Devel/UMFPACK \
|
||||
Doc Doc/AMD Doc/BTF Doc/CAMD Doc/CCOLAMD Doc/CHOLMOD Doc/COLAMD \
|
||||
Doc/KLU Doc/LDL Doc/UMFPACK Lib Include
|
||||
Doc Doc/AMD Doc/BTF Doc/CAMD Doc/CCOLAMD Doc/CHOLMOD Doc/COLAMD \
|
||||
Doc/KLU Doc/LDL Doc/UMFPACK Lib Include
|
||||
|
||||
pushd AMD
|
||||
pushd Lib
|
||||
@ -298,6 +298,9 @@ rm -rf ${RPM_BUILD_ROOT}
|
||||
%{_libdir}/lib*.a
|
||||
|
||||
%changelog
|
||||
* Tue Oct 16 2007 Quentin Spencer <qspencer@users.sourceforge.net> 3.0.0-3
|
||||
- Update license tag. Fix minor issues found by rpmlint.
|
||||
|
||||
* Fri Aug 24 2007 Quentin Spencer <qspencer@users.sourceforge.net> 3.0.0-2
|
||||
- Rebuild for F8.
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user