Sat, 05 Oct 2024 08:10:49 CST | login

Information for build flex-2.6.4-9.el9

ID20360
Package Nameflex
Version2.6.4
Release9.el9
Epoch
Sourcegit+https://git.cclinux.org/stage/rpms/flex.git#bb68273cb95f88cbfbb574aa982809b72c2f5cf4
SummaryA tool for generating scanners (text pattern recognizers)
DescriptionThe flex program generates scanners. Scanners are programs which can recognize lexical patterns in text. Flex takes pairs of regular expressions and C code as input and generates a C source file as output. The output file is compiled and linked with a library to produce an executable. The executable searches through its input for occurrences of the regular expressions. When a match is found, it executes the corresponding C code. Flex was designed to work with both Yacc and Bison, and is used by many programs as part of their build process. You should install flex if you are going to use your system for application development.
Built bydistrobuild
State complete
Volume DEFAULT
StartedSun, 03 Jul 2022 01:24:40 CST
CompletedSun, 03 Jul 2022 03:24:30 CST
Taskbuild (dist-circle9, /stage/rpms/flex.git:bb68273cb95f88cbfbb574aa982809b72c2f5cf4)
Extra{'source': {'original_url': 'git+https://git.cclinux.org/stage/rpms/flex.git?#bb68273cb95f88cbfbb574aa982809b72c2f5cf4'}}
Tags
dist-circle9
dist-circle9-compose
RPMs
src
flex-2.6.4-9.el9.src.rpm (info) (download)
aarch64
flex-2.6.4-9.el9.aarch64.rpm (info) (download)
flex-doc-2.6.4-9.el9.aarch64.rpm (info) (download)
libfl-devel-2.6.4-9.el9.aarch64.rpm (info) (download)
libfl-static-2.6.4-9.el9.aarch64.rpm (info) (download)
libfl2-2.6.4-9.el9.aarch64.rpm (info) (download)
flex-debuginfo-2.6.4-9.el9.aarch64.rpm (info) (download)
flex-debugsource-2.6.4-9.el9.aarch64.rpm (info) (download)
libfl2-debuginfo-2.6.4-9.el9.aarch64.rpm (info) (download)
i686
flex-2.6.4-9.el9.i686.rpm (info) (download)
flex-doc-2.6.4-9.el9.i686.rpm (info) (download)
libfl-devel-2.6.4-9.el9.i686.rpm (info) (download)
libfl-static-2.6.4-9.el9.i686.rpm (info) (download)
libfl2-2.6.4-9.el9.i686.rpm (info) (download)
flex-debuginfo-2.6.4-9.el9.i686.rpm (info) (download)
flex-debugsource-2.6.4-9.el9.i686.rpm (info) (download)
libfl2-debuginfo-2.6.4-9.el9.i686.rpm (info) (download)
ppc64le
flex-2.6.4-9.el9.ppc64le.rpm (info) (download)
flex-doc-2.6.4-9.el9.ppc64le.rpm (info) (download)
libfl-devel-2.6.4-9.el9.ppc64le.rpm (info) (download)
libfl-static-2.6.4-9.el9.ppc64le.rpm (info) (download)
libfl2-2.6.4-9.el9.ppc64le.rpm (info) (download)
flex-debuginfo-2.6.4-9.el9.ppc64le.rpm (info) (download)
flex-debugsource-2.6.4-9.el9.ppc64le.rpm (info) (download)
libfl2-debuginfo-2.6.4-9.el9.ppc64le.rpm (info) (download)
s390x
flex-2.6.4-9.el9.s390x.rpm (info) (download)
flex-doc-2.6.4-9.el9.s390x.rpm (info) (download)
libfl-devel-2.6.4-9.el9.s390x.rpm (info) (download)
libfl-static-2.6.4-9.el9.s390x.rpm (info) (download)
libfl2-2.6.4-9.el9.s390x.rpm (info) (download)
flex-debuginfo-2.6.4-9.el9.s390x.rpm (info) (download)
flex-debugsource-2.6.4-9.el9.s390x.rpm (info) (download)
libfl2-debuginfo-2.6.4-9.el9.s390x.rpm (info) (download)
x86_64
flex-2.6.4-9.el9.x86_64.rpm (info) (download)
flex-doc-2.6.4-9.el9.x86_64.rpm (info) (download)
libfl-devel-2.6.4-9.el9.x86_64.rpm (info) (download)
libfl-static-2.6.4-9.el9.x86_64.rpm (info) (download)
libfl2-2.6.4-9.el9.x86_64.rpm (info) (download)
flex-debuginfo-2.6.4-9.el9.x86_64.rpm (info) (download)
flex-debugsource-2.6.4-9.el9.x86_64.rpm (info) (download)
libfl2-debuginfo-2.6.4-9.el9.x86_64.rpm (info) (download)
Logs
aarch64
build.log
hw_info.log
installed_pkgs.log
mock_output.log
root.log
state.log
i686
build.log
hw_info.log
installed_pkgs.log
mock_output.log
root.log
state.log
ppc64le
build.log
hw_info.log
installed_pkgs.log
mock_output.log
root.log
state.log
s390x
build.log
hw_info.log
installed_pkgs.log
mock_output.log
root.log
state.log
x86_64
build.log
hw_info.log
installed_pkgs.log
mock_output.log
root.log
state.log
Changelog * Mon Aug 09 2021 Mohan Boddu <mboddu@redhat.com> - 2.6.4-9 - Rebuilt for IMA sigs, glibc 2.34, aarch64 flags Related: rhbz#1991688 * Thu Apr 15 2021 Mohan Boddu <mboddu@redhat.com> - 2.6.4-8 - Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937 * Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 2.6.4-7 - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild * Fri Aug 21 2020 Arjun Shankar <arjun@redhat.com> - 2.6.4-6 - Re-work flex subpackages and provide shared libraries (#1327851): - Remove and obsolete the flex-devel subpackage containing static libraries - Provide shared libraries in a new subpackage named libfl2 - Provide development files in a new subpackage named libfl-devel - Provide static libraries in a new subpackage named libfl-static * Mon Jul 27 2020 Fedora Release Engineering <releng@fedoraproject.org> - 2.6.4-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild * Tue Jan 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 2.6.4-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild