代码拉取完成,页面将自动刷新
同步操作将从 src-openEuler/patchelf 强制同步,此操作会覆盖自 Fork 仓库以来所做的任何修改,且无法恢复!!!
确定后同步将在后台操作,完成时将刷新页面,请耐心等待。
Name: patchelf
Version: 0.13
Release: 1
Summary: A utility for patching ELF binaries
License: GPL-3.0
URL: http://nixos.org/patchelf.html
Source0: https://github.com/NixOS/%{name}/archive/%{version}/%{name}-%{version}.tar.gz
BuildRequires: gcc gcc-c++ make autoconf automake coreutils libacl-devel libattr-devel
%description
PatchELF is a simple utility for modifying an existing ELF executable
or library. It can change the dynamic loader ("ELF interpreter")
of an executable and change the RPATH of an executable or library.
%prep
%autosetup
# package ships elf.h - delete to use glibc-headers one
%{__rm} -f src/elf.h
%build
bash ./bootstrap.sh
%configure
%make_build
%check
make check
%install
%make_install
rm -rf %{buildroot}/usr/share/doc/%{name}
%files
%license COPYING
%doc README.md
%{_bindir}/patchelf
%{_mandir}/man1/patchelf.1*
%changelog
* Tue Nov 23 2021 konglidong <[email protected]> - 0.13-1
- package init
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。