[mingw-libgnurx: 5/15] The wrong RPM variable was overriden for -debuginfo support. Should be okay now

Kalev Lember kalev at fedoraproject.org
Tue Mar 6 19:20:25 UTC 2012


commit c2ef1baa15a8f565f79818eda96de4bb4bfd0917
Author: epienbro <epienbro at fedoraproject.org>
Date:   Mon Jun 22 18:10:04 2009 +0000

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

 mingw32-libgnurx.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/mingw32-libgnurx.spec b/mingw32-libgnurx.spec
index 12dd49b..e2c772f 100644
--- a/mingw32-libgnurx.spec
+++ b/mingw32-libgnurx.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-libgnurx
 Version:        2.5.1
-Release:        4%{?dist}
+Release:        5%{?dist}
 Summary:        MinGW Regex library
 
 License:        LGPLv2+
@@ -101,6 +101,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Mon Jun 22 2009 Erik van Pienbroek <epienbro at fedoraproject.org> - 2.5.1-5
+- 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.5.1-4
 - Split out debug symbols to a -debuginfo subpackage
 


More information about the scm-commits mailing list