From d6e71149bdb0db560733972ba5dc71654002b2ce Mon Sep 17 00:00:00 2001 From: Jeff Law Date: Dec 14 2020 17:09:24 +0000 Subject: Use autosetup and enable testsuite --- diff --git a/chrpath.spec b/chrpath.spec index 2564dc4..8019968 100644 --- a/chrpath.spec +++ b/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 - 0.16-14 +- Use autosetup and enable testsuite + * Mon Jul 27 2020 Fedora Release Engineering - 0.16-13 - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild