Use %{llvm_snapshot_extra_source_tags} macro

This commit is contained in:
Konrad Kleine 2022-06-13 09:58:45 +02:00
parent 3f6528b350
commit 23526fc4e7

View file

@ -34,6 +34,7 @@ License: NCSA
URL: http://openmp.llvm.org URL: http://openmp.llvm.org
%if %{with snapshot_build} %if %{with snapshot_build}
Source0: %{llvm_snapshot_source_prefix}openmp-%{llvm_snapshot_yyyymmdd}.src.tar.xz Source0: %{llvm_snapshot_source_prefix}openmp-%{llvm_snapshot_yyyymmdd}.src.tar.xz
%{llvm_snapshot_extra_source_tags}
%endif %endif
%if %{without snapshot_build} %if %{without snapshot_build}
Source0: https://github.com/llvm/llvm-project/releases/download/llvmorg-%{libomp_version}%{?rc_ver:-rc%{rc_ver}}/%{libomp_srcdir}.tar.xz Source0: https://github.com/llvm/llvm-project/releases/download/llvmorg-%{libomp_version}%{?rc_ver:-rc%{rc_ver}}/%{libomp_srcdir}.tar.xz