From ae8a7b3671728d50199190dae22d5249ab374828 Mon Sep 17 00:00:00 2001 From: Funda Wang Date: Thu, 8 May 2025 14:17:49 +0800 Subject: [PATCH] fix build with gettext 0.24.1 --- libmtp.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/libmtp.spec b/libmtp.spec index 73e4ea0..135a755 100644 --- a/libmtp.spec +++ b/libmtp.spec @@ -1,6 +1,6 @@ Name: libmtp Version: 1.1.22 -Release: 2 +Release: 3 Summary: An Initiator implementation of the Media Transfer Protocol (MTP) in the form of a library License: LGPL-2.1-or-later URL: https://libmtp.sourceforge.net/ @@ -31,7 +31,7 @@ This package includes development files for libmtp. %autosetup -n libmtp-%{version} -p1 %build -autoreconf -fi +autoreconf -fi -I%{_datadir}/gettext/m4 %configure --disable-static --with-udev-rules=69-libmtp.rules --with-udev=%{_prefix}/lib/udev %make_build @@ -78,6 +78,9 @@ touch -r configure.ac \ %{_libdir}/pkgconfig/%{name}.pc %changelog +* Thu May 08 2025 Funda Wang - 1.1.22-3 +- fix build with gettext 0.24.1 + * Fri Jan 17 2025 zhangshaoning - 1.1.22-2 - Fix bad date in changelog -- Gitee