From 13f556aad97ef14dee123a84397f934ec26730f2 Mon Sep 17 00:00:00 2001 From: Silvan Calarco Date: Sun, 23 Jun 2024 23:05:59 +0200 Subject: [PATCH] update to 20240109 [release 20240109-1mamba;Sun Jun 23 2024] --- README.md | 6 ------ byacc.spec | 17 ++++++++--------- 2 files changed, 8 insertions(+), 15 deletions(-) diff --git a/README.md b/README.md index 8d1e031..5d75c10 100644 --- a/README.md +++ b/README.md @@ -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. - diff --git a/byacc.spec b/byacc.spec index dab7ce3..4154494 100644 --- a/byacc.spec +++ b/byacc.spec @@ -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 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 20240109-1mamba +- update to 20240109 + * Mon Feb 20 2023 Automatic Build System 20230219-1mamba - automatic version update by autodist