Delete useless old version dynamic library

This commit is contained in:
yang_zhuang_zhuang 2021-06-24 11:55:18 +08:00
parent 0bb2c95db3
commit d8f282b5a4

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