commit ad2d41a179aa5ae04398108d7857c18185ad65a2 Author: overweight <5324761+overweight@user.noreply.gitee.com> Date: Mon Sep 30 10:35:12 2019 -0400 Package init diff --git a/chrpath-0.16.tar.gz b/chrpath-0.16.tar.gz new file mode 100644 index 0000000..06fcb58 Binary files /dev/null and b/chrpath-0.16.tar.gz differ diff --git a/chrpath.spec b/chrpath.spec new file mode 100644 index 0000000..99fa949 --- /dev/null +++ b/chrpath.spec @@ -0,0 +1,41 @@ +Name: chrpath +Version: 0.16 +Release: 10 +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 + +%files +%defattr(-,root,root) +%license COPYING +%doc README NEWS AUTHORS ChangeLog +%{_bindir}/chrpath + +%files help +%{_mandir}/man1/chrpath.1* + +%changelog +* Thu Sep 19 2019 openEuler Buildteam - 0.16-10 +- Package init +