update to 20240109 [release 20240109-1mamba;Sun Jun 23 2024]
This commit is contained in:
parent
7cf7e83edd
commit
13f556aad9
@ -3,9 +3,3 @@
|
|||||||
Berkeley Yacc (byacc) is generally conceded to be the best yacc variant available.
|
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.
|
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.
|
|
||||||
|
|
||||||
|
17
byacc.spec
17
byacc.spec
@ -1,5 +1,5 @@
|
|||||||
Name: byacc
|
Name: byacc
|
||||||
Version: 20230219
|
Version: 20240109
|
||||||
Release: 1mamba
|
Release: 1mamba
|
||||||
Summary: an LALR parser generator.
|
Summary: an LALR parser generator.
|
||||||
Group: Development/Tools
|
Group: Development/Tools
|
||||||
@ -7,7 +7,7 @@ Vendor: openmamba
|
|||||||
Distribution: openmamba
|
Distribution: openmamba
|
||||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||||
URL: https://invisible-island.net/byacc/byacc.html
|
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
|
License: Public Domain
|
||||||
## AUTOBUILDREQ-BEGIN
|
## AUTOBUILDREQ-BEGIN
|
||||||
BuildRequires: glibc-devel
|
BuildRequires: glibc-devel
|
||||||
@ -17,11 +17,7 @@ BuildRequires: glibc-devel
|
|||||||
Berkeley Yacc (byacc) is generally conceded to be the best yacc variant available.
|
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.
|
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.
|
%debug_package
|
||||||
Originally written in K&R C, I have modified it to conform to ANSI C, and
|
|
||||||
made other improvements.
|
|
||||||
|
|
||||||
See the changelog for details.
|
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
@ -48,10 +44,13 @@ make check
|
|||||||
%files
|
%files
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%{_bindir}/byacc
|
%{_bindir}/byacc
|
||||||
%{_mandir}/man1/byaccc.1.gz
|
%{_mandir}/man1/byaccc.1*
|
||||||
%doc ACKNOWLEDGEMENTS CHANGES NEW_FEATURES NOTES NO_WARRANTY README
|
%doc LICENSE
|
||||||
|
|
||||||
%changelog
|
%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
|
* Mon Feb 20 2023 Automatic Build System <autodist@mambasoft.it> 20230219-1mamba
|
||||||
- automatic version update by autodist
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user