chrpath/chrpath.spec

59 lines
1.4 KiB
RPMSpec
Raw Permalink Normal View History

2019-09-30 10:35:12 -04:00
Name: chrpath
Version: 0.16
Release: 14
2019-09-30 10:35:12 -04:00
Summary: Modify the dynamic library load path (rpath) of compiled programs
License: GPL+
2020-12-10 10:04:31 +08:00
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
2019-09-30 10:35:12 -04:00
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
2020-02-17 17:11:02 +08:00
%check
make check
2019-09-30 10:35:12 -04:00
%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
2020-12-10 10:04:31 +08:00
* Thu Dec 10 2020 wangchen <wangchen137@huawei.com> - 0.16-12
- Correct URL and Source0
2020-02-17 17:11:02 +08:00
* Mon Feb 17 2020 openEuler Buildteam <buildteam@openeuler.org> - 0.16-11
- Enable test cases
2019-09-30 10:35:12 -04:00
* Thu Sep 19 2019 openEuler Buildteam <buildteam@openeuler.org> - 0.16-10
- Package init