projects
/
product
/
upstream
/
grep.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ff912e7
)
disable - check area in .spec
19/167219/1
author
MyoungJune Park
<mj2004.park@samsung.com>
Tue, 16 Jan 2018 07:57:42 +0000
(16:57 +0900)
committer
MyoungJune Park
<mj2004.park@samsung.com>
Tue, 16 Jan 2018 07:57:42 +0000
(16:57 +0900)
Change-Id: Ic3af25df582d568543b10af6ea4b55f4adad77b9
packaging/grep.spec
patch
|
blob
|
history
diff --git
a/packaging/grep.spec
b/packaging/grep.spec
index
392251e
..
b7f055f
100644
(file)
--- a/
packaging/grep.spec
+++ b/
packaging/grep.spec
@@
-1,3
+1,5
@@
+%define __spec_check_pre exit 0
+
Name: grep
BuildRequires: automake
BuildRequires: pcre-devel
@@
-32,6
+34,8
@@
LDFLAGS+=" -pie"
%{__make} %{?_smp_mflags}
+#make check VERBOSE=1 || exit 0
+
%check
make check VERBOSE=1