From f52712ec03b747c72a2541a6a5fe3026eb8c2d12 Mon Sep 17 00:00:00 2001 From: Silvan Calarco Date: Fri, 5 Jan 2024 21:02:31 +0100 Subject: [PATCH] rebuilt with debug package and specfile fixes [release 1.15-4mamba;Tue Oct 24 2023] --- byaccj.spec | 16 ++++++++++------ 1 file changed, 10 insertions(+), 6 deletions(-) diff --git a/byaccj.spec b/byaccj.spec index e25d555..2067b40 100644 --- a/byaccj.spec +++ b/byaccj.spec @@ -1,19 +1,18 @@ Name: byaccj Version: 1.15 -Release: 3mamba +Release: 4mamba Summary: Parser Generator with Java Extension Group: Development/Libraries Vendor: openmamba Distribution: openmamba -Packager: gil -URL: http://byaccj.sourceforge.net/ +Packager: Silvan Calarco +URL: https://byaccj.sourceforge.net/ Source: http://mesh.dl.sourceforge.net/sourceforge/byaccj/byaccj%{version}_src.tar.gz Patch0: byaccj-1.15-Makefile.patch License: Public Domain ## AUTOBUILDREQ-BEGIN BuildRequires: glibc-devel ## AUTOBUILDREQ-END -BuildRoot: %{_tmppath}/%{name}-%{version}-root %description BYACC/J is an extension of the Berkeley v 1.8 YACC-compatible parser generator. @@ -23,6 +22,8 @@ Many megabytes of YACC code have been written over the years. 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! +%debug_package + %prep %setup -q -n %{name}%{version} %patch0 @@ -51,11 +52,14 @@ install -m 644 docs/yacc.cat %{buildroot}%{_mandir}/man1/ %files %defattr(-,root,root) %{_bindir}/byaccj -%{_mandir}/man1/yacc.cat.gz +%{_mandir}/man1/yacc.cat* #%{_mandir}/man1/yacc.1.gz -%doc docs/* src/no_warranty src/new_features +#%doc docs/* src/no_warranty src/new_features %changelog +* Tue Oct 24 2023 Silvan Calarco 1.15-4mamba +- rebuilt with debug package and specfile fixes + * Mon Dec 31 2012 Silvan Calarco 1.15-3mamba - rebuilt in devel