[mingw-plotmm: 3/18] enable debuginfo

Kalev Lember kalev at fedoraproject.org
Wed Mar 7 16:45:17 UTC 2012


commit 08222f1269fd2440d4bb2fcf3b8cd6aea2f3ba2d
Author: sailer <sailer at fedoraproject.org>
Date:   Thu Jun 25 11:08:55 2009 +0000

    enable debuginfo

 mingw32-plotmm.spec |   12 ++++++++++--
 1 files changed, 10 insertions(+), 2 deletions(-)
---
diff --git a/mingw32-plotmm.spec b/mingw32-plotmm.spec
index c820dea..dcc2664 100644
--- a/mingw32-plotmm.spec
+++ b/mingw32-plotmm.spec
@@ -3,10 +3,11 @@
 %global _use_internal_dependency_generator 0
 %global __find_requires %{_mingw32_findrequires}
 %global __find_provides %{_mingw32_findprovides}
+%define __debug_install_post %{_mingw32_debug_install_post}
 
 Name:           mingw32-plotmm
 Version:        0.1.2
-Release:        2%{?dist}
+Release:        3%{?dist}
 Summary:        MinGW GTKmm plot widget for scientific applications
 Group:          Development/Libraries
 License:        LGPLv2
@@ -21,7 +22,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
@@ -38,6 +39,10 @@ This package provides an extension to the mingw32 gtkmm library.  It
 contains widgets which are primarily useful for technical and
 scientifical purposes.  Initially, this is a 2-D plotting widget.
 
+
+%{_mingw32_debug_package}
+
+
 %prep
 %setup -q -n plotmm-%{version}
 %patch0 -p1 -b .libsigc++20
@@ -75,6 +80,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_mingw32_includedir}/plotmm
 
 %changelog
+* Mon Jun 22 2009 Thomas Sailer <t.sailer at alumni.ethz.ch> - 0.1.2-3
+- add debuginfo packages
+
 * Mon Apr 27 2009 Thomas Sailer <t.sailer at alumni.ethz.ch> - 0.1.2-2
 - add missing BR
 


More information about the scm-commits mailing list