also obsolete abseil-cpp2401 [release 20250512.0-3mamba;Tue Jun 17 2025]
This commit is contained in:
@ -1,6 +1,6 @@
|
||||
Name: abseil-cpp
|
||||
Version: 20250127.1
|
||||
Release: 1mamba
|
||||
Version: 20250512.0
|
||||
Release: 3mamba
|
||||
Summary: An open-source collection of C++ code (compliant to C++11) designed to augment the C++ standard library
|
||||
Group: System/Libraries
|
||||
Vendor: openmamba
|
||||
@ -26,6 +26,8 @@ Abseil is an open-source collection of C++ code (compliant to C++11) designed to
|
||||
%package -n lib%{name}
|
||||
Group: System/Libraries
|
||||
Summary: An open-source collection of C++ code (compliant to C++11) designed to augment the C++ standard library
|
||||
Obsoletes: libabseil-cpp2401 <= 20240116.2-4mamba
|
||||
Obsoletes: libabseil-cpp2407 <= 20240722.1-2mamba
|
||||
|
||||
%description -n lib%{name}
|
||||
Abseil is an open-source collection of C++ code (compliant to C++11) designed to augment the C++ standard library.
|
||||
@ -35,13 +37,14 @@ This package contains shared libraries for %{name}.
|
||||
Group: Development/Libraries
|
||||
Summary: Development files for %{name}
|
||||
Requires: lib%{name} = %{?epoch:%epoch:}%{version}-%{release}
|
||||
Requires: pkg-config
|
||||
Obsoletes: libabseil-cpp2401-devel <= 20240116.2-4mamba
|
||||
Obsoletes: libabseil-cpp2407-devel <= 20240722.1-2mamba
|
||||
|
||||
%description -n lib%{name}-devel
|
||||
This package contains libraries and header files for developing applications that use %{name}.
|
||||
|
||||
# Don't clean build at the end
|
||||
%global __spec_rmbuild_cmd /bin/true
|
||||
#% global __spec_rmbuild_cmd /bin/true
|
||||
|
||||
%global __requires_exclude ^pkgconfig\\(absl_random_internal_mock_overload_set\\)
|
||||
|
||||
@ -66,7 +69,6 @@ This package contains libraries and header files for developing applications tha
|
||||
%clean
|
||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||
|
||||
|
||||
%files -n lib%{name}
|
||||
%defattr(-,root,root)
|
||||
%{_libdir}/libabsl_*.so.*
|
||||
@ -83,6 +85,15 @@ This package contains libraries and header files for developing applications tha
|
||||
%doc README.md
|
||||
|
||||
%changelog
|
||||
* Tue Jun 17 2025 Silvan Calarco <silvan.calarco@mambasoft.it> 20250512.0-3mamba
|
||||
- also obsolete abseil-cpp2401
|
||||
|
||||
* Sun Jun 15 2025 Silvan Calarco <silvan.calarco@mambasoft.it> 20250512.0-2mamba
|
||||
- obsolete abseil-cpp2407
|
||||
|
||||
* Thu May 22 2025 Automatic Build System <autodist@openmamba.org> 20250512.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Thu Mar 20 2025 Automatic Build System <autodist@openmamba.org> 20250127.1-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
|
Reference in New Issue
Block a user