Summary: Modify rpath of compiled programs Name: chrpath Version: 0.18 Release: 1%{?_dist_release} Group: programming Vendor: Project Vine Distribution: Vine Linux License: GPL+ URL: https://codeberg.org/pere/chrpath Source0: https://codeberg.org/pere/chrpath/archive/release-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root %description chrpath allows you to modify the dynamic library load path (rpath) of compiled programs. Currently, only removing and modifying the rpath is supported. %debug_package %prep %setup -q -n %{name} %build autoreconf -vif %configure %make_build %install rm -rf %{buildroot} make install DESTDIR=%{buildroot} rm -fr %{buildroot}/usr/doc %files %license COPYING %doc AUTHORS README NEWS ChangeLog* %{_bindir}/chrpath %{_mandir}/man1/chrpath.1* %changelog * Mon Jun 9 2025 Tomohiro "Tomo-p" KATO 0.18-1 - new upstrem release. * Sat Feb 20 2021 Tomohiro "Tomo-p" KATO 0.16-2 - rebuilt with current environment. * Sat May 14 2016 Yoji TOYODA 0.16-1 - update to 0.16 - remove Patch0 * Mon Dec 30 2013 Yoji TOYODA 0.13-2 - rebuild with VineSeed environment * Sat Sep 26 2009 Daisuke SUZUKI 0.13-1 - initial build for Vine Linux * Fri Jul 24 2009 Fedora Release Engineering - 0.13-6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild * Thu Jul 23 2009 Axel Thimm - 0.13-5 - Fix last entry in .dynamic (by Christian Krause ). * Sat Sep 8 2007 Ville Skyttä - 0.13-2 - License: GPL+ * Sun Mar 12 2006 Axel Thimm - 0.13-1 - Initial build.