mirror of
https://abf.rosa.ru/djam/llvm13.git
synced 2025-02-24 08:52:45 +00:00
Do not delete library archives, they are needed for development
This commit is contained in:
parent
be2e792e89
commit
8bf200e472
1 changed files with 3 additions and 3 deletions
|
@ -159,6 +159,7 @@ This package contains the development files for LLVM.
|
|||
%files -n %{devname}
|
||||
%{_bindir}/%{name}-config
|
||||
%{_libdir}/libLLVM.so
|
||||
%{_libdir}/libLLVM*.a
|
||||
%{_includedir}/%{name}
|
||||
%{_includedir}/%{name}-c
|
||||
%dir %{_datadir}/%{name}
|
||||
|
@ -231,6 +232,7 @@ short vector instructions as well as dedicated accelerators.
|
|||
|
||||
%files polly-devel
|
||||
%{_includedir}/polly
|
||||
%{_libdir}/libPolly*.a
|
||||
#----------------------------------------------------------------------------
|
||||
|
||||
%if %{with clang}
|
||||
|
@ -310,6 +312,7 @@ libclang.
|
|||
%{_includedir}/clang
|
||||
%{_includedir}/clang-c
|
||||
%{_libdir}/libclang.so
|
||||
%{_libdir}/libclang*.a
|
||||
%dir %{_datadir}/clang/
|
||||
%{_datadir}/clang/cmake/
|
||||
%endif
|
||||
|
@ -439,9 +442,6 @@ chmod 0755 %{buildroot}%{_bindir}/pollycc %{buildroot}%{_bindir}/pollyc++
|
|||
# An example plugin, not really needed.
|
||||
rm -f %{buildroot}%{_libdir}/LLVMHello.so
|
||||
|
||||
# Static libraries, not needed.
|
||||
rm -f %{buildroot}%{_libdir}/*.a
|
||||
|
||||
%if %{with clang}
|
||||
# Clang - Git integration. Not needed.
|
||||
rm -f %{buildroot}%{_bindir}/git-clang-format
|
||||
|
|
Loading…
Add table
Reference in a new issue