From 86f7c5fb90342313da32e806b71ab55135343f1a Mon Sep 17 00:00:00 2001 From: yang_zhuang_zhuang <1162011203@qq.com> Date: Thu, 24 Jun 2021 14:09:44 +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 fa2bd90..d3800a1 100644 --- a/readline.spec +++ b/readline.spec @@ -1,6 +1,6 @@ Name: readline Version: 8.0 -Release: 2 +Release: 3 Summary: Readline library for editing typed command lines License: GPLv3+ @@ -13,7 +13,7 @@ Patch2: fix-problems-moving-back-beyond-start-of-history.patch Patch3: reading-history-entries-with-timestamps-can-result-i.patch Patch4: 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-3 +- Delete useless old version dynamic library + * Wed Dec 9 2020 zoulin - 8.0-2 - Modify URL -- Gitee