[mingw-glib2: 12/68] The wrong RPM variable was overriden for -debuginfo support. Should be okay now

epienbro epienbro at fedoraproject.org
Tue Mar 6 19:52:51 UTC 2012


commit 35847824d006c16a8add503e3975f748a661730c
Author: epienbro <epienbro at fedoraproject.org>
Date:   Mon Jun 22 18:28:23 2009 +0000

    The wrong RPM variable was overriden for -debuginfo support. Should be okay
        now

 mingw32-glib2.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/mingw32-glib2.spec b/mingw32-glib2.spec
index 3e9172a..e78c8d7 100644
--- a/mingw32-glib2.spec
+++ b/mingw32-glib2.spec
@@ -3,11 +3,11 @@
 %global _use_internal_dependency_generator 0
 %global __find_requires %{_mingw32_findrequires}
 %global __find_provides %{_mingw32_findprovides}
-%define __os_install_post %{_mingw32_debug_install_post}
+%define __debug_install_post %{_mingw32_debug_install_post}
 
 Name:           mingw32-glib2
 Version:        2.21.2
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        MinGW Windows GLib2 library
 
 License:        LGPLv2+
@@ -180,6 +180,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Mon Jun 22 2009 Erik van Pienbroek <epienbro at fedoraproject.org> - 2.21.2-2
+- The wrong RPM variable was overriden for -debuginfo support. Should be okay now
+
 * Mon Jun 22 2009 Erik van Pienbroek <epienbro at fedoraproject.org> - 2.21.2-1
 - Update to 2.21.2
 - Split out debug symbols to a -debuginfo subpackage


More information about the scm-commits mailing list