automatic version update by autodist [release 17.0.3-1mamba;Sun Oct 22 2023]

This commit is contained in:
Automatic Build System 2024-01-05 21:29:00 +01:00
parent d978322cf9
commit 08686c50b1

View File

@ -2,8 +2,8 @@
%define MAJver %(echo %version | cut -d. -f1)
%define majver %(echo %version | cut -d. -f1-2)
Name: compiler-rt
Version: 16.0.6
Release: 2mamba
Version: 17.0.3
Release: 1mamba
Summary: Runtime libraries compiler for clang
Group: Development/Languages
Vendor: openmamba
@ -26,10 +26,11 @@ Runtime libraries compiler for clang.
%debug_package
%prep
%setup -q -n compiler-rt-%{version}.src -a1
%setup -q -c -a0 -a1
#-D -T
#:<< _EOF
cp -a cmake-%{version}.src/Modules/* cmake/Modules/
mv compiler-rt-%{version}.src compiler-rt
mv cmake-%{version}.src cmake
%build
#:<< __EOF
@ -37,7 +38,7 @@ cp -a cmake-%{version}.src/Modules/* cmake/Modules/
mkdir -p build
cd build
cmake .. -G Ninja \
cmake ../compiler-rt -G Ninja \
-DCMAKE_BUILD_TYPE=Release \
-DCMAKE_INSTALL_PREFIX=%{_prefix} \
-DCOMPILER_RT_INSTALL_PATH=%{_libdir}/clang/%{MAJver} \
@ -73,9 +74,12 @@ ninja install
%{_libdir}/clang/%{MAJver}/lib/linux/*
%dir %{_libdir}/clang/%{MAJver}/share
%{_libdir}/clang/%{MAJver}/share/*.txt
%doc LICENSE.TXT
%doc compiler-rt/LICENSE.TXT
%changelog
* Sun Oct 22 2023 Automatic Build System <autodist@mambasoft.it> 17.0.3-1mamba
- automatic version update by autodist
* Sat Aug 05 2023 Silvan Calarco <silvan.calarco@mambasoft.it> 16.0.6-2mamba
- set COMPILER_RT_INSTALL_PATH=%{_libdir}/clang/%{MAJver}