packages: llvm/llvm.spec - move tblgen.1 manpage to proper package. - move ...

pluto pluto at pld-linux.org
Wed Nov 10 12:55:04 CET 2010


Author: pluto                        Date: Wed Nov 10 11:55:04 2010 GMT
Module: packages                      Tag: HEAD
---- Log message:
- move tblgen.1 manpage to proper package.
- move shared runtime libs to proper core packages.

---- Files affected:
packages/llvm:
   llvm.spec (1.15 -> 1.16) 

---- Diffs:

================================================================
Index: packages/llvm/llvm.spec
diff -u packages/llvm/llvm.spec:1.15 packages/llvm/llvm.spec:1.16
--- packages/llvm/llvm.spec:1.15	Mon Nov  1 15:51:24 2010
+++ packages/llvm/llvm.spec	Wed Nov 10 12:54:59 2010
@@ -280,6 +280,9 @@
 cp -a examples moredocs/examples
 find moredocs/examples -name Makefile | xargs -0r rm -f
 
+# Move shared runtime to standard libdir.
+mv $RPM_BUILD_ROOT%{_libdir}/%{name}/lib{LLVM-*.*,clang}.so $RPM_BUILD_ROOT%{_libdir}
+
 %clean
 rm -rf $RPM_BUILD_ROOT
 
@@ -297,6 +300,7 @@
 %attr(755,root,root) %{_bindir}/llvmc
 %attr(755,root,root) %{_bindir}/llvm-*
 %exclude %attr(755,root,root) %{_bindir}/llvm-config
+%attr(755,root,root) %{_libdir}/libLLVM-*.*.so
 %{_mandir}/man1/bugpoint.1*
 %{_mandir}/man1/llc.1*
 %{_mandir}/man1/lli.1*
@@ -306,7 +310,6 @@
 %{_mandir}/man1/llvmgxx.1*
 %{_mandir}/man1/opt.1*
 #%{_mandir}/man1/stkrc.1*
-%{_mandir}/man1/tblgen.1*
 
 %files devel
 %defattr(644,root,root,755)
@@ -314,6 +317,8 @@
 %{_includedir}/llvm
 %{_includedir}/llvm-c
 %{_libdir}/%{name}
+%exclude %attr(755,root,root) %{_libdir}/libLLVM-*.*.so
+%exclude %attr(755,root,root) %{_libdir}/libclang.so
 
 %files doc
 %defattr(644,root,root,755)
@@ -332,8 +337,10 @@
 %attr(755,root,root) %{_bindir}/clang*
 %attr(755,root,root) %{_bindir}/tblgen
 %attr(755,root,root) %{_bindir}/c-index-test
+%attr(755,root,root) %{_libdir}/libclang.so
 %{_prefix}/lib/clang
 %{_mandir}/man1/clang.1.*
+%{_mandir}/man1/tblgen.1*
 
 %files -n clang-analyzer
 %defattr(644,root,root,755)
@@ -390,6 +397,10 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.16  2010/11/10 11:54:59  pluto
+- move tblgen.1 manpage to proper package.
+- move shared runtime libs to proper core packages.
+
 Revision 1.15  2010/11/01 14:51:24  glen
 - real shebangs; rel 1 for testing
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/llvm/llvm.spec?r1=1.15&r2=1.16&f=u



More information about the pld-cvs-commit mailing list