[packages/crossmingw32-gettext] - updated to 0.23.1
qboosh
qboosh at pld-linux.org
Sun Jan 19 13:27:39 CET 2025
commit 93ede227019cc394c1b1cd494fbefb51040a1550
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date: Sun Jan 19 12:36:34 2025 +0100
- updated to 0.23.1
crossmingw32-gettext-kill_tools.patch | 6 +++---
crossmingw32-gettext.spec | 19 +++++++++++++------
2 files changed, 16 insertions(+), 9 deletions(-)
---
diff --git a/crossmingw32-gettext.spec b/crossmingw32-gettext.spec
index e729825..fb70b5a 100644
--- a/crossmingw32-gettext.spec
+++ b/crossmingw32-gettext.spec
@@ -2,12 +2,12 @@
Summary: gettext libraries - cross MinGW32 version
Summary(pl.UTF-8): Biblioteki gettext - wersja skrośna dla MinGW32
Name: crossmingw32-%{realname}
-Version: 0.22.5
+Version: 0.23.1
Release: 1
License: LGPL v2.1+
Group: Development/Libraries
Source0: https://ftp.gnu.org/gnu/gettext/%{realname}-%{version}.tar.lz
-# Source0-md5: d82550b0c72b2bf175b682d27c7565fc
+# Source0-md5: 99317e9e1a95d6d8e06bbf287caa423a
Patch0: %{name}-kill_tools.patch
Patch1: %{realname}-mingw32.patch
URL: http://www.gnu.org/software/gettext/
@@ -79,8 +79,8 @@ Biblioteki DLL gettext dla Windows.
%prep
%setup -q -n %{realname}-%{version}
-%patch0 -p1
-%patch1 -p1
+%patch -P0 -p1
+%patch -P1 -p1
%{__sed} -i \
-e 's at m4_esyscmd(\[build-aux/git-version-gen \.tarball-version\])@[%{version}]@' \
@@ -97,7 +97,13 @@ cd gettext-runtime
%{__autoconf}
%{__autoheader}
%{__automake}
-cd libasprintf
+cd intl
+%{__libtoolize}
+%{__aclocal} -I ../../m4 -I ../m4 -I gnulib-m4
+%{__autoconf}
+%{__autoheader}
+%{__automake}
+cd ../libasprintf
%{__aclocal} -I ../../m4 -I ../m4 -I gnulib-m4
%{__autoconf}
%{__autoheader}
@@ -109,7 +115,7 @@ cd ../../libtextstyle
%{__autoheader}
%{__automake}
cd ../gettext-tools
-%{__aclocal} -I m4 -I ../gettext-runtime/m4 -I ../m4 -I gnulib-m4 -I libgrep/gnulib-m4 -I libgettextpo/gnulib-m4
+%{__aclocal} -I m4 -I ../gettext-runtime/m4 -I ../m4 -I gnulib-m4 -I libgrep/gnulib-m4 -I libgettextpo/gnulib-m4 -I tests/gnulib-m4
%{__autoconf}
%{__autoheader}
%{__automake}
@@ -157,6 +163,7 @@ rm -rf $RPM_BUILD_ROOT
%files
%defattr(644,root,root,755)
%{_libdir}/libintl.dll.a
+%{_libdir}/libintl.la
%{_libdir}/libasprintf.dll.a
%{_libdir}/libasprintf.la
%{_includedir}/autosprintf.h
diff --git a/crossmingw32-gettext-kill_tools.patch b/crossmingw32-gettext-kill_tools.patch
index 7535a98..92541bf 100644
--- a/crossmingw32-gettext-kill_tools.patch
+++ b/crossmingw32-gettext-kill_tools.patch
@@ -9,10 +9,10 @@
AM_EXTRA_RECURSIVE_TARGETS([maintainer-update-po])
---- gettext-0.20.1/Makefile.am.orig 2019-06-27 21:32:43.615644574 +0200
-+++ gettext-0.20.1/Makefile.am 2019-06-27 21:35:23.144780330 +0200
+--- gettext-0.23.1/Makefile.am.orig 2025-01-19 11:56:57.750452168 +0100
++++ gettext-0.23.1/Makefile.am 2025-01-19 11:57:49.220173333 +0100
@@ -19,7 +19,7 @@
- AUTOMAKE_OPTIONS = 1.5 gnu no-dependencies
+ AUTOMAKE_OPTIONS = 1.5 gnu
ACLOCAL_AMFLAGS = -I m4
-SUBDIRS = gnulib-local gettext-runtime libtextstyle gettext-tools
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/crossmingw32-gettext.git/commitdiff/93ede227019cc394c1b1cd494fbefb51040a1550
More information about the pld-cvs-commit
mailing list