From 6449af1e729c3c7a51461653a05f2d704286a961 Mon Sep 17 00:00:00 2001 From: Dominik 'Rathann' Mierzejewski Date: Tue, 20 Oct 2015 15:00:16 +0200 Subject: [PATCH] Update to 3.3.0 - BR: libtool and call autoreconf - simplify some conditions --- .gitignore | 1 + arpack.spec | 15 +++++++++++---- sources | 2 +- 3 files changed, 13 insertions(+), 5 deletions(-) diff --git a/.gitignore b/.gitignore index c72234f..eae7c5d 100644 --- a/.gitignore +++ b/.gitignore @@ -4,3 +4,4 @@ patch.tar.gz /arpack-ng-3.1.3.tar.gz /arpack-ng_3.1.5.tar.gz /arpack-ng-8fc8fbe34991b97fb4326d7d34c3ff37c94cc770.tar.gz +/arpack-ng-b0f7a6008f37f913e97f67c826fc37fa9758f626.tar.gz diff --git a/arpack.spec b/arpack.spec index eedb44e..e99a1c6 100644 --- a/arpack.spec +++ b/arpack.spec @@ -1,8 +1,8 @@ -%global commit 8fc8fbe34991b97fb4326d7d34c3ff37c94cc770 +%global commit b0f7a6008f37f913e97f67c826fc37fa9758f626 %global shortcommit %(c=%{commit}; echo ${c:0:7}) Name: arpack -Version: 3.2.0 +Version: 3.3.0 Release: 1.%{shortcommit}git%{?dist} Summary: Fortran 77 subroutines for solving large scale eigenvalue problems License: BSD @@ -13,6 +13,7 @@ BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX) BuildRequires: gcc-gfortran BuildRequires: atlas-devel +BuildRequires: libtool Provides: arpack-ng = %{version}-%{release} %description @@ -41,7 +42,7 @@ library links used for building arpack based applications. %package doc Summary: Examples for the use of arpack Group: Documentation -%if 0%{?rhel} > 5 || 0%{?fedora} > 12 +%if 0%{?rhel} > 5 || 0%{?fedora} BuildArch: noarch %endif @@ -61,10 +62,11 @@ library and so links used for building arpack based applications. %prep %setup -q -n arpack-ng-%{commit} +autoreconf -vif %build export F77=gfortran -%if 0%{?fedora} >= 21 || 0%{?rhel} >= 7 +%if 0%{?fedora} || 0%{?rhel} >= 7 %global atlaslib -L%{_libdir}/atlas -ltatlas %else %global atlaslib -L%{_libdir}/atlas -lf77blas -latlas @@ -109,6 +111,11 @@ rm -rf %{buildroot} %{_libdir}/libarpack.a %changelog +* Mon Oct 19 2015 Dominik Mierzejewski - 3.3.0-1.b0f7a600git +- Update to 3.3.0 +- BR: libtool and call autoreconf +- simplify some conditions + * Mon Sep 21 2015 Susi Lehtola - 3.2.0-1.8fc8fbe3git - Update source URL. - Update to 3.2.0. diff --git a/sources b/sources index 4c21678..44f4c34 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -c8e04a8dbedec23d1a7c657b9dbf70d8 arpack-ng-8fc8fbe34991b97fb4326d7d34c3ff37c94cc770.tar.gz +b2f8327a496d0e528d1da012d1abcd37 arpack-ng-b0f7a6008f37f913e97f67c826fc37fa9758f626.tar.gz