[mingw-pangomm: 4/26] enable debuginfo

Kalev Lember kalev at fedoraproject.org
Wed Mar 7 16:31:43 UTC 2012


commit 95a333c4707383e22e0ca188706a65418a314cda
Author: sailer <sailer at fedoraproject.org>
Date:   Thu Jun 25 10:53:33 2009 +0000

    enable debuginfo

 mingw32-pangomm.spec |   11 +++++++++--
 1 files changed, 9 insertions(+), 2 deletions(-)
---
diff --git a/mingw32-pangomm.spec b/mingw32-pangomm.spec
index f9d8772..6662a0b 100644
--- a/mingw32-pangomm.spec
+++ b/mingw32-pangomm.spec
@@ -3,12 +3,13 @@
 %global _use_internal_dependency_generator 0
 %global __find_requires %{_mingw32_findrequires}
 %global __find_provides %{_mingw32_findprovides}
+%define __debug_install_post %{_mingw32_debug_install_post}
 
 %global apiver 1.4
 
 Name:           mingw32-pangomm
 Version:        2.24.0
-Release:        2%{?dist}
+Release:        3%{?dist}
 Summary:        MinGW Windows C++ interface for Pango
 
 License:        LGPLv2+
@@ -19,7 +20,7 @@ BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildArch:      noarch
 
-BuildRequires:  mingw32-filesystem >= 30
+BuildRequires:  mingw32-filesystem >= 52
 BuildRequires:  mingw32-gcc
 BuildRequires:  mingw32-gcc-c++
 BuildRequires:  mingw32-binutils
@@ -39,6 +40,9 @@ comprehensive set of widget classes that can be freely combined to
 quickly create complex user interfaces.
 
 
+%{_mingw32_debug_package}
+
+
 %prep
 %setup -q -n pangomm-%{version}
 
@@ -74,6 +78,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Mon Jun 22 2009 Thomas Sailer <t.sailer at alumni.ethz.ch> - 2.24.0-3
+- add debuginfo packages
+
 * Thu Apr 16 2009 Thomas Sailer <t.sailer at alumni.ethz.ch> - 2.24.0-2
 - replace %%define with %%global
 


More information about the scm-commits mailing list