[gawk/f21] No need for build dependency on byacc/bison, fix make check - resolves: #1176993 - resolves: #117700

Jan Chaloupka jchaloup at fedoraproject.org
Fri Jan 2 15:14:23 UTC 2015


commit f3a737f564bf0b3fe4010fd58fe83018bb47d350
Author: Jan Chaloupka <jchaloup at redhat.com>
Date:   Fri Jan 2 15:11:08 2015 +0100

    No need for build dependency on byacc/bison, fix make check
    - resolves: #1176993
    - resolves: #1177001

 gawk.spec |   13 ++++++++++---
 1 files changed, 10 insertions(+), 3 deletions(-)
---
diff --git a/gawk.spec b/gawk.spec
index f3e5739..964f677 100644
--- a/gawk.spec
+++ b/gawk.spec
@@ -1,7 +1,7 @@
 Summary: The GNU version of the awk text processing utility
 Name: gawk
 Version: 4.1.1
-Release: 5%{?dist}
+Release: 6%{?dist}
 # Most of source files are licensed under GPLv3+,
 # several files are GPL or LGPLv2.1+ licensed,
 # gettext.h is LGPL and random.c is BSD licensed
@@ -19,7 +19,9 @@ Requires(preun): /sbin/install-info
 Conflicts: filesystem < 3
 Provides: /bin/awk
 Provides: /bin/gawk
-BuildRequires: byacc
+# if the awkgram.y or command.y are changed, they have to be regenerated,
+# then uncomment this BuildRequires
+#BuildRequires: bison
 
 %description
 The gawk package contains the GNU version of awk, a text processing
@@ -40,7 +42,7 @@ cp -a %{SOURCE1} %{SOURCE2} .
 make %{?_smp_mflags}
 
 %check
-make check diffout
+make check
 
 %install
 rm -rf $RPM_BUILD_ROOT
@@ -84,6 +86,11 @@ fi
 %{_libdir}/gawk
 
 %changelog
+* Fri Jan 02 2015 jchaloup <jchaloup at redhat.com> - 4.1.1-6
+- No need for build dependency on byacc/bison, fix make check
+  resolves: #1176993
+  resolves: #1177001
+
 * Sat Aug 16 2014 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 4.1.1-5
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
 


More information about the scm-commits mailing list