[alglib/el6] Adapt spec for el6

Sandro Mani smani at fedoraproject.org
Fri Jan 2 12:55:12 UTC 2015


commit 4415179eb9391ee6bff53e4bda7a28b73ca441a5
Author: Sandro Mani <manisandro at gmail.com>
Date:   Fri Jan 2 13:55:17 2015 +0100

    Adapt spec for el6

 alglib.spec |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/alglib.spec b/alglib.spec
index cba54aa..b86f3b0 100644
--- a/alglib.spec
+++ b/alglib.spec
@@ -42,7 +42,7 @@ The %{name}-doc package contains the %{name} API documentation.
 
 
 %prep
-%autosetup -p1 -ncpp
+%setup -q -n cpp
 cp %{SOURCE1} .
 cp %{SOURCE2} .
 
@@ -66,8 +66,8 @@ make %{?_smp_mflags}
 
 %check
 pushd build
-./test_c || exit 1
-./test_i || exit 1
+LD_LIBRARY_PATH=$PWD ./test_c || exit 1
+LD_LIBRARY_PATH=$PWD ./test_i || exit 1
 popd
 
 


More information about the scm-commits mailing list