update to 20240109 [release 20240109-1mamba;Sun Jun 23 2024]

This commit is contained in:
Silvan Calarco 2024-06-23 23:05:59 +02:00
parent 7cf7e83edd
commit 13f556aad9
2 changed files with 8 additions and 15 deletions

View File

@ -3,9 +3,3 @@
Berkeley Yacc (byacc) is generally conceded to be the best yacc variant available.
In contrast to bison, it is written to avoid dependencies upon a particular compiler.
Byacc was written around 1990 by Robert Corbett who is the original author of bison.
Originally written in K&R C, I have modified it to conform to ANSI C, and
made other improvements.
See the changelog for details.

View File

@ -1,5 +1,5 @@
Name: byacc
Version: 20230219
Version: 20240109
Release: 1mamba
Summary: an LALR parser generator.
Group: Development/Tools
@ -7,7 +7,7 @@ Vendor: openmamba
Distribution: openmamba
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
URL: https://invisible-island.net/byacc/byacc.html
Source: ftp://ftp.invisible-island.net/byacc/byacc-%{version}.tgz
Source: https://invisible-mirror.net/archives/byacc/byacc-%{version}.tgz
License: Public Domain
## AUTOBUILDREQ-BEGIN
BuildRequires: glibc-devel
@ -17,11 +17,7 @@ BuildRequires: glibc-devel
Berkeley Yacc (byacc) is generally conceded to be the best yacc variant available.
In contrast to bison, it is written to avoid dependencies upon a particular compiler.
Byacc was written around 1990 by Robert Corbett who is the original author of bison.
Originally written in K&R C, I have modified it to conform to ANSI C, and
made other improvements.
See the changelog for details.
%debug_package
%prep
%setup -q
@ -48,10 +44,13 @@ make check
%files
%defattr(-,root,root)
%{_bindir}/byacc
%{_mandir}/man1/byaccc.1.gz
%doc ACKNOWLEDGEMENTS CHANGES NEW_FEATURES NOTES NO_WARRANTY README
%{_mandir}/man1/byaccc.1*
%doc LICENSE
%changelog
* Sun Jun 23 2024 Silvan Calarco <silvan.calarco@mambasoft.it> 20240109-1mamba
- update to 20240109
* Mon Feb 20 2023 Automatic Build System <autodist@mambasoft.it> 20230219-1mamba
- automatic version update by autodist