!14 删除升级时拷贝的低版本动态库

From: @yang_zhuang_zhuang
Reviewed-by: @xiezhipeng1
Signed-off-by: @xiezhipeng1
This commit is contained in:
openeuler-ci-bot 2021-06-24 07:18:47 +00:00 committed by Gitee
commit 809d23e5dd

View File

@ -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 <yangzhuangzhuang1@huawei.com> - 8.0-3
- Delete useless old version dynamic library
* Wed Dec 9 2020 zoulin <zoulin13@huawei.com> - 8.0-2
- Modify URL