From 3240c7a5c6d13e6cbce3a88fa9f8f4b38bd84bfb Mon Sep 17 00:00:00 2001 From: Tom Stellard Date: Tue, 14 Jul 2020 14:53:00 +0000 Subject: [PATCH] Use make macros https://fedoraproject.org/wiki/Changes/UseMakeBuildInstallMacro --- xcb-util-wm.spec | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/xcb-util-wm.spec b/xcb-util-wm.spec index 0e01aa1..0d0400b 100644 --- a/xcb-util-wm.spec +++ b/xcb-util-wm.spec @@ -1,6 +1,6 @@ Name: xcb-util-wm Version: 0.4.1 -Release: 17%{?dist} +Release: 18%{?dist} Summary: Client and window-manager helper library on top of libxcb License: MIT URL: http://xcb.freedesktop.org @@ -30,7 +30,7 @@ Development files for xcb-util-wm. %build %configure --with-pic --disable-static --disable-silent-rules -make %{?_smp_mflags} +%make_build %check @@ -38,7 +38,7 @@ make check %install -make install DESTDIR=%{buildroot} INSTALL="install -p" +%make_install rm %{buildroot}%{_libdir}/*.la @@ -66,6 +66,10 @@ rm %{buildroot}%{_libdir}/*.la %changelog +* Tue Jul 14 2020 Tom Stellard - 0.4.1-18 +- Use make macros +- https://fedoraproject.org/wiki/Changes/UseMakeBuildInstallMacro + * Fri Jan 31 2020 Fedora Release Engineering - 0.4.1-17 - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild