From cff9775a3e019f741c6bbdb040713877a234f034 Mon Sep 17 00:00:00 2001 From: zhangpan Date: Mon, 19 Aug 2024 14:42:11 +0800 Subject: [PATCH] =?UTF-8?q?=E7=94=A8=E2=80=9Cpackage=5Fhelp=E2=80=9D?= =?UTF-8?q?=E5=AE=8F=E6=9B=BF=E6=8D=A2help=E5=AD=90=E5=8C=85=E5=A3=B0?= =?UTF-8?q?=E6=98=8E?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- byaccj.spec | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/byaccj.spec b/byaccj.spec index 488f092..b339b52 100644 --- a/byaccj.spec +++ b/byaccj.spec @@ -1,6 +1,6 @@ Name: byaccj Version: 1.15 -Release: 21 +Release: 22 Summary: BYACC/J Java extension License: Public Domain URL: http://byaccj.sourceforge.net/ @@ -19,11 +19,7 @@ This is the standard YACC tool that is in use every day to produce C/C++ parsers I have added a "-J" flag which will cause BYACC to generate Java source code, instead. So there finally is a YACC for Java now! -%package help -Summary: Help document for the byaacj package - -%description help -Help document for the byaacj package +%package_help %prep %autosetup -n %{name}%{version} -p1 @@ -45,6 +41,9 @@ install -p -m 755 src/yacc %{buildroot}%{_bindir}/%{name} %doc docs/* src/README %changelog +* Mon Aug 19 2024 Pan Zhang - 1.15-22 +- Replaced declaration of help subpackage with the 'package_help' macro. + * Fri Mar 03 2023 wulei - 1.15-21 - Add the compilation option pie -- Gitee