12 Star 0 Fork 6

src-openEuler/chrpath

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
chrpath.spec 1.51 KB
一键复制 编辑 原始数据 按行查看 历史
Name: chrpath
Version: 0.18
Release: 2
Summary: Modify the dynamic library load path (rpath) of compiled programs
License: GPL-2.0-or-later
URL: https://codeberg.org/pere/chrpath
Source0: https://codeberg.org/pere/chrpath/archive/release-%{version}.tar.gz
# https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=820335
Patch6001: chrpath-fix-mips-segfault.patch
BuildRequires: gcc make
BuildRequires: autoconf automake libtool
%description
Chrpath allows you to modify the dynamic library load path (rpath) of
compiled programs. Currently, only removing and modifying the rpath
is supported.
%package_help
%prep
%autosetup -n %{name} -p1
%build
./bootstrap
%configure
%make_build
%install
%make_install
rm -rf %{buildroot}/usr/doc
%check
%make_build check
%files
%license COPYING
%doc README NEWS AUTHORS ChangeLog
%{_bindir}/chrpath
%files help
%{_mandir}/man1/chrpath.1*
%changelog
* Mon Nov 04 2024 Funda Wang <fundawang@yeah.net> - 0.18-2
- Handle DT_MIPS_RLD_MAP_REL on MIPS (debian bug#820335)
* Sun Nov 03 2024 Funda Wang <fundawang@yeah.net> - 0.18-1
- Change to latest native branch comes with debian
* Tue Oct 25 2022 yanglongkang <yanglongkang@h-partners.com> - 0.16-13
- rebuild for next release
* Thu Dec 10 2020 wangchen <wangchen137@huawei.com> - 0.16-12
- Correct URL and Source0
* Mon Feb 17 2020 openEuler Buildteam <buildteam@openeuler.org> - 0.16-11
- Enable test cases
* Thu Sep 19 2019 openEuler Buildteam <buildteam@openeuler.org> - 0.16-10
- Package init
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/src-openeuler/chrpath.git
git@gitee.com:src-openeuler/chrpath.git
src-openeuler
chrpath
chrpath
master

搜索帮助