2018-02-20 11:57:18 +00:00
|
|
|
Name: chrpath
|
|
|
|
Version: 0.16
|
2020-12-14 17:09:24 +00:00
|
|
|
Release: 14%{?dist}
|
2018-02-20 11:57:18 +00:00
|
|
|
Summary: Modify rpath of compiled programs
|
|
|
|
|
|
|
|
License: GPL+
|
|
|
|
URL: https://chrpath.alioth.debian.org/
|
|
|
|
Source0: https://alioth.debian.org/frs/download.php/file/3979/%{name}-%{version}.tar.gz
|
|
|
|
|
|
|
|
BuildRequires: gcc
|
2020-12-17 03:32:11 +00:00
|
|
|
BuildRequires: make
|
2006-07-20 11:35:33 +00:00
|
|
|
|
2013-04-08 08:39:00 +00:00
|
|
|
|
2006-07-20 11:35:33 +00:00
|
|
|
%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
|
2020-12-14 17:09:24 +00:00
|
|
|
%autosetup -p1
|
2006-07-20 11:35:33 +00:00
|
|
|
|
|
|
|
%build
|
|
|
|
%configure
|
2018-02-20 11:57:18 +00:00
|
|
|
%make_build
|
2015-02-25 20:33:23 +00:00
|
|
|
|
2020-12-14 17:09:24 +00:00
|
|
|
%check
|
|
|
|
make check
|
2006-07-20 11:35:33 +00:00
|
|
|
|
|
|
|
%install
|
2015-02-25 20:34:13 +00:00
|
|
|
make install DESTDIR=%{buildroot} INSTALL="install -p"
|
2006-07-20 11:35:33 +00:00
|
|
|
rm -fr %{buildroot}/usr/doc
|
|
|
|
|
|
|
|
|
|
|
|
%files
|
2015-02-25 20:30:09 +00:00
|
|
|
%doc AUTHORS README NEWS ChangeLog*
|
|
|
|
%license COPYING
|
2006-07-20 11:35:33 +00:00
|
|
|
%{_bindir}/chrpath
|
|
|
|
%{_mandir}/man1/chrpath.1*
|
|
|
|
|
2015-02-25 20:33:23 +00:00
|
|
|
|
|
|
|
|
2006-07-20 11:35:33 +00:00
|
|
|
%changelog
|
2020-12-14 17:09:24 +00:00
|
|
|
* Mon Dec 14 2020 Jeff Law <law@redhat.com> - 0.16-14
|
|
|
|
- Use autosetup and enable testsuite
|
|
|
|
|
2020-07-27 13:57:43 +00:00
|
|
|
* Mon Jul 27 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.16-13
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
|
|
|
|
2020-01-28 14:01:15 +00:00
|
|
|
* Tue Jan 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.16-12
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
|
|
|
|
2019-07-24 20:14:50 +00:00
|
|
|
* Wed Jul 24 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.16-11
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
|
|
|
|
|
2019-01-31 15:34:55 +00:00
|
|
|
* Thu Jan 31 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.16-10
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
|
|
|
|
2018-07-12 21:46:46 +00:00
|
|
|
* Thu Jul 12 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.16-9
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
|
|
|
|
2018-02-20 11:57:18 +00:00
|
|
|
* Tue Feb 20 2018 David King <amigadave@amigadave.com> - 0.16-8
|
|
|
|
- Add BuildRequires on gcc
|
|
|
|
- Remove Group tag, reorder other tags
|
|
|
|
|
2018-02-07 04:55:17 +00:00
|
|
|
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.16-7
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
|
|
|
|
2017-08-02 18:47:37 +00:00
|
|
|
* Wed Aug 02 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.16-6
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
|
|
|
|
|
2017-07-26 04:49:02 +00:00
|
|
|
* Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.16-5
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
|
|
|
|
|
2017-02-10 07:29:34 +00:00
|
|
|
* Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.16-4
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
|
|
|
|
|
2016-02-03 17:39:33 +00:00
|
|
|
* Wed Feb 03 2016 Fedora Release Engineering <releng@fedoraproject.org> - 0.16-3
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
|
|
|
|
|
2015-06-17 02:38:48 +00:00
|
|
|
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.16-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
|
|
|
|
|
2015-02-25 20:12:01 +00:00
|
|
|
* Wed Feb 25 2015 David King <amigadave@amigadave.com> - 0.16-1
|
|
|
|
- Update to 0.16 (#1144863)
|
2015-02-25 20:16:40 +00:00
|
|
|
- Remove clean section and BuildRoot tag
|
2015-02-25 20:29:16 +00:00
|
|
|
- Update URL and Sourc0
|
2015-02-25 20:30:09 +00:00
|
|
|
- Use license macro for COPYING
|
2015-02-25 20:33:23 +00:00
|
|
|
- Use parallel make flags
|
2015-02-25 20:34:13 +00:00
|
|
|
- Preserve timestamps during install
|
2015-02-25 20:12:01 +00:00
|
|
|
|
2014-08-16 00:11:07 +00:00
|
|
|
* Sat Aug 16 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.13-15
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
|
|
|
|
|
2014-06-07 04:43:09 +00:00
|
|
|
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.13-14
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
|
|
|
|
|
2013-08-03 04:54:27 +00:00
|
|
|
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.13-13
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
|
|
|
|
|
2013-04-08 11:02:29 +00:00
|
|
|
* Mon Apr 8 2013 Petr Machata <pmachata@redhat.com> - 0.13-12
|
2013-04-08 08:39:00 +00:00
|
|
|
- Add missing help for -k|--keepgoing option
|
|
|
|
(chrpath-0.13-help.patch)
|
|
|
|
|
2013-04-04 16:01:18 +00:00
|
|
|
* Thu Apr 4 2013 Petr Machata <pmachata@redhat.com> - 0.13-11
|
2012-10-22 10:15:07 +00:00
|
|
|
- Add missing last entry in long options array
|
2013-04-04 16:01:18 +00:00
|
|
|
(chrpath-0.13-getopt_long.patch)
|
|
|
|
- Update config.sub and config.guess to support aarch64
|
|
|
|
(chrpath-0.13-aarch64.patch)
|
2012-10-22 10:15:07 +00:00
|
|
|
|
2013-02-13 18:30:11 +00:00
|
|
|
* Wed Feb 13 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.13-10
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
|
|
|
|
|
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.
|
|
|
|
|