From 5a0deb9341738ea8cfcd82648579d9f0df2a0ad5 Mon Sep 17 00:00:00 2001 From: "chenyuao.cya" Date: Tue, 28 Feb 2023 11:59:18 +0800 Subject: [PATCH] remove ldconfig_scriptlets --- libdatrie.spec | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/libdatrie.spec b/libdatrie.spec index b1304ac..addc942 100644 --- a/libdatrie.spec +++ b/libdatrie.spec @@ -1,4 +1,5 @@ -%define anolis_release 3 +%define anolis_release 4 + Name: libdatrie Version: 0.2.13 Release: %{anolis_release}%{?dist} @@ -9,7 +10,7 @@ Source0: http://linux.thai.net/pub/thailinux/software/libthai/%{name}-%{v BuildRequires: autoconf, automake, libtool BuildRequires: autoconf-archive BuildRequires: doxygen -BuildRequires: make +BuildRequires: make %description datrie is an implementation of double-array structure for representing trie. @@ -59,8 +60,6 @@ find %{buildroot} -name '*.*a' -delete -print %check LD_LIBRARY_PATH=../datrie/.libs %make_build check -%ldconfig_scriptlets - %files %dir %{abidir} %license COPYING @@ -79,6 +78,9 @@ LD_LIBRARY_PATH=../datrie/.libs %make_build check %doc AUTHORS ChangeLog NEWS README* %changelog +* Tue Feb 28 2023 chen_yu_ao - 0.2.13-4 +- remove ldconfig_scriptlets + * Tue Oct 25 2022 mgb01105731 - 0.2.13-3 - optimise spec file -- Gitee