[anet] Run check-rpaths in %check.

Björn Persson rombobeorn at fedoraproject.org
Fri Jan 10 07:52:02 UTC 2014


commit aeb148d67d437cc77c9ff6a907dffa15c968e6a5
Author: Björn Persson <Bjorn at Rombobjörn.se>
Date:   Fri Jan 10 08:52:07 2014 +0100

    Run check-rpaths in %check.

 anet.spec |   11 ++++++-----
 1 files changed, 6 insertions(+), 5 deletions(-)
---
diff --git a/anet.spec b/anet.spec
index 4663790..a46165e 100644
--- a/anet.spec
+++ b/anet.spec
@@ -67,15 +67,16 @@ chrpath --delete lib/dynamic/*.so.*
 make doc
 
 
-# The testsuite can't be run until we get Ahven packaged.
-#check
-#make tests GMAKE_OPTS='%{Gnatmake_optflags}'
-
-
 %install
 %{make_install} prefix=%{_prefix} libdir=%{_libdir} gprdir=%{_GNAT_project_dir}
 
 
+%check
+# The testsuite can't be run until we get Ahven packaged.
+#make tests GMAKE_OPTS='%{Gnatmake_optflags}'
+%{_rpmconfigdir}/check-rpaths
+
+
 %post -p /sbin/ldconfig
 
 %postun -p /sbin/ldconfig


More information about the scm-commits mailing list