Blame SOURCES/macros.clang

53102b
%clang_major_version @@CLANG_MAJOR_VERSION@@
53102b
%clang_minor_version @@CLANG_MINOR_VERSION@@
53102b
%clang_patch_version @@CLANG_PATCH_VERSION@@
53102b
53102b
%clang_version %{clang_major_version}.%{clang_minor_version}.%{clang_patch_version}
53102b
53102b
# This is the path to the clang resource directory that has clang's internal
53102b
# headers and libraries.  This path should be used by packages that need to
53102b
# install files into this directory.  This macro's value changes every time
53102b
# clang's version changes.
53102b
%clang_resource_dir %{_libdir}/clang/%{clang_version}
53102b
53102b
# This is the path to the clang resource directory that should be used
53102b
# by packages that need to read files from this directory at runtime.
53102b
# This macro only changes when clang's major version changes.
53102b
%clang_resource_dir_readonly %{_libdir}/clang/%{clang_major_version}