Blame SPECS/chrpath.spec

b8c700
Summary: Modify rpath of compiled programs
b8c700
Name: chrpath
b8c700
Version: 0.13
b8c700
Release: 12%{?dist}
b8c700
License: GPL+
b8c700
Group: Development/Tools
b8c700
URL: ftp://ftp.hungry.com/pub/hungry/chrpath/
b8c700
Source0: ftp://ftp.hungry.com/pub/hungry/chrpath/%{name}-%{version}.tar.gz
b8c700
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
b8c700
b8c700
Patch0: chrpath-0.13-NULL-entry.patch
b8c700
b8c700
# https://bugzilla.redhat.com/show_bug.cgi?id=868611
b8c700
Patch1: chrpath-0.13-getopt_long.patch
b8c700
b8c700
# https://bugzilla.redhat.com/show_bug.cgi?id=925224
b8c700
Patch2: chrpath-0.13-aarch64.patch
b8c700
b8c700
# https://bugzilla.redhat.com/show_bug.cgi?id=948858
b8c700
Patch3: chrpath-0.13-help.patch
b8c700
b8c700
%description
b8c700
chrpath allows you to modify the dynamic library load path (rpath) of
b8c700
compiled programs.  Currently, only removing and modifying the rpath
b8c700
is supported.
b8c700
b8c700
%prep
b8c700
%setup -q
b8c700
%patch0 -p1 -b .NULL
b8c700
%patch1 -p1 -b .getopt_long
b8c700
%patch2 -p1 -b .aarch64
b8c700
%patch3 -p1 -b .help
b8c700
b8c700
%build
b8c700
%configure
b8c700
make
b8c700
b8c700
%install
b8c700
rm -rf %{buildroot}
b8c700
make install DESTDIR=%{buildroot}
b8c700
rm -fr %{buildroot}/usr/doc
b8c700
b8c700
%clean
b8c700
rm -rf %{buildroot}
b8c700
b8c700
b8c700
%files
b8c700
%defattr(-,root,root,-)
b8c700
%doc AUTHORS COPYING README NEWS ChangeLog*
b8c700
%{_bindir}/chrpath
b8c700
%{_mandir}/man1/chrpath.1*
b8c700
b8c700
%changelog
b8c700
* Mon Apr  8 2013 Petr Machata <pmachata@redhat.com> - 0.13-12
b8c700
- Add missing help for -k|--keepgoing option
b8c700
  (chrpath-0.13-help.patch)
b8c700
b8c700
* Thu Apr  4 2013 Petr Machata <pmachata@redhat.com> - 0.13-11
b8c700
- Add missing last entry in long options array
b8c700
  (chrpath-0.13-getopt_long.patch)
b8c700
- Update config.sub and config.guess to support aarch64
b8c700
  (chrpath-0.13-aarch64.patch)
b8c700
b8c700
* Wed Feb 13 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.13-10
b8c700
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
b8c700
b8c700
* Wed Jul 18 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.13-9
b8c700
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
b8c700
b8c700
* Thu Jan 12 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.13-8
b8c700
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
b8c700
b8c700
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.13-7
b8c700
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
b8c700
b8c700
* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.13-6
b8c700
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
b8c700
b8c700
* Thu Jul 23 2009 Axel Thimm <Axel.Thimm@ATrpms.net> - 0.13-5
b8c700
- Fix last entry in .dynamic (by Christian Krause <chkr@plauener.de>).
b8c700
b8c700
* Sat Sep  8 2007 Ville Skyttä <ville.skytta at iki.fi> - 0.13-2
b8c700
- License: GPL+
b8c700
b8c700
* Sun Mar 12 2006 Axel Thimm <Axel.Thimm@ATrpms.net> - 0.13-1
b8c700
- Initial build.
b8c700