[eclipse-oprofile] Disable building of debuginfo package.

sami wagiaalla swagiaal at fedoraproject.org
Tue Jul 5 19:31:38 UTC 2011


commit 237f7c4c2e542ba241c5d184dd27cc77dbf4a095
Author: Sami Wagiaalla <swagiaal at redhat.com>
Date:   Tue Jul 5 15:30:53 2011 -0400

    Disable building of debuginfo package.

 eclipse-oprofile.spec |    7 +++++++
 1 files changed, 7 insertions(+), 0 deletions(-)
---
diff --git a/eclipse-oprofile.spec b/eclipse-oprofile.spec
index 581478b..6e44b90 100644
--- a/eclipse-oprofile.spec
+++ b/eclipse-oprofile.spec
@@ -5,6 +5,10 @@
 %global ver_qual       0.3.1.%{qualifier}
 %global oprofile_src_dir eclipse-oprofile-fetched-src-%{src_repo_tag}
 
+# Disable building of debuginfo package; this package has no debug info to be
+# extracted.
+%global debug_package %{nil}
+
 # All arches line up between Eclipse and Linux kernel names except i386 -> x86
 %ifarch %{ix86}
 %define eclipse_arch    x86
@@ -80,6 +84,9 @@ rm -f %{corepath}/natives/linux/scripts/uninstall{,-noconsolehelper}.sh
 %{_sysconfdir}/pam.d/opcontrol
 
 %changelog
+* Tue Jul 5 2011 Sami Wagiaalla <swagiaal at redhat.com> 0.8.0-1
+- Disable building of debuginfo package.
+
 * Sat Jun 25 2011 Severin Gehwolf <sgehwolf at redhat.com> 0.8.0-1
 - Fixes RHBZ#716060.
 - Rebase to 0.8.0 release (opxml native binaries are now removed).


More information about the scm-commits mailing list