39 lines
688 B
RPMSpec
39 lines
688 B
RPMSpec
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>
|
|
-
|