Merged update from upstream sources

This is an automated DistroBaker update from upstream sources.
If you do not know what this is about or would like to opt out,
contact the OSCI team.

Source: https://src.fedoraproject.org/rpms/chrpath.git#d6e71149bdb0db560733972ba5dc71654002b2ce
This commit is contained in:
DistroBaker 2020-12-15 10:56:36 +00:00
parent b5ebb09788
commit bd4b9265f8

View File

@ -1,6 +1,6 @@
Name: chrpath
Version: 0.16
Release: 13%{?dist}
Release: 14%{?dist}
Summary: Modify rpath of compiled programs
License: GPL+
@ -16,13 +16,14 @@ compiled programs. Currently, only removing and modifying the rpath
is supported.
%prep
%setup -q
%autosetup -p1
%build
%configure
%make_build
%check
make check
%install
make install DESTDIR=%{buildroot} INSTALL="install -p"
@ -38,6 +39,9 @@ rm -fr %{buildroot}/usr/doc
%changelog
* Mon Dec 14 2020 Jeff Law <law@redhat.com> - 0.16-14
- Use autosetup and enable testsuite
* Mon Jul 27 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.16-13
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild