mirror of
https://src.fedoraproject.org/rpms/llvm.git
synced 2024-11-24 09:32:42 +00:00
parent
ab1203ad2d
commit
f6033f2696
1 changed files with 6 additions and 0 deletions
|
@ -467,6 +467,11 @@ make -C tools/clang/test TESTARGS="-v -j4" | tee %{buildroot}%{llvmdocdir clang-
|
|||
%postun -n clang -p /sbin/ldconfig
|
||||
%endif
|
||||
|
||||
%if %{with lldb}
|
||||
%post -n lldb -p /sbin/ldconfig
|
||||
%postun -n lldb -p /sbin/ldconfig
|
||||
%endif
|
||||
|
||||
|
||||
%posttrans devel
|
||||
# link llvm-config to the platform-specific file;
|
||||
|
@ -602,6 +607,7 @@ exit 0
|
|||
%changelog
|
||||
* Fri Dec 20 2013 Jan Vcelak <jvcelak@fedoraproject.org> 3.3-4
|
||||
- remove RPATHs
|
||||
- run ldconfig when installing lldb (#1044431)
|
||||
|
||||
* Sat Nov 30 2013 Jan Vcelak <jvcelak@fedoraproject.org> 3.3-3
|
||||
- properly obsolete clang-doc subpackage (#1035268)
|
||||
|
|
Loading…
Reference in a new issue