[mingw-libltdl: 24/42] - Fix debuginfo magic. It needs define macros, not global ones.

epienbro epienbro at fedoraproject.org
Wed Mar 7 19:30:57 UTC 2012


commit c99d04eb6b2f49d7c307646651ccf105f23c8e29
Author: Hans Ulrich Niedermann <ndim at fedoraproject.org>
Date:   Thu Feb 11 22:04:01 2010 +0000

    - Fix debuginfo magic. It needs define macros, not global ones.

 mingw32-libltdl.spec |    9 +++++++--
 1 files changed, 7 insertions(+), 2 deletions(-)
---
diff --git a/mingw32-libltdl.spec b/mingw32-libltdl.spec
index 79df8d3..7e9bc00 100644
--- a/mingw32-libltdl.spec
+++ b/mingw32-libltdl.spec
@@ -3,7 +3,9 @@
 %global _use_internal_dependency_generator 0
 %global __find_requires %{_mingw32_findrequires}
 %global __find_provides %{_mingw32_findprovides}
-%global __debug_install_post %{_mingw32_debug_install_post}
+%define __debug_install_post %{_mingw32_debug_install_post}
+# Note: For some reason, there must be a define here to make the
+#       debuginfo magic work.
 
 
 # Define this to run tests (requires Wine, and won't work inside mock or Koji).
@@ -19,7 +21,7 @@
 Summary:  Runtime libraries for GNU Libtool Dynamic Module Loader
 Name:     mingw32-libltdl
 Version:  2.2.6
-Release:  17.3%{?dist}
+Release:  17.4%{?dist}
 Group:    System Environment/Libraries
 # Even though the source package contains files under
 # "GPLv2+ and LGPLv2+ and GFDL", the binary RPM only ships LGPLv2+ code.
@@ -110,6 +112,9 @@ rm -rf %{buildroot}
 
 
 %changelog
+* Thu Feb 11 2010 Hans Ulrich Niedermann <hun at n-dimensional.de> - 2.2.6-17.4
+- Fix debuginfo magic. It needs define macros, not global ones.
+
 * Thu Feb 11 2010 Hans Ulrich Niedermann <hun at n-dimensional.de> - 2.2.6-17.3
 - Change define macros into global macros
 


More information about the scm-commits mailing list