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
|
Name: chrpath
|
||||||
Version: 0.16
|
Version: 0.16
|
||||||
Release: 13%{?dist}
|
Release: 14%{?dist}
|
||||||
Summary: Modify rpath of compiled programs
|
Summary: Modify rpath of compiled programs
|
||||||
|
|
||||||
License: GPL+
|
License: GPL+
|
||||||
@ -16,13 +16,14 @@ compiled programs. Currently, only removing and modifying the rpath
|
|||||||
is supported.
|
is supported.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%autosetup -p1
|
||||||
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%configure
|
%configure
|
||||||
%make_build
|
%make_build
|
||||||
|
|
||||||
|
%check
|
||||||
|
make check
|
||||||
|
|
||||||
%install
|
%install
|
||||||
make install DESTDIR=%{buildroot} INSTALL="install -p"
|
make install DESTDIR=%{buildroot} INSTALL="install -p"
|
||||||
@ -38,6 +39,9 @@ rm -fr %{buildroot}/usr/doc
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%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
|
* Mon Jul 27 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.16-13
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user