summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorYaakov Selkowitz <yselkowitz@users.sourceforge.net>2011-02-17 22:16:16 -0600
committerYaakov Selkowitz <yselkowitz@users.sourceforge.net>2011-02-17 22:16:16 -0600
commit71b2dbe580b50b2d06833da17ea83dba023d788d (patch)
tree92a716ce089c8b476ad9ad91557ea1737fdd6c9c
parent68f6e236df912040f2045694deceadf72e3ef596 (diff)
downloadcygwin-libiconv-71b2dbe580b50b2d06833da17ea83dba023d788d.tar.gz
cygwin-libiconv-71b2dbe580b50b2d06833da17ea83dba023d788d.tar.xz
cygwin-libiconv-71b2dbe580b50b2d06833da17ea83dba023d788d.zip
Added debuginfo package
-rw-r--r--cygwin-libiconv.spec12
1 files 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 <cygwin-ports-general@lists.sourceforge.net> - 1.13.1-2
+- Added debuginfo package.
+
* Wed Feb 16 2011 Yaakov Selkowitz <cygwin-ports-general@lists.sourceforge.net> - 1.13.1-1
- Initial RPM release, largely based on mingw32-iconv.