3a6976
Summary: Modify rpath of compiled programs
3a6976
Name:    chrpath
3a6976
Version: 0.16
3a6976
Release: 7%{?dist}
3a6976
License: GPL+
3a6976
Group:   Development/Tools
3a6976
URL:     https://chrpath.alioth.debian.org/
3a6976
Source0: https://alioth.debian.org/frs/download.php/file/3979/%{name}-%{version}.tar.gz
3a6976
3a6976
3a6976
%description
3a6976
chrpath allows you to modify the dynamic library load path (rpath) of
3a6976
compiled programs.  Currently, only removing and modifying the rpath
3a6976
is supported.
3a6976
3a6976
%prep
3a6976
%setup -q
3a6976
3a6976
3a6976
%build
3a6976
%configure
3a6976
make %{?_smp_mflags}
3a6976
3a6976
3a6976
%install
3a6976
make install DESTDIR=%{buildroot} INSTALL="install -p"
3a6976
rm -fr %{buildroot}/usr/doc
3a6976
3a6976
3a6976
%files
3a6976
%doc AUTHORS README NEWS ChangeLog*
3a6976
%license COPYING
3a6976
%{_bindir}/chrpath
3a6976
%{_mandir}/man1/chrpath.1*
3a6976
3a6976
3a6976
3a6976
%changelog
3a6976
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.16-7
3a6976
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
3a6976
3a6976
* Wed Aug 02 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.16-6
3a6976
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
3a6976
3a6976
* Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.16-5
3a6976
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
3a6976
3a6976
* Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.16-4
3a6976
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
3a6976
3a6976
* Wed Feb 03 2016 Fedora Release Engineering <releng@fedoraproject.org> - 0.16-3
3a6976
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
3a6976
3a6976
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.16-2
3a6976
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
3a6976
3a6976
* Wed Feb 25 2015 David King <amigadave@amigadave.com> - 0.16-1
3a6976
- Update to 0.16 (#1144863)
3a6976
- Remove clean section and BuildRoot tag
3a6976
- Update URL and Sourc0
3a6976
- Use license macro for COPYING
3a6976
- Use parallel make flags
3a6976
- Preserve timestamps during install
3a6976
3a6976
* Sat Aug 16 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.13-15
3a6976
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
3a6976
3a6976
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.13-14
3a6976
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
3a6976
3a6976
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.13-13
3a6976
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
3a6976
3a6976
* Mon Apr  8 2013 Petr Machata <pmachata@redhat.com> - 0.13-12
3a6976
- Add missing help for -k|--keepgoing option
3a6976
  (chrpath-0.13-help.patch)
3a6976
3a6976
* Thu Apr  4 2013 Petr Machata <pmachata@redhat.com> - 0.13-11
3a6976
- Add missing last entry in long options array
3a6976
  (chrpath-0.13-getopt_long.patch)
3a6976
- Update config.sub and config.guess to support aarch64
3a6976
  (chrpath-0.13-aarch64.patch)
3a6976
3a6976
* Wed Feb 13 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.13-10
3a6976
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
3a6976
3a6976
* Wed Jul 18 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.13-9
3a6976
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
3a6976
3a6976
* Thu Jan 12 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.13-8
3a6976
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
3a6976
3a6976
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.13-7
3a6976
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
3a6976
3a6976
* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.13-6
3a6976
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
3a6976
3a6976
* Thu Jul 23 2009 Axel Thimm <Axel.Thimm@ATrpms.net> - 0.13-5
3a6976
- Fix last entry in .dynamic (by Christian Krause <chkr@plauener.de>).
3a6976
3a6976
* Sat Sep  8 2007 Ville Skyttä <ville.skytta at iki.fi> - 0.13-2
3a6976
- License: GPL+
3a6976
3a6976
* Sun Mar 12 2006 Axel Thimm <Axel.Thimm@ATrpms.net> - 0.13-1
3a6976
- Initial build.
3a6976