rpms/llvm/F-10 llvm.spec,1.14,1.15

Michel Alexandre Salim salimma at fedoraproject.org
Wed Sep 9 04:25:20 UTC 2009


Author: salimma

Update of /cvs/pkgs/rpms/llvm/F-10
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv8270/F-10

Modified Files:
	llvm.spec 
Log Message:
* Wed Sep  9 2009 Michel Salim <salimma at fedoraproject.org> - 2.5-8
- Enable debuginfo (Jerry James, bz#521283)



Index: llvm.spec
===================================================================
RCS file: /cvs/pkgs/rpms/llvm/F-10/llvm.spec,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -p -r1.14 -r1.15
--- llvm.spec	9 Sep 2009 03:25:26 -0000	1.14
+++ llvm.spec	9 Sep 2009 04:25:20 -0000	1.15
@@ -3,14 +3,9 @@
 # --with doxygen
 #   The doxygen docs are HUGE, so they are not built by default.
 
-# LLVM object files don't contain build IDs.  I don't know why yet.
-# Suppress their generation for now.
-
-%define debug_package %{nil}
-
 Name:           llvm
 Version:        2.5
-Release:        7%{?dist}
+Release:        8%{?dist}
 Summary:        The Low Level Virtual Machine
 
 Group:          Development/Languages
@@ -156,6 +151,7 @@ cd obj
 chmod -x examples/Makefile
 
 make install DESTDIR=%{buildroot} \
+     KEEP_SYMBOLS=1 \
      PROJ_docsdir=/moredocs
 
 # Move documentation back to build directory
@@ -251,6 +247,9 @@ rm -rf %{buildroot}
 
 
 %changelog
+* Wed Sep  9 2009 Michel Salim <salimma at fedoraproject.org> - 2.5-8
+- Enable debuginfo (Jerry James, bz#521283)
+
 * Tue Sep  8 2009 Michel Salim <salimma at fedoraproject.org> - 2.5-7
 - Backport destdir patch from 2.6
 




More information about the fedora-extras-commits mailing list