diff --git a/llvm.spec b/llvm.spec index 9e4513b..28fce19 100644 --- a/llvm.spec +++ b/llvm.spec @@ -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