commit 554cc4dd86df122af31a29dbe76f067e745b8c05 Author: Dmitrii Tochanskii Date: Mon Dec 29 13:37:55 2025 +0000 flex 2.6.4 diff --git a/flex.spec b/flex.spec new file mode 100644 index 0000000..bcb8b6d --- /dev/null +++ b/flex.spec @@ -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 +-