From 917a57ba8bf3ea46e8b2de0ce4c4cc64f4fb1b69 Mon Sep 17 00:00:00 2001 From: CHENYUAO Date: Wed, 12 Apr 2023 15:49:06 +0800 Subject: [PATCH] fix missing BuildRequires:libtool --- libdatrie.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/libdatrie.spec b/libdatrie.spec index ac6a81f..e65ffda 100644 --- a/libdatrie.spec +++ b/libdatrie.spec @@ -1,4 +1,4 @@ -%define anolis_release 5 +%define anolis_release 6 Name: libdatrie Version: 0.2.13 @@ -10,7 +10,7 @@ Source0: http://linux.thai.net/pub/thailinux/software/libthai/%{name}-%{v BuildRequires: cmake gcc gcc-c++ automake autoconf autoconf-archive -BuildRequires: doxygen +BuildRequires: doxygen libtool %description @@ -83,7 +83,10 @@ LD_LIBRARY_PATH=../datrie/.libs %make_build check %changelog -* Fri Apr 07 2023 chen_yu_ao - 0.2.13-3 +* Wed Apr 12 2023 chen_yu_ao - 0.2.13-6 +- fix missing BuildRequires:libtool + +* Fri Apr 07 2023 chen_yu_ao - 0.2.13-5 - change spec file format * Tue Feb 28 2023 chen_yu_ao - 0.2.13-4 -- Gitee