Use autosetup and enable testsuite
This commit is contained in:
parent
28d92910e5
commit
d6e71149bd
10
chrpath.spec
10
chrpath.spec
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user