clean out non-free example files from source tarball

This commit is contained in:
Tom Callaway 2013-03-25 16:16:44 -04:00
parent 875db5d071
commit 25418cf185
3 changed files with 12 additions and 3 deletions

1
.gitignore vendored
View File

@ -5,3 +5,4 @@ lapack-3.2.2.tgz
/lapack-3.4.0.tgz
/lapack-3.4.1.tgz
/lapack-3.4.2.tgz
/lapack-3.4.2-clean.tgz

View File

@ -10,11 +10,16 @@
Summary: Numerical linear algebra package libraries
Name: lapack
Version: %{mediumver}.2
Release: 1%{?dist}
Release: 2%{?dist}
License: BSD
Group: Development/Libraries
URL: http://www.netlib.org/lapack/
Source0: http://www.netlib.org/lapack/lapack-%{version}.tgz
# Upstream contains two non-free files with no permission to redistribute
# lapacke/examples/example_DGESV_rowmajor.c and
# lapacke/examples/example_ZGESV_rowmajor.c.
# They have been removed from the source tarball.
# Source0: http://www.netlib.org/lapack/lapack-%{version}.tgz
Source0: lapack-%{version}-clean.tgz
Source1: http://www.netlib.org/lapack/manpages.tgz
Source2: Makefile.blas
Source3: Makefile.lapack
@ -445,6 +450,9 @@ ln -sf libblas64.so.%{version} libblas64.so.%{mediumver}
%endif
%changelog
* Mon Mar 25 2013 Tom Callaway <spot@fedoraproject.org> - 3.4.2-2
- clean out non-free example files from source tarball
* Thu Feb 21 2013 Tom Callaway <spot@fedoraproject.org> - 3.4.2-1
- update to 3.4.2

View File

@ -1,2 +1,2 @@
5e6b576f13115f653ecd4526bfdbb78f manpages.tgz
61bf1a8a4469d4bdb7604f5897179478 lapack-3.4.2.tgz
c0e92e1f977c3390666900e8093c5dc7 lapack-3.4.2-clean.tgz