Ismail Dönmez 2012-11-12 14:12:30 +00:00 committed by Git OBS Bridge
parent af52fc1afd
commit 83009cdbf7

View File

@ -246,11 +246,6 @@ file %{buildroot}/%{_libdir}/%{name}/*.so | awk -F: '$2~/ELF/{print $1}' | xargs
find %{buildroot}%{_includedir}/clang -name '*.tmp' -exec rm {} +
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 {} \;
# install scan-build et al
@ -338,6 +333,7 @@ rm %{buildroot}%{_libdir}/LLVMHello.*
%{_mandir}/man1/lli.1%{ext_man}
%exclude %{_mandir}/man1/%{name}-config.1%{ext_man}
%{_mandir}/man1/llvm*.1%{ext_man}
%{_mandir}/man1/FileCheck.1%{ext_man}
%{_mandir}/man1/opt.1%{ext_man}
%files clang