flex 2.6.4
This commit is contained in:
commit
554cc4dd86
1 changed files with 39 additions and 0 deletions
39
flex.spec
Normal file
39
flex.spec
Normal file
|
|
@ -0,0 +1,39 @@
|
||||||
|
Name: flex
|
||||||
|
Version: 2.6.4
|
||||||
|
Release: 1%{?dist}
|
||||||
|
Summary: The Fast Lexical Analyzer - scanner generator for lexing in C and C++
|
||||||
|
|
||||||
|
License: BSD
|
||||||
|
URL: https://github.com/westes/flex
|
||||||
|
Source0: https://github.com/westes/flex/files/981163/flex-%{version}.tar.gz
|
||||||
|
|
||||||
|
BuildRequires: gcc make m4
|
||||||
|
Requires: bash
|
||||||
|
|
||||||
|
%description
|
||||||
|
The Fast Lexical Analyzer - scanner generator for lexing in C and C++
|
||||||
|
|
||||||
|
%prep
|
||||||
|
%autosetup
|
||||||
|
|
||||||
|
|
||||||
|
%build
|
||||||
|
%configure
|
||||||
|
%make_build
|
||||||
|
|
||||||
|
|
||||||
|
%install
|
||||||
|
%make_install
|
||||||
|
|
||||||
|
|
||||||
|
%files
|
||||||
|
%{_bindir}/flex
|
||||||
|
%{_bindir}/flex++
|
||||||
|
%{_includedir}/FlexLexer.h
|
||||||
|
%{_libdir}
|
||||||
|
%{_datadir}
|
||||||
|
|
||||||
|
|
||||||
|
%changelog
|
||||||
|
* Mon Dec 29 2025 Dmitrii Tochanskii <tochanskiy@tochlab.ru>
|
||||||
|
-
|
||||||
Loading…
Add table
Add a link
Reference in a new issue