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 - 3.6.12-5 +- add debuginfo packages + * Thu Apr 23 2009 Thomas Sailer - 3.6.12-4 - fix CFLAGS setting