]> git.pld-linux.org Git - packages/elfutils.git/commitdiff
- without tsts bcond
authoradgor <adgor@pld-linux.org>
Wed, 7 Apr 2004 18:43:16 +0000 (18:43 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    elfutils.spec -> 1.29

elfutils.spec

index 7e699deda30114af621e0a925f5a743fa7557182..26653200762e9fa4e1db29eb45ca8b972c05f370 100644 (file)
@@ -1,3 +1,6 @@
+
+%bcond_without tests   # do not perform tests
+
 Summary:       A collection of utilities and DSOs to handle compiled objects
 Summary(pl):   Zestaw narzêdzi i bibliotek do obs³ugi skompilowanych obiektów
 Name:          elfutils
@@ -130,7 +133,7 @@ programowalny interfejs asemblera.
 
 %{__make}
 %{__make} -C debian/man
-%{__make} -C tests check
+%{?with_tests:%{__make} -C tests check}
 
 %install
 rm -rf $RPM_BUILD_ROOT
This page took 0.040473 seconds and 4 git commands to generate.