diff --git a/byaccj.spec b/byaccj.spec index 488f092861dac340c90acc10904d96221f03b48a..b339b5277a5c79cd246a9f9ff6527165621b4835 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