chrpath/chrpath.spec
Funda Wang aedf7568d5 Handle DT_MIPS_RLD_MAP_REL on MIPS (debian bug#820335)
(cherry picked from commit 48fee88e9e2bb13ae38bb4274fe91c31d5c9fc3c)
2024-11-05 14:44:27 +08:00

59 lines
1.4 KiB
RPMSpec

Name: chrpath
Version: 0.16
Release: 14
Summary: Modify the dynamic library load path (rpath) of compiled programs
License: GPL+
URL: https://github.com/openEuler-BaseService/chrpath
Source0: https://alioth-archive.debian.org/releases/%{name}/%{name}/%{version}/%{name}-%{version}.tar.gz
# https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=820335
Patch0: chrpath-fix-mips-segfault.patch
BuildRequires: gcc
%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}-%{version} -p1
%build
%configure
%make_build
%install
%make_install
rm -rf %{buildroot}/usr/doc
%check
make check
%files
%defattr(-,root,root)
%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.16-14
- Handle DT_MIPS_RLD_MAP_REL on MIPS (debian bug#820335)
* 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