2006-07-20 11:35:33 +00:00
|
|
|
Summary: Modify rpath of compiled programs
|
|
|
|
Name: chrpath
|
|
|
|
Version: 0.13
|
2008-02-18 19:30:58 +00:00
|
|
|
Release: 3%{?dist}
|
2007-09-08 19:29:49 +00:00
|
|
|
License: GPL+
|
2006-07-20 11:35:33 +00:00
|
|
|
Group: Development/Tools
|
|
|
|
URL: ftp://ftp.hungry.com/pub/hungry/chrpath/
|
|
|
|
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
|
|
|
|
|
|
|
|
%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
|
2008-02-18 19:30:58 +00:00
|
|
|
* Mon Feb 18 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 0.13-3
|
|
|
|
- Autorebuild for GCC 4.3
|
|
|
|
|
2007-09-08 19:29:49 +00:00
|
|
|
* Sat Sep 8 2007 Ville Skyttä <ville.skytta at iki.fi> - 0.13-2
|
|
|
|
- License: GPL+
|
|
|
|
|
2006-07-20 11:35:33 +00:00
|
|
|
* Sun Mar 12 2006 Axel Thimm <Axel.Thimm@ATrpms.net> - 0.13-1
|
|
|
|
- Initial build.
|
|
|
|
|