Summary: Modify rpath of compiled programs Name: chrpath Version: 0.13 Release: 11%{?dist} License: GPL+ Group: Development/Tools URL: ftp://ftp.hungry.com/pub/hungry/chrpath/ Patch0: chrpath-0.13-NULL-entry.patch Patch1: chrpath-0.13-getopt_long.patch Source0: ftp://ftp.hungry.com/pub/hungry/chrpath/%{name}-%{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. %prep %setup -q %patch0 -p1 -b .NULL %patch1 -p1 -b .getopt_long %build %configure make %install rm -rf %{buildroot} make install DESTDIR=%{buildroot} rm -fr %{buildroot}/usr/doc %clean rm -rf %{buildroot} %files %defattr(-,root,root,-) %doc AUTHORS COPYING README NEWS ChangeLog* %{_bindir}/chrpath %{_mandir}/man1/chrpath.1* %changelog * Mon Oct 22 2012 Petr Machata - 0.13-11 - Add missing last entry in long options array - Resolves: #868611 * Wed Feb 13 2013 Fedora Release Engineering - 0.13-10 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild * Wed Jul 18 2012 Fedora Release Engineering - 0.13-9 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild * Thu Jan 12 2012 Fedora Release Engineering - 0.13-8 - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild * Tue Feb 08 2011 Fedora Release Engineering - 0.13-7 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild * 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.