]> git.pld-linux.org Git - packages/grep.git/blobdiff - grep.spec
- disable long-pattern-perf test, it's too unstable
[packages/grep.git] / grep.spec
index 121db219986e6b01d6af9e13e9be195e672e2ff4..dafb884cdb0dbd362bf7d196bc2328c346ae2407 100644 (file)
--- a/grep.spec
+++ b/grep.spec
@@ -14,17 +14,18 @@ Summary(ru.UTF-8):  Утилиты поиска по шаблонам GNU grep
 Summary(tr.UTF-8):     Dosyalarda katar arama aracı
 Summary(uk.UTF-8):     Утиліти пошуку по шаблонам GNU grep
 Name:          grep
-Version:       2.21
-Release:       3
+Version:       2.23
+Release:       1
 Epoch:         2
 License:       GPL v3+
 Group:         Applications/Text
 Source0:       http://ftp.gnu.org/gnu/grep/%{name}-%{version}.tar.xz
-# Source0-md5: 43c48064d6409862b8a850db83c8038a
+# Source0-md5: f46aa9d0d2577b9212a104348a286787
 Source1:       http://www.mif.pg.gda.pl/homepages/ankry/man-PLD/%{name}-non-english-man-pages.tar.bz2
 # Source1-md5: 1b5e726d0bee53e898531de4a76ad290
 Patch0:                %{name}-info.patch
 Patch1:                %{name}-pl.po-update.patch
+Patch2:                disable-unstable-test.patch
 URL:           http://www.gnu.org/software/grep/grep.html
 BuildRequires: autoconf >= 2.59
 BuildRequires: automake >= 1:1.11
@@ -89,6 +90,7 @@ kullanılır.
 %setup -q
 %patch0 -p1
 %patch1 -p1
+%patch2 -p1
 
 %{__rm} po/stamp-po
 
@@ -104,7 +106,7 @@ kullanılır.
        --without-included-regex
 %{__make}
 
-%{?with_tests:%{__make} check}
+%{?with_tests:%{__make} -j1 check-expensive}
 
 %install
 rm -rf $RPM_BUILD_ROOT
This page took 0.029689 seconds and 4 git commands to generate.