!14 删除升级时拷贝的低版本动态库
From: @yang_zhuang_zhuang Reviewed-by: @xiezhipeng1 Signed-off-by: @xiezhipeng1
This commit is contained in:
commit
809d23e5dd
@ -1,6 +1,6 @@
|
|||||||
Name: readline
|
Name: readline
|
||||||
Version: 8.0
|
Version: 8.0
|
||||||
Release: 2
|
Release: 3
|
||||||
Summary: Readline library for editing typed command lines
|
Summary: Readline library for editing typed command lines
|
||||||
|
|
||||||
License: GPLv3+
|
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
|
Patch3: reading-history-entries-with-timestamps-can-result-i.patch
|
||||||
Patch4: problems-restoring-the-history-file-are-not-signaled.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
|
%description
|
||||||
The GNU Readline library provides a set of functions for use by
|
The GNU Readline library provides a set of functions for use by
|
||||||
@ -56,7 +56,6 @@ export CPPFLAGS="-I%{_includedir}/ncurses"
|
|||||||
|
|
||||||
%install
|
%install
|
||||||
%make_install
|
%make_install
|
||||||
cp -a %{_libdir}/lib{readline,history}.so.7* %{buildroot}%{_libdir}
|
|
||||||
|
|
||||||
%ldconfig_scriptlets
|
%ldconfig_scriptlets
|
||||||
|
|
||||||
@ -84,6 +83,9 @@ cp -a %{_libdir}/lib{readline,history}.so.7* %{buildroot}%{_libdir}
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%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
|
* Wed Dec 9 2020 zoulin <zoulin13@huawei.com> - 8.0-2
|
||||||
- Modify URL
|
- Modify URL
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user