From 7691fd04f28dab9702df22894e340ced9cba0563 Mon Sep 17 00:00:00 2001 From: yang_zhuang_zhuang <1162011203@qq.com> Date: Thu, 24 Jun 2021 14:06:46 +0800 Subject: [PATCH] Delete useless old version dynamic library --- readline.spec | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/readline.spec b/readline.spec index c5eba78..c49c76f 100644 --- a/readline.spec +++ b/readline.spec @@ -1,6 +1,6 @@ Name: readline Version: 8.0 -Release: 3 +Release: 4 Summary: Readline library for editing typed command lines License: GPLv3+ @@ -13,7 +13,7 @@ Patch0002: fix-problems-moving-back-beyond-start-of-history.patch Patch0003: reading-history-entries-with-timestamps-can-result-i.patch Patch6004: problems-restoring-the-history-file-are-not-signaled.patch -BuildRequires: gcc gcc-c++ ncurses-devel readline +BuildRequires: gcc gcc-c++ ncurses-devel %description The GNU Readline library provides a set of functions for use by @@ -56,7 +56,6 @@ export CPPFLAGS="-I%{_includedir}/ncurses" %install %make_install -cp -a %{_libdir}/lib{readline,history}.so.7* %{buildroot}%{_libdir} %ldconfig_scriptlets @@ -84,6 +83,9 @@ cp -a %{_libdir}/lib{readline,history}.so.7* %{buildroot}%{_libdir} %changelog +* Thu Jun 24 2021 yangzhuangzhuang - 8.0-4 +- Delete useless old version dynamic library + * Wed Dec 9 2020 zoulin - 8.0-3 - Modify URL -- Gitee