2006-07-20 11:35:33 +00:00
|
|
|
Summary: Modify rpath of compiled programs
|
|
|
|
Name: chrpath
|
|
|
|
Version: 0.13
|
2012-07-18 18:59:23 +00:00
|
|
|
Release: 9%{?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/
|
2009-07-23 15:27:24 +00:00
|
|
|
Patch0: chrpath-0.13-NULL-entry.patch
|
2006-07-20 11:35:33 +00:00
|
|
|
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
|
2009-07-23 15:27:24 +00:00
|
|
|
%patch0 -p1 -b .NULL
|
2006-07-20 11:35:33 +00:00
|
|
|
|
|
|
|
%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
|
2012-07-18 18:59:23 +00:00
|
|
|
* Wed Jul 18 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.13-9
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
|
|
|
|
|
2012-01-12 23:22:31 +00:00
|
|
|
* Thu Jan 12 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.13-8
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
|
|
|
|
|
2011-02-08 08:35:54 +00:00
|
|
|
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.13-7
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
|
|
|
|
|
2009-07-24 18:57:53 +00:00
|
|
|
* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.13-6
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
|
|
|
|
|
2009-07-23 15:27:24 +00:00
|
|
|
* Thu Jul 23 2009 Axel Thimm <Axel.Thimm@ATrpms.net> - 0.13-5
|
|
|
|
- Fix last entry in .dynamic (by Christian Krause <chkr@plauener.de>).
|
2009-02-24 07:32:16 +00:00
|
|
|
|
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.
|
|
|
|
|