mirror of
https://src.fedoraproject.org/rpms/libomp.git
synced 2024-11-28 17:16:42 +00:00
Use %{llvm_snapshot_extra_source_tags} macro
This commit is contained in:
parent
3f6528b350
commit
23526fc4e7
1 changed files with 1 additions and 0 deletions
|
@ -34,6 +34,7 @@ License: NCSA
|
|||
URL: http://openmp.llvm.org
|
||||
%if %{with snapshot_build}
|
||||
Source0: %{llvm_snapshot_source_prefix}openmp-%{llvm_snapshot_yyyymmdd}.src.tar.xz
|
||||
%{llvm_snapshot_extra_source_tags}
|
||||
%endif
|
||||
%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
|
||||
|
|
Loading…
Reference in a new issue