add debuginfo
This commit is contained in:
parent
150fe964ee
commit
282bf63657
@ -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@alumni.ethz.ch> - 3.6.12-5
|
||||
- add debuginfo packages
|
||||
|
||||
* Thu Apr 23 2009 Thomas Sailer <t.sailer@alumni.ethz.ch> - 3.6.12-4
|
||||
- fix CFLAGS setting
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user