diff --git a/byaccj.spec b/byaccj.spec index 055b8fa79be0fcf79fecc610e447b89761958a57..96180d2c1dbee00b496c3993d035d0d54045005b 100644 --- a/byaccj.spec +++ b/byaccj.spec @@ -1,6 +1,6 @@ Name: byaccj Version: 1.15 -Release: 19 +Release: 20 Summary: BYACC/J Java extension License: Public Domain URL: http://byaccj.sourceforge.net/ @@ -18,11 +18,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 @@ -44,6 +40,9 @@ install -p -m 755 src/yacc %{buildroot}%{_bindir}/%{name} %doc docs/* src/README %changelog +* Mon Aug 19 2024 Pan Zhang - 1.15-20 +- Replaced declaration of help subpackage with the 'package_help' macro. + * Sun Mar 15 2020 zhangtao - 1.15-19 - Package init