rebuilt with debug package and specfile fixes [release 1.15-4mamba;Tue Oct 24 2023]

This commit is contained in:
Silvan Calarco 2024-01-05 21:02:31 +01:00
parent 2dc594cc98
commit f52712ec03

View File

@ -1,19 +1,18 @@
Name: byaccj Name: byaccj
Version: 1.15 Version: 1.15
Release: 3mamba Release: 4mamba
Summary: Parser Generator with Java Extension Summary: Parser Generator with Java Extension
Group: Development/Libraries Group: Development/Libraries
Vendor: openmamba Vendor: openmamba
Distribution: openmamba Distribution: openmamba
Packager: gil <puntogil@libero.it> Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
URL: http://byaccj.sourceforge.net/ URL: https://byaccj.sourceforge.net/
Source: http://mesh.dl.sourceforge.net/sourceforge/byaccj/byaccj%{version}_src.tar.gz Source: http://mesh.dl.sourceforge.net/sourceforge/byaccj/byaccj%{version}_src.tar.gz
Patch0: byaccj-1.15-Makefile.patch Patch0: byaccj-1.15-Makefile.patch
License: Public Domain License: Public Domain
## AUTOBUILDREQ-BEGIN ## AUTOBUILDREQ-BEGIN
BuildRequires: glibc-devel BuildRequires: glibc-devel
## AUTOBUILDREQ-END ## AUTOBUILDREQ-END
BuildRoot: %{_tmppath}/%{name}-%{version}-root
%description %description
BYACC/J is an extension of the Berkeley v 1.8 YACC-compatible parser generator. 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. 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! 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 %prep
%setup -q -n %{name}%{version} %setup -q -n %{name}%{version}
%patch0 %patch0
@ -51,11 +52,14 @@ install -m 644 docs/yacc.cat %{buildroot}%{_mandir}/man1/
%files %files
%defattr(-,root,root) %defattr(-,root,root)
%{_bindir}/byaccj %{_bindir}/byaccj
%{_mandir}/man1/yacc.cat.gz %{_mandir}/man1/yacc.cat*
#%{_mandir}/man1/yacc.1.gz #%{_mandir}/man1/yacc.1.gz
%doc docs/* src/no_warranty src/new_features #%doc docs/* src/no_warranty src/new_features
%changelog %changelog
* Tue Oct 24 2023 Silvan Calarco <silvan.calarco@mambasoft.it> 1.15-4mamba
- rebuilt with debug package and specfile fixes
* Mon Dec 31 2012 Silvan Calarco <silvan.calarco@mambasoft.it> 1.15-3mamba * Mon Dec 31 2012 Silvan Calarco <silvan.calarco@mambasoft.it> 1.15-3mamba
- rebuilt in devel - rebuilt in devel