llvm/sources.spec.inc
2024-05-02 14:55:23 +00:00

30 lines
1.1 KiB
PHP

%if %{with snapshot_build}
Source0: %{llvm_snapshot_source_prefix}llvm-project-%{llvm_snapshot_yyyymmdd}.src.tar.xz
%else
Source0: https://github.com/llvm/llvm-project/releases/download/llvmorg-%{maj_ver}.%{min_ver}.%{patch_ver}%{?rc_ver:-rc%{rc_ver}}/%{src_tarball_dir}.tar.xz
Source1001: https://github.com/llvm/llvm-project/releases/download/llvmorg-%{maj_ver}.%{min_ver}.%{patch_ver}%{?rc_ver:-rc%{rc_ver}}/%{src_tarball_dir}.tar.xz.sig
Source1006: release-keys.asc
%endif
%if %{without compat_build}
Source2005: macros.%{pkg_name_clang}
%endif
Source2006: clang.cfg
Source2006: clang.cfg
# Sources we use to split up the main spec file in sections so that we can more
# easily see what specfile sections are touched by a patch.
Source1000: version.spec.inc
Source1001: build.spec.inc
Source1002: changelog.spec.inc
Source1003: check.spec.inc
Source1004: files.spec.inc
Source1005: globals.spec.inc
Source1006: install.spec.inc
Source1008: patches.spec.inc
Source1009: prep.spec.inc
Source1010: post_devel.spec.inc
Source1011: postun_devel.spec.inc
Source1012: sources.spec.inc
Source1013: packages.spec.inc