Name: | re2-devel |
---|---|
Epoch: | 1 |
Version: | 20211101 |
Release: | 20.el9 |
Architecture: | x86_64 |
Group: | Unspecified |
Size: | 107402 |
License: | BSD-3-Clause |
RPM: | re2-devel-20211101-20.el9.x86_64.rpm |
Source RPM: | re2-20211101-20.el9.src.rpm |
Build Date: | Sun Aug 25 2024 |
Build Host: | build-ol9-x86_64.oracle.com |
Vendor: | Oracle America |
URL: | https://github.com/google/re2 |
Summary: | C++ header files and library symbolic links for re2 |
Description: | RE2 is a fast, safe, thread-friendly alternative to backtracking regular expression engines like those used in PCRE, Perl, and Python. It is a C++ library. This package contains the C++ header files and symbolic links to the shared libraries for re2. If you would like to develop programs using re2, you will need to install re2-devel. |
- Include HTML and text syntax references as devel package documentation
- Improve the source URL
- Switch the URL from HTTP to HTTPS
- Convert License to SPDX
- Use a simplified description from upstream.
- Build with ninja instead of make - This is modestly faster and has no disadvantages
- Fix unowned directory %{_libdir}/cmake/re2/
- Fix a patch for the .pc file accidentally not being applied
- Use CMake to build and run tests; this results in more thorough testing
- Backported upstream patch with compiler flags fixes.(#2236036)