]> git.pld-linux.org Git - packages/crossmingw32-gettext.git/commitdiff
- updated to 0.18.3.1 auto/th/crossmingw32-gettext-0.18.3.1-1
authorJakub Bogusz <qboosh@pld-linux.org>
Mon, 19 Aug 2013 18:13:36 +0000 (20:13 +0200)
committerJakub Bogusz <qboosh@pld-linux.org>
Mon, 19 Aug 2013 18:13:36 +0000 (20:13 +0200)
- removed obsolete ac patch

crossmingw32-gettext.spec
gettext-ac.patch [deleted file]

index 9d51e256bc4cf559730f3258c86401f4486b1202..68edf76fd3d01cb0362bdb75227a34a90a7354fd 100644 (file)
@@ -1,23 +1,15 @@
-# TODO
-# - unpackaged
-#        /usr/i386-mingw32/bin/envsubst.exe
-#        /usr/i386-mingw32/bin/gettext.exe
-#        /usr/i386-mingw32/bin/gettext.sh
-#        /usr/i386-mingw32/bin/ngettext.exe
-
 %define                realname                gettext
 Summary:       gettext libraries - cross MinGW32 version
 Summary(pl.UTF-8):     Biblioteki gettext - wersja skrośna dla MinGW32
 Name:          crossmingw32-%{realname}
 %define                realname                gettext
 Summary:       gettext libraries - cross MinGW32 version
 Summary(pl.UTF-8):     Biblioteki gettext - wersja skrośna dla MinGW32
 Name:          crossmingw32-%{realname}
-Version:       0.18.3
+Version:       0.18.3.1
 Release:       1
 License:       LGPL v2+
 Group:         Development/Libraries
 Source0:       http://ftp.gnu.org/gnu/gettext/%{realname}-%{version}.tar.gz
 Release:       1
 License:       LGPL v2+
 Group:         Development/Libraries
 Source0:       http://ftp.gnu.org/gnu/gettext/%{realname}-%{version}.tar.gz
-# Source0-md5: 3fa4236c41b7e837355de144210207ec
+# Source0-md5: 3fc808f7d25487fc72b5759df7419e02
 Patch0:                %{realname}-libintl_by_gcj.patch
 Patch1:                %{name}-kill_tools.patch
 Patch0:                %{realname}-libintl_by_gcj.patch
 Patch1:                %{name}-kill_tools.patch
-Patch2:                %{realname}-ac.patch
 URL:           http://www.gnu.org/software/gettext/
 BuildRequires: autoconf >= 2.62
 BuildRequires: automake >= 1:1.11
 URL:           http://www.gnu.org/software/gettext/
 BuildRequires: autoconf >= 2.62
 BuildRequires: automake >= 1:1.11
@@ -85,7 +77,6 @@ Biblioteki DLL gettext dla Windows.
 %setup -q -n %{realname}-%{version}
 %patch0 -p1
 %patch1 -p1
 %setup -q -n %{realname}-%{version}
 %patch0 -p1
 %patch1 -p1
-%patch2 -p1
 
 %build
 %{__libtoolize}
 
 %build
 %{__libtoolize}
diff --git a/gettext-ac.patch b/gettext-ac.patch
deleted file mode 100644 (file)
index 3685d4d..0000000
+++ /dev/null
@@ -1,11 +0,0 @@
---- gettext-0.18.3/gettext-runtime/m4/intl.m4.orig     2013-07-07 07:28:39.000000000 +0200
-+++ gettext-0.18.3/gettext-runtime/m4/intl.m4  2013-07-10 17:47:31.440610841 +0200
-@@ -61,7 +61,7 @@
-   dnl Use the _snprintf function only if it is declared (because on NetBSD it
-   dnl is defined as a weak alias of snprintf; we prefer to use the latter).
--  AC_CHECK_DECLS([_snprintf _snwprintf], , , [#include <stdio.h>])
-+  AC_CHECK_DECLS([_snprintf, _snwprintf], , , [#include <stdio.h>])
-   dnl Use the *_unlocked functions only if they are declared.
-   dnl (because some of them were defined without being declared in Solaris
This page took 0.171229 seconds and 4 git commands to generate.