automatic version update by autodist [release 2024.02.01-1mamba;Fri Feb 02 2024]
This commit is contained in:
parent
bb23645822
commit
2980104be5
9
re2.spec
9
re2.spec
@ -1,6 +1,6 @@
|
|||||||
%define gitver %(echo %version | tr . -)
|
%define gitver %(echo %version | tr . -)
|
||||||
Name: re2
|
Name: re2
|
||||||
Version: 2023.11.01
|
Version: 2024.02.01
|
||||||
Release: 1mamba
|
Release: 1mamba
|
||||||
Summary: A fast, safe, thread-friendly regular expression library
|
Summary: A fast, safe, thread-friendly regular expression library
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
@ -16,6 +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: cmake
|
BuildRequires: cmake
|
||||||
Requires: lib%{name} = %{?epoch:%epoch:}%{version}-%{release}
|
Requires: lib%{name} = %{?epoch:%epoch:}%{version}-%{release}
|
||||||
|
|
||||||
@ -65,7 +66,7 @@ This package contains libraries and header files for developing applications tha
|
|||||||
%files -n lib%{name}
|
%files -n lib%{name}
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%{_libdir}/libre2.so.*
|
%{_libdir}/libre2.so.*
|
||||||
%doc AUTHORS LICENSE
|
%doc LICENSE
|
||||||
|
|
||||||
%files -n lib%{name}-devel
|
%files -n lib%{name}-devel
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
@ -76,8 +77,10 @@ This package contains libraries and header files for developing applications tha
|
|||||||
%{_libdir}/pkgconfig/re2.pc
|
%{_libdir}/pkgconfig/re2.pc
|
||||||
%doc README
|
%doc README
|
||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Feb 02 2024 Automatic Build System <autodist@openmamba.org> 2024.02.01-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
* Wed Nov 01 2023 Automatic Build System <autodist@mambasoft.it> 2023.11.01-1mamba
|
* Wed Nov 01 2023 Automatic Build System <autodist@mambasoft.it> 2023.11.01-1mamba
|
||||||
- automatic version update by autodist
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user