mirror of
https://src.fedoraproject.org/rpms/llvm.git
synced 2024-11-24 17:34:47 +00:00
parent
d168c1664f
commit
af9b9d6da4
3 changed files with 8 additions and 0 deletions
3
clang.cfg
Normal file
3
clang.cfg
Normal file
|
@ -0,0 +1,3 @@
|
|||
# Drop the following option after debugedit adds support to DWARF-5:
|
||||
# https://sourceware.org/bugzilla/show_bug.cgi?id=28728
|
||||
-gdwarf-4
|
|
@ -126,6 +126,9 @@
|
|||
%files -n %{pkg_name_clang}-libs
|
||||
%{install_prefix}/lib/clang/%{maj_ver}/include/*
|
||||
%{install_libdir}/*.so.*
|
||||
%if 0%{?fedora} == 38
|
||||
%{_sysconfdir}/%{name}/%{_target_platform}.cfg
|
||||
%endif
|
||||
|
||||
%files -n %{pkg_name_clang}-devel
|
||||
%if %{without compat_build}
|
||||
|
|
|
@ -10,6 +10,8 @@ Source1006: release-keys.asc
|
|||
Source2005: macros.%{pkg_name_clang}
|
||||
%endif
|
||||
|
||||
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
|
||||
|
|
Loading…
Reference in a new issue