]> git.pld-linux.org Git - packages/grep.git/commitdiff
- run test suite
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Thu, 5 Nov 2009 10:32:41 +0000 (10:32 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    grep.spec -> 1.107

grep.spec

index fb601f82d166c59b68641c450d09339fcc70558c..b7d73b431cb8072ef85bf7f63066a6ddfdf61fa9 100644 (file)
--- a/grep.spec
+++ b/grep.spec
@@ -1,6 +1,7 @@
 #
 # Conditional build:
 %bcond_without pcre    # with PCRE support
+%bcond_without tests
 #
 Summary:       GNU grep Utilities
 Summary(de.UTF-8):     GNU-Version der Pattern-Matching-Utilities
@@ -108,6 +109,8 @@ kullanılır.
        --enable-nls
 %{__make}
 
+%{?with_tests:%{__make} check}
+
 %install
 rm -rf $RPM_BUILD_ROOT
 install -d $RPM_BUILD_ROOT/etc/env.d
This page took 0.131634 seconds and 4 git commands to generate.