From 83009cdbf7838f93771d0c8a6d3e3a27ec241c9629bb5783b59c0ffbe4301599 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ismail=20D=C3=B6nmez?= Date: Mon, 12 Nov 2012 14:12:30 +0000 Subject: [PATCH] - OBS-URL: https://build.opensuse.org/package/show/devel:tools:compiler/llvm?expand=0&rev=172 --- llvm.spec | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) 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