e8f5460
Summary: Modify rpath of compiled programs
e8f5460
Name: chrpath
e8f5460
Version: 0.13
ce6d46d
Release: 1.1%{?dist}
e8f5460
License: GPL
e8f5460
Group: Development/Tools
e8f5460
URL: ftp://ftp.hungry.com/pub/hungry/chrpath/
e8f5460
Source0: ftp://ftp.hungry.com/pub/hungry/chrpath/%{name}-%{version}.tar.gz
e8f5460
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
e8f5460
e8f5460
%description
e8f5460
chrpath allows you to modify the dynamic library load path (rpath) of
e8f5460
compiled programs.  Currently, only removing and modifying the rpath
e8f5460
is supported.
e8f5460
e8f5460
%prep
e8f5460
%setup -q
e8f5460
e8f5460
%build
e8f5460
%configure
e8f5460
make
e8f5460
e8f5460
%install
e8f5460
rm -rf %{buildroot}
e8f5460
make install DESTDIR=%{buildroot}
e8f5460
rm -fr %{buildroot}/usr/doc
e8f5460
e8f5460
%clean
e8f5460
rm -rf %{buildroot}
e8f5460
e8f5460
e8f5460
%files
e8f5460
%defattr(-,root,root,-)
e8f5460
%doc AUTHORS COPYING README NEWS ChangeLog*
e8f5460
%{_bindir}/chrpath
e8f5460
%{_mandir}/man1/chrpath.1*
e8f5460
e8f5460
%changelog
e8f5460
* Sun Mar 12 2006 Axel Thimm <Axel.Thimm@ATrpms.net> - 0.13-1
e8f5460
- Initial build.
e8f5460