From 6f6403f2f1ca9b86b6b5c33886b4fb0e840074fe Mon Sep 17 00:00:00 2001 From: Tom Stellard Date: Tue, 14 Jul 2020 14:50:56 +0000 Subject: [PATCH] Use make macros https://fedoraproject.org/wiki/Changes/UseMakeBuildInstallMacro --- xcb-util-image.spec | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/xcb-util-image.spec b/xcb-util-image.spec index 406b098..a5bbfa5 100644 --- a/xcb-util-image.spec +++ b/xcb-util-image.spec @@ -1,6 +1,6 @@ Name: xcb-util-image Version: 0.4.0 -Release: 14%{?dist} +Release: 15%{?dist} Summary: Port of Xlib's XImage and XShmImage functions on top of libxcb License: MIT URL: http://xcb.freedesktop.org @@ -29,7 +29,7 @@ Development files for xcb-util-image. %build %configure --with-pic --disable-static --disable-silent-rules -make %{?_smp_mflags} +%make_build %check @@ -37,7 +37,7 @@ make check %install -make install DESTDIR=%{buildroot} INSTALL="install -p" +%make_install rm %{buildroot}%{_libdir}/*.la @@ -65,6 +65,10 @@ rm %{buildroot}%{_libdir}/*.la %changelog +* Tue Jul 14 2020 Tom Stellard - 0.4.0-15 +- Use make macros +- https://fedoraproject.org/wiki/Changes/UseMakeBuildInstallMacro + * Fri Jan 31 2020 Fedora Release Engineering - 0.4.0-14 - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild