From 87029590366f947c68c3f4875e13a568784123b4 Mon Sep 17 00:00:00 2001 From: baizg1107 Date: Tue, 1 Jun 2021 16:23:23 +0800 Subject: [PATCH] Add build requires for fixing building error. --- byaccj.spec | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/byaccj.spec b/byaccj.spec index 055b8fa..891f507 100644 --- a/byaccj.spec +++ b/byaccj.spec @@ -1,12 +1,12 @@ Name: byaccj Version: 1.15 -Release: 19 +Release: 20 Summary: BYACC/J Java extension License: Public Domain URL: http://byaccj.sourceforge.net/ Source0: http://sourceforge.net/projects/byaccj/files/byaccj/1.15/byaccj1.15_src.tar.gz -BuildRequires: make gdb-headless +BuildRequires: make gdb-headless gcc %description BYACC/J is an extension of the Berkeley v 1.8 YACC-compatible parser generator. @@ -44,6 +44,10 @@ install -p -m 755 src/yacc %{buildroot}%{_bindir}/%{name} %doc docs/* src/README %changelog +* Mon May 31 2021 baizhonggui - 1.15-20 +- Fix building error: cc: No such file or directory +- Add gcc in BuildRequires + * Sun Mar 15 2020 zhangtao - 1.15-19 - Package init