From 71b2dbe580b50b2d06833da17ea83dba023d788d Mon Sep 17 00:00:00 2001 From: Yaakov Selkowitz Date: Thu, 17 Feb 2011 22:16:16 -0600 Subject: Added debuginfo package --- cygwin-libiconv.spec | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/cygwin-libiconv.spec b/cygwin-libiconv.spec index 34ad869..1571187 100644 --- a/cygwin-libiconv.spec +++ b/cygwin-libiconv.spec @@ -3,11 +3,11 @@ %global _use_internal_dependency_generator 0 %global __find_requires %{_cygwin_findrequires} %global __find_provides %{_cygwin_findprovides} -%define __os_install_post %{_cygwin_os_install_post} +%defineĀ __debug_install_postĀ %{_cygwin_debug_install_post} Name: cygwin-libiconv Version: 1.13.1 -Release: 1%{?dist} +Release: 2%{?dist} Summary: GNU libraries and utilities for character set conversion License: GPLv2+ and LGPLv2+ @@ -19,7 +19,7 @@ Patch1: libiconv-1.13.1-wchar.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch -BuildRequires: cygwin-filesystem +BuildRequires: cygwin-filesystem >= 2 BuildRequires: cygwin-gcc BuildRequires: cygwin-binutils BuildRequires: autoconf, automake, libtool, gettext-devel @@ -44,6 +44,9 @@ Group: Development/Libraries Static version of the Cygwin Iconv library. +%{_cygwin_debug_package} + + %prep %setup -q -n libiconv-%{version} rm -f m4/libtool.m4 m4/lt*.m4 @@ -101,5 +104,8 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Thu Feb 17 2011 Yaakov Selkowitz - 1.13.1-2 +- Added debuginfo package. + * Wed Feb 16 2011 Yaakov Selkowitz - 1.13.1-1 - Initial RPM release, largely based on mingw32-iconv. -- cgit