diff --git a/.gitignore b/.gitignore index 637f13a..281e67c 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,4 @@ arpack96.tar.gz patch.tar.gz /arpack_3.0.1.tar.gz /arpack-ng-3.1.3.tar.gz +/arpack-ng_3.1.5.tar.gz diff --git a/arpack.spec b/arpack.spec index 2aae781..9059d77 100644 --- a/arpack.spec +++ b/arpack.spec @@ -1,11 +1,11 @@ Name: arpack -Version: 3.1.3 -Release: 4%{?dist} +Version: 3.1.5 +Release: 1%{?dist} Summary: Fortran 77 subroutines for solving large scale eigenvalue problems License: BSD Group: Development/Libraries URL: http://forge.scilab.org/index.php/p/arpack-ng/ -Source0: http://forge.scilab.org/index.php/p/arpack-ng/downloads/get/arpack-ng-%{version}.tar.gz +Source0: http://forge.scilab.org/index.php/p/arpack-ng/downloads/get/arpack-ng_%{version}.tar.gz BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX) BuildRequires: gcc-gfortran @@ -75,9 +75,10 @@ make %{?_smp_mflags} rm -rf %{buildroot} make install DESTDIR=%{buildroot} # Get rid of .la files -rm -rf %{buildroot}%{_libdir}/*.la -# and of the example binary -rm %{buildroot}%{_bindir}/dnsimp +rm -r %{buildroot}%{_libdir}/*.la + +%check +make %{?_smp_mflags} check %clean rm -rf %{buildroot} @@ -105,6 +106,12 @@ rm -rf %{buildroot} %{_libdir}/libarpack.a %changelog +* Fri Mar 06 2015 Dominik Mierzejewski - 3.1.5-1 +- update to 3.1.5 +- fix source URL +- example binary is no longer installed by default +- enable tests + * Fri Aug 15 2014 Fedora Release Engineering - 3.1.3-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild diff --git a/sources b/sources index 667c4a2..940305c 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -90ba42eae70b517ebdb72921cb4186df arpack-ng-3.1.3.tar.gz +f773f34079a9c24807da6bc2e72fe6df arpack-ng_3.1.5.tar.gz