[scilab] Add the arpack dependency

Clément David davidcl at fedoraproject.org
Tue Apr 3 09:16:33 UTC 2012


commit 31797c70b7d644df1479dee986dfebc2ba91f8c9
Author: Clément DAVID <davidcl at fedoraproject.org>
Date:   Tue Apr 3 11:16:10 2012 +0200

    Add the arpack dependency

 scilab.spec |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)
---
diff --git a/scilab.spec b/scilab.spec
index 3116512..de47207 100644
--- a/scilab.spec
+++ b/scilab.spec
@@ -1,7 +1,7 @@
 # baserelease defines which build revision of this version we're building.
 # The magical name baserelease is matched by the rpmdev-bumpspec tool, which
 # you should use.
-%global baserelease 2
+%global baserelease 3
 
 # On a prerelease version set this settings to the selected date and commit,
 # to switch to a released version set them to 0.
@@ -48,6 +48,7 @@ BuildRequires:  ncurses-devel
 # Numerical libraries
 # see "http://wiki.scilab.org/Linalg performances"
 BuildRequires:  lapack-devel
+BuildRequires:  arpack-devel
 
 # GUI/Console
 BuildRequires:  jpackage-utils
@@ -285,6 +286,9 @@ fi
 %{_datadir}/%{name}/modules/*/tests
 
 %changelog
+* Tue Apr 03 2012 Clément David <c.david86 at gmail.com> - 5.4.0-0.3.20120403snap
+- Add the arpack dependency
+
 * Tue Apr 03 2012 Clément David <c.david86 at gmail.com> - 5.4.0-0.2.20120403snap
 - Fix build after merge
 


More information about the scm-commits mailing list