bison 3.8.2
This commit is contained in:
commit
fb4940a3f4
1 changed files with 38 additions and 0 deletions
38
bison.spec
Normal file
38
bison.spec
Normal file
|
|
@ -0,0 +1,38 @@
|
||||||
|
Name: bison
|
||||||
|
Version: 3.8.2
|
||||||
|
Release: 1%{?dist}
|
||||||
|
Summary: GNU Bison
|
||||||
|
|
||||||
|
License: GPL-3+
|
||||||
|
URL: https://www.gnu.org/software/bison
|
||||||
|
Source0: https://mirror.tochlab.net/pub/gnu/bison/bison-%{version}.tar.gz
|
||||||
|
|
||||||
|
BuildRequires: gcc make m4
|
||||||
|
Requires: bash
|
||||||
|
|
||||||
|
%description
|
||||||
|
Well known GNU Bison
|
||||||
|
|
||||||
|
%prep
|
||||||
|
%autosetup
|
||||||
|
|
||||||
|
|
||||||
|
%build
|
||||||
|
%configure
|
||||||
|
%make_build
|
||||||
|
|
||||||
|
|
||||||
|
%install
|
||||||
|
%make_install
|
||||||
|
|
||||||
|
|
||||||
|
%files
|
||||||
|
%{_bindir}/bison
|
||||||
|
%{_bindir}/yacc
|
||||||
|
%{_libdir}
|
||||||
|
%{_datadir}
|
||||||
|
|
||||||
|
|
||||||
|
%changelog
|
||||||
|
* Mon Dec 29 2025 Dmitrii Tochanskii <tochanskiy@tochlab.ru>
|
||||||
|
-
|
||||||
Loading…
Add table
Add a link
Reference in a new issue