-
OBS-URL: https://build.opensuse.org/package/show/devel:tools:compiler/llvm?expand=0&rev=36
This commit is contained in:
parent
9d08f1c43c
commit
979b3a1467
@ -242,7 +242,10 @@ for i in docs/CommandGuide/*.pod tools/clang/docs/tools/*.pod; do
|
|||||||
done
|
done
|
||||||
|
|
||||||
# Remove gtest library
|
# Remove gtest library
|
||||||
rm -f %{buildroot}%{_libdir}/libgtest.*
|
rm -f %{buildroot}%{_libdir}/*gtest*
|
||||||
|
|
||||||
|
# Wrong lib name + static
|
||||||
|
rm -f %{buildroot}%{_libdir}/liblibclang.a
|
||||||
|
|
||||||
%fdupes -s %{buildroot}%{_docdir}/%{name}
|
%fdupes -s %{buildroot}%{_docdir}/%{name}
|
||||||
%fdupes -s %{buildroot}%{_docdir}/%{name}-doc
|
%fdupes -s %{buildroot}%{_docdir}/%{name}-doc
|
||||||
@ -320,6 +323,8 @@ rm -f %{buildroot}%{_libdir}/libgtest.*
|
|||||||
%{_includedir}/clang
|
%{_includedir}/clang
|
||||||
%{_includedir}/clang-c
|
%{_includedir}/clang-c
|
||||||
%{_libdir}/libclang*
|
%{_libdir}/libclang*
|
||||||
|
%{_libdir}/libLTO.*
|
||||||
|
%{_libdir}/*profile_rt*
|
||||||
|
|
||||||
%files devel
|
%files devel
|
||||||
%defattr(-,root,root,-)
|
%defattr(-,root,root,-)
|
||||||
@ -333,8 +338,6 @@ rm -f %{buildroot}%{_libdir}/libgtest.*
|
|||||||
%{_libdir}/LLVMHello.so
|
%{_libdir}/LLVMHello.so
|
||||||
%{_libdir}/libCompilerDriver.a
|
%{_libdir}/libCompilerDriver.a
|
||||||
%{_libdir}/libEnhancedDisassembly.*
|
%{_libdir}/libEnhancedDisassembly.*
|
||||||
%{_libdir}/libLTO.*
|
|
||||||
%{_libdir}/*profile_rt*
|
|
||||||
|
|
||||||
%files doc
|
%files doc
|
||||||
%defattr(-,root,root,-)
|
%defattr(-,root,root,-)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user