-
OBS-URL: https://build.opensuse.org/package/show/devel:tools:compiler/llvm?expand=0&rev=172
This commit is contained in:
parent
af52fc1afd
commit
83009cdbf7
@ -246,11 +246,6 @@ file %{buildroot}/%{_libdir}/%{name}/*.so | awk -F: '$2~/ELF/{print $1}' | xargs
|
|||||||
find %{buildroot}%{_includedir}/clang -name '*.tmp' -exec rm {} +
|
find %{buildroot}%{_includedir}/clang -name '*.tmp' -exec rm {} +
|
||||||
chmod -x %{buildroot}/%{_libdir}/*.a
|
chmod -x %{buildroot}/%{_libdir}/*.a
|
||||||
|
|
||||||
for file in `find examples -type f`; do
|
|
||||||
install -d %{buildroot}%{_docdir}/%{name}-doc/`dirname $file`
|
|
||||||
install -m 644 $file %{buildroot}%{_docdir}/%{name}-doc/$file
|
|
||||||
done
|
|
||||||
|
|
||||||
find %{buildroot}%{_docdir}/%{name}-doc/ -name '*.tar.gz' -exec rm {} \;
|
find %{buildroot}%{_docdir}/%{name}-doc/ -name '*.tar.gz' -exec rm {} \;
|
||||||
|
|
||||||
# install scan-build et al
|
# install scan-build et al
|
||||||
@ -338,6 +333,7 @@ rm %{buildroot}%{_libdir}/LLVMHello.*
|
|||||||
%{_mandir}/man1/lli.1%{ext_man}
|
%{_mandir}/man1/lli.1%{ext_man}
|
||||||
%exclude %{_mandir}/man1/%{name}-config.1%{ext_man}
|
%exclude %{_mandir}/man1/%{name}-config.1%{ext_man}
|
||||||
%{_mandir}/man1/llvm*.1%{ext_man}
|
%{_mandir}/man1/llvm*.1%{ext_man}
|
||||||
|
%{_mandir}/man1/FileCheck.1%{ext_man}
|
||||||
%{_mandir}/man1/opt.1%{ext_man}
|
%{_mandir}/man1/opt.1%{ext_man}
|
||||||
|
|
||||||
%files clang
|
%files clang
|
||||||
|
Loading…
x
Reference in New Issue
Block a user