]> git.pld-linux.org Git - packages/grep.git/commitdiff
- use bash for tests: mksh doesn't allow to unset COLUMNS auto/th/grep-2.26-2
authorJakub Bogusz <qboosh@pld-linux.org>
Tue, 25 Oct 2016 19:53:23 +0000 (21:53 +0200)
committerJakub Bogusz <qboosh@pld-linux.org>
Tue, 25 Oct 2016 19:53:23 +0000 (21:53 +0200)
- release 2

grep.spec

index 29dfea9237f60023af54390caba14776798450f7..a16ef71f88050d77d6c4d5c7747abad2b05ecbaf 100644 (file)
--- a/grep.spec
+++ b/grep.spec
@@ -15,7 +15,7 @@ Summary(tr.UTF-8):    Dosyalarda katar arama aracı
 Summary(uk.UTF-8):     Утиліти пошуку по шаблонам GNU grep
 Name:          grep
 Version:       2.26
-Release:       1
+Release:       2
 Epoch:         2
 License:       GPL v3+
 Group:         Applications/Text
@@ -106,7 +106,11 @@ kullanılır.
        --without-included-regex
 %{__make}
 
-%{?with_tests:%{__make} -j1 check-expensive}
+%if %{with tests}
+# mksh fails "unset columns" check (bash and pdksh are OK)
+%{__make} -j1 check-expensive \
+       SHELL=/bin/bash
+%endif
 
 %install
 rm -rf $RPM_BUILD_ROOT
This page took 0.16883 seconds and 4 git commands to generate.