summaryrefslogtreecommitdiffstats
path: root/cygwin-gettext.spec
diff options
context:
space:
mode:
Diffstat (limited to 'cygwin-gettext.spec')
-rw-r--r--cygwin-gettext.spec22
1 files changed, 13 insertions, 9 deletions
diff --git a/cygwin-gettext.spec b/cygwin-gettext.spec
index 574e727..fa90a76 100644
--- a/cygwin-gettext.spec
+++ b/cygwin-gettext.spec
@@ -1,8 +1,8 @@
%{?cygwin_package_header}
Name: cygwin-gettext
-Version: 0.18.1.1
-Release: 3
+Version: 0.19.4
+Release: 1%{?dist}
Summary: GNU libraries and utilities for producing multi-lingual messages
License: GPLv2+ and LGPLv2+
@@ -10,13 +10,12 @@ Group: Development/Libraries
URL: http://www.gnu.org/software/gettext/
BuildArch: noarch
-Source0: http://ftp.gnu.org/pub/gnu/gettext/gettext-%{version}.tar.gz
+Source0: http://ftp.gnu.org/pub/gnu/gettext/gettext-%{version}.tar.xz
Patch0: gettext-0.18.1.1-autopoint-V.patch
-Patch1: gettext-0.18.1.1-locale.patch
-Patch2: gettext-0.18.1.1-reloc.patch
-Patch3: gettext-0.18.1.1-cygwin-error_h.patch
+Patch1: gettext-0.19.3-localename.patch
Patch4: gettext-0.18.1.1-no-woe32dll.patch
+BuildRequires: autoconf automake libtool
BuildRequires: cygwin32-filesystem >= 10
BuildRequires: cygwin32-gcc
BuildRequires: cygwin32-gcc-c++
@@ -77,14 +76,12 @@ Static version of the Gettext library for the Cygwin x86_64 toolchain.
%setup -q -n gettext-%{version}
%patch0 -p2
%patch1 -p2
-%patch2 -p2
-%patch3 -p2
%patch4 -p2
rm -f m4/libtool.m4 gettext-tools/gnulib-m4/openmp.m4
touch m4/libtool.m4 gettext-tools/gnulib-m4/openmp.m4
libtoolize --copy --force
-./autogen.sh --quick --skip-gnulib
+GNULIB_TOOL=: ./autogen.sh --skip-gnulib
%build
@@ -103,6 +100,7 @@ libtoolize --copy --force
--with-included-libcroco \
--with-included-libunistring \
--with-included-libxml \
+ --without-libiconv-prefix \
ac_cv_func_lstat_dereferences_slashed_symlink=yes \
am_cv_func_iconv_works=yes \
gl_cv_cc_visibility=no \
@@ -230,6 +228,12 @@ find $RPM_BUILD_ROOT -name '*.la' -delete
%changelog
+* Wed Mar 04 2015 Yaakov Selkowitz <yselkowi@redhat.com> - 0.19.4-1
+- new version
+
+* Mon Jun 16 2014 Yaakov Selkowitz <yselkowitz@cygwin.com> - 0.18.3.2-1
+- Version bump.
+
* Sun Jun 30 2013 Yaakov Selkowitz <cygwin-ports-general@lists.sourceforge.net> - 0.18.1.1-3
- Rebuild for new Cygwin packaging scheme.
- Add cygwin64 support.