rebuilt with libabseil-cpp 20250127.0 [release 2024.07.02-2mamba;Wed Feb 12 2025]

This commit is contained in:
Silvan Calarco 2025-02-13 00:07:38 +01:00
parent 502db2e808
commit 18c05d248a

View File

@ -1,7 +1,7 @@
%define gitver %(echo %version | tr . -) %define gitver %(echo %version | tr . -)
Name: re2 Name: re2
Version: 2024.07.02 Version: 2024.07.02
Release: 1mamba Release: 2mamba
Summary: A fast, safe, thread-friendly regular expression library Summary: A fast, safe, thread-friendly regular expression library
Group: System/Libraries Group: System/Libraries
Vendor: openmamba Vendor: openmamba
@ -16,7 +16,7 @@ BuildRequires: libabseil-cpp-devel
BuildRequires: libgcc BuildRequires: libgcc
BuildRequires: libstdc++6-devel BuildRequires: libstdc++6-devel
## AUTOBUILDREQ-END ## AUTOBUILDREQ-END
BuildRequires: libabseil-cpp-devel >= 20240116.0 BuildRequires: libabseil-cpp-devel >= 20250127.0
BuildRequires: cmake BuildRequires: cmake
Requires: lib%{name} = %{?epoch:%epoch:}%{version}-%{release} Requires: lib%{name} = %{?epoch:%epoch:}%{version}-%{release}
@ -39,14 +39,10 @@ Requires: pkg-config
%description -n lib%{name}-devel %description -n lib%{name}-devel
This package contains libraries and header files for developing applications that use %{name}. This package contains libraries and header files for developing applications that use %{name}.
%debug_package
%prep %prep
%setup -q %setup -q
%build %build
#% cmake -d build
%make \ %make \
prefix=%{_prefix} \ prefix=%{_prefix} \
libdir=%{_libdir} libdir=%{_libdir}
@ -60,9 +56,6 @@ This package contains libraries and header files for developing applications tha
%clean %clean
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}" [ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
%post -n lib%{name} -p /sbin/ldconfig
%postun -n lib%{name} -p /sbin/ldconfig
%files -n lib%{name} %files -n lib%{name}
%defattr(-,root,root) %defattr(-,root,root)
%{_libdir}/libre2.so.* %{_libdir}/libre2.so.*
@ -78,6 +71,9 @@ This package contains libraries and header files for developing applications tha
%doc README %doc README
%changelog %changelog
* Wed Feb 12 2025 Silvan Calarco <silvan.calarco@mambasoft.it> 2024.07.02-2mamba
- rebuilt with libabseil-cpp 20250127.0
* Wed Jul 03 2024 Automatic Build System <autodist@openmamba.org> 2024.07.02-1mamba * Wed Jul 03 2024 Automatic Build System <autodist@openmamba.org> 2024.07.02-1mamba
- automatic version update by autodist - automatic version update by autodist