[mingw-sqlite: 9/31] add debuginfo

Kalev Lember kalev at fedoraproject.org
Tue Mar 6 21:32:44 UTC 2012


commit 282bf636573ad5020266fd8e5610fab6095ca74f
Author: sailer <sailer at fedoraproject.org>
Date:   Tue Jun 23 09:50:06 2009 +0000

    add debuginfo

 mingw32-sqlite.spec |   11 +++++++++--
 1 files changed, 9 insertions(+), 2 deletions(-)
---
diff --git a/mingw32-sqlite.spec b/mingw32-sqlite.spec
index 9ead943..1d3ac38 100644
--- a/mingw32-sqlite.spec
+++ b/mingw32-sqlite.spec
@@ -3,10 +3,11 @@
 %define _use_internal_dependency_generator 0
 %define __find_requires %{_mingw32_findrequires}
 %define __find_provides %{_mingw32_findprovides}
+%define __debug_install_post %{_mingw32_debug_install_post}
 
 Name:           mingw32-sqlite
 Version:        3.6.12
-Release:        4%{?dist}
+Release:        5%{?dist}
 Summary:        MinGW Windows port of sqlite embeddable SQL database engine
 
 License:        Public Domain
@@ -27,7 +28,7 @@ Patch4:         sqlite-3.6.12-memalign.patch
 # Patches for MinGW port.
 Patch1000:      mingw32-sqlite-3.6.12-no-undefined.patch
 
-BuildRequires:  mingw32-filesystem >= 49
+BuildRequires:  mingw32-filesystem >= 52
 BuildRequires:  mingw32-gcc
 BuildRequires:  mingw32-binutils
 
@@ -55,6 +56,9 @@ This package contains cross-compiled libraries and development tools
 for Windows.
 
 
+%{_mingw32_debug_package}
+
+
 %prep
 %setup -q -n sqlite-%{version}
 %patch1 -p1 -b .libdl
@@ -112,6 +116,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Mon Jun 22 2009 Thomas Sailer <t.sailer at alumni.ethz.ch> - 3.6.12-5
+- add debuginfo packages
+
 * Thu Apr 23 2009 Thomas Sailer <t.sailer at alumni.ethz.ch> - 3.6.12-4
 - fix CFLAGS setting
 


More information about the mingw mailing list