mirror of
https://src.fedoraproject.org/rpms/llvm.git
synced 2024-11-28 10:35: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
|
%postun -n clang -p /sbin/ldconfig
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
|
%if %{with lldb}
|
||||||
|
%post -n lldb -p /sbin/ldconfig
|
||||||
|
%postun -n lldb -p /sbin/ldconfig
|
||||||
|
%endif
|
||||||
|
|
||||||
|
|
||||||
%posttrans devel
|
%posttrans devel
|
||||||
# link llvm-config to the platform-specific file;
|
# link llvm-config to the platform-specific file;
|
||||||
|
@ -602,6 +607,7 @@ exit 0
|
||||||
%changelog
|
%changelog
|
||||||
* Fri Dec 20 2013 Jan Vcelak <jvcelak@fedoraproject.org> 3.3-4
|
* Fri Dec 20 2013 Jan Vcelak <jvcelak@fedoraproject.org> 3.3-4
|
||||||
- remove RPATHs
|
- remove RPATHs
|
||||||
|
- run ldconfig when installing lldb (#1044431)
|
||||||
|
|
||||||
* Sat Nov 30 2013 Jan Vcelak <jvcelak@fedoraproject.org> 3.3-3
|
* Sat Nov 30 2013 Jan Vcelak <jvcelak@fedoraproject.org> 3.3-3
|
||||||
- properly obsolete clang-doc subpackage (#1035268)
|
- properly obsolete clang-doc subpackage (#1035268)
|
||||||
|
|
Loading…
Reference in a new issue