*
OBS-URL: https://build.opensuse.org/package/show/devel:tools:compiler/llvm?expand=0&rev=38
This commit is contained in:
parent
38b2bcdcc2
commit
0fcaf58dbe
11
llvm.spec
11
llvm.spec
@ -247,6 +247,12 @@ rm -f %{buildroot}%{_libdir}/*gtest*
|
||||
# Wrong lib name + static
|
||||
rm -f %{buildroot}%{_libdir}/liblibclang.a
|
||||
|
||||
# Stuff we don't want to include
|
||||
rm -f %{buildroot}%{_libdir}/BugpointPasses.*
|
||||
rm -f %{buildroot}%{_libdir}/LLVMHello.*
|
||||
rm -f %{buildroot}%{_libdir}/libCompilerDriver.*
|
||||
rm -f %{buildroot}%{_libdir}/libEnhancedDisassembly.*
|
||||
|
||||
%fdupes -s %{buildroot}%{_docdir}/%{name}
|
||||
%fdupes -s %{buildroot}%{_docdir}/%{name}-doc
|
||||
|
||||
@ -329,15 +335,12 @@ rm -f %{buildroot}%{_libdir}/liblibclang.a
|
||||
%files devel
|
||||
%defattr(-,root,root,-)
|
||||
%{_bindir}/%{name}-config
|
||||
%dir %{_datadir}/llvm/
|
||||
%{_datadir}/llvm/*
|
||||
%doc %{_mandir}/man1/%{name}-config.1%{ext_man}
|
||||
%{_includedir}/%{name}/
|
||||
%{_includedir}/%{name}-c/
|
||||
%{_libdir}/libLLVM*
|
||||
%{_libdir}/BugpointPasses.so
|
||||
%{_libdir}/LLVMHello.so
|
||||
%{_libdir}/libCompilerDriver.a
|
||||
%{_libdir}/libEnhancedDisassembly.*
|
||||
|
||||
%files doc
|
||||
%defattr(-,root,root,-)
|
||||
|
Loading…
x
Reference in New Issue
Block a user