38 lines
557 B
RPMSpec
38 lines
557 B
RPMSpec
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>
|
|
-
|