Sat, 20 Apr 2024 06:25:31 UTC | login

Information for build flex-2.6.4-5.fc33

ID184296
Package Nameflex
Version2.6.4
Release5.fc33
Epoch
Sourcegit+https://src.fedoraproject.org/rpms/flex.git#f0b1e7d68b13d787f04321aa691c10c8640f95ff
SummaryA tool for creating 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 bydavidlt
State complete
Volume DEFAULT
StartedSat, 15 Aug 2020 07:59:31 UTC
CompletedSat, 15 Aug 2020 09:47:12 UTC
Taskbuild (f33, /rpms/flex.git:f0b1e7d68b13d787f04321aa691c10c8640f95ff)
Extra{'source': {'original_url': 'git+https://src.fedoraproject.org/rpms/flex.git#f0b1e7d68b13d787f04321aa691c10c8640f95ff'}}
Tags
f33
f37
f38
RPMs
src
flex-2.6.4-5.fc33.src.rpm (info) (download)
riscv64
flex-2.6.4-5.fc33.riscv64.rpm (info) (download)
flex-devel-2.6.4-5.fc33.riscv64.rpm (info) (download)
flex-doc-2.6.4-5.fc33.riscv64.rpm (info) (download)
flex-debuginfo-2.6.4-5.fc33.riscv64.rpm (info) (download)
flex-debugsource-2.6.4-5.fc33.riscv64.rpm (info) (download)
Logs
riscv64
build.log
hw_info.log
mock_output.log
root.log
state.log
Changelog * 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 * Thu Jul 25 2019 Fedora Release Engineering <releng@fedoraproject.org> - 2.6.4-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild * Thu Jan 31 2019 Fedora Release Engineering <releng@fedoraproject.org> - 2.6.4-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild * Mon Sep 03 2018 Arjun Shankar <arjun@redhat.com> - 2.6.4-1 - Rebase to 2.6.4 - Fix build failure due to missing include and `reallocarray' prototype - Add gettext-devel, automake and libtool to build dependencies, and execute `autoreconf -i' to regenerate files after patching configure.ac