!23 [sync] PR-18: do not remove info/dir by default
From: @openeuler-sync-bot Reviewed-by: @liqingqing_1229 Signed-off-by: @liqingqing_1229
This commit is contained in:
commit
bf1d54e391
@ -1,8 +1,9 @@
|
|||||||
%global debug_package %{nil}
|
%global debug_package %{nil}
|
||||||
%global _newlib newlib
|
%global _newlib newlib
|
||||||
|
%global __brp_remove_info_dir %{nil}
|
||||||
Name: newlib
|
Name: newlib
|
||||||
Version: 3.3.0
|
Version: 3.3.0
|
||||||
Release: 5
|
Release: 6
|
||||||
Summary: Newlib is a C library intended for use on embedded systems.
|
Summary: Newlib is a C library intended for use on embedded systems.
|
||||||
|
|
||||||
License: BSD
|
License: BSD
|
||||||
@ -43,7 +44,7 @@ cd ..
|
|||||||
|
|
||||||
|
|
||||||
%install
|
%install
|
||||||
rm -rf %{buildroot}
|
export AM_UPDATE_INFO_DIR=yes
|
||||||
cd build-newlib
|
cd build-newlib
|
||||||
make DESTDIR=%{buildroot}%{_prefix}/%{_newlib} install install-info
|
make DESTDIR=%{buildroot}%{_prefix}/%{_newlib} install install-info
|
||||||
cd ..
|
cd ..
|
||||||
@ -64,6 +65,9 @@ cd ..
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Feb 12 2025 Funda Wang <fundawang@yeah.net> - 3.3.0-6
|
||||||
|
- do not remove info/dir by default
|
||||||
|
|
||||||
* Wed Sep 25 2024 changtao <changtao@kylinos.cn> - 3.3.0-5
|
* Wed Sep 25 2024 changtao <changtao@kylinos.cn> - 3.3.0-5
|
||||||
- fix CVE-2024-30949
|
- fix CVE-2024-30949
|
||||||
|
|
||||||
|
|||||||
@ -1,4 +1,4 @@
|
|||||||
version_control: git
|
version_control: git
|
||||||
src_repo: git://sourceware.org/git/newlib-cygwin.git
|
src_repo: git://sourceware.org/git/newlib-cygwin.git
|
||||||
tag_prefix: "^newlib-"
|
tag_prefix: "^newlib-"
|
||||||
separator: "."
|
separator: "."
|
||||||
Loading…
x
Reference in New Issue
Block a user