From 78be25e3bd34813256819d10bb3cd79ca0cd7449 Mon Sep 17 00:00:00 2001 From: David King Date: Tue, 18 Aug 2020 13:26:18 +0100 Subject: [PATCH] Use make_build macro https://fedoraproject.org/wiki/Changes/UseMakeBuildInstallMacro --- yelp-xsl.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/yelp-xsl.spec b/yelp-xsl.spec index 04d5e56..c5675c5 100644 --- a/yelp-xsl.spec +++ b/yelp-xsl.spec @@ -1,6 +1,6 @@ Name: yelp-xsl Version: 3.37.90 -Release: 1%{?dist} +Release: 2%{?dist} Summary: XSL stylesheets for the yelp help browser License: LGPLv2+ and GPLv2+ @@ -35,7 +35,7 @@ XSL stylesheets in yelp-xsl. %build %configure --enable-doc -make %{?_smp_mflags} +%make_build %install @@ -53,6 +53,9 @@ make %{?_smp_mflags} %changelog +* Tue Aug 18 2020 David King - 3.37.90-2 +- Use make_build macro + * Mon Aug 17 2020 Kalev Lember - 3.37.90-1 - Update to 3.37.90