Name: chrpath Version: 0.16 Release: 11 Summary: Modify the dynamic library load path (rpath) of compiled programs License: GPL+ URL: https://chrpath.alioth.debian.org/ Source0: https://alioth.debian.org/frs/download.php/file/3979/%{name}-%{version}.tar.gz 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 Feb 17 2020 openEuler Buildteam - 0.16-11 - Enable test cases * Thu Sep 19 2019 openEuler Buildteam - 0.16-10 - Package init