[mingw-cairomm: 4/21] enable debuginfo

epienbro epienbro at fedoraproject.org
Wed Mar 7 15:50:37 UTC 2012


commit a9eac59d999cea0c72d70f909cb0cb20824c05d6
Author: sailer <sailer at fedoraproject.org>
Date:   Thu Jun 25 11:04:44 2009 +0000

    enable debuginfo

 mingw32-cairomm.spec |   11 +++++++++--
 1 files changed, 9 insertions(+), 2 deletions(-)
---
diff --git a/mingw32-cairomm.spec b/mingw32-cairomm.spec
index 8f9e90d..a74cfac 100644
--- a/mingw32-cairomm.spec
+++ b/mingw32-cairomm.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-cairomm
 Version:        1.8.0
-Release:        2%{?dist}
+Release:        3%{?dist}
 Summary:        MinGW Windows C++ API for the cairo graphics library
 
 License:        LGPLv2+
@@ -17,7 +18,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
@@ -34,6 +35,9 @@ of cairo with an interface familiar to C++ developers, including use of the
 Standard Template Library where it makes sense.
 
 
+%{_mingw32_debug_package}
+
+
 %prep
 %setup -q -n cairomm-%{version}
 
@@ -69,6 +73,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Mon Jun 22 2009 Thomas Sailer <t.sailer at alumni.ethz.ch> - 1.8.0-3
+- add debuginfo packages
+
 * Thu Apr 16 2009 Thomas Sailer <t.sailer at alumni.ethz.ch> - 1.8.0-2
 - replace %%define with %%global
 


More information about the scm-commits mailing list