diff --git a/xcb-util.spec b/xcb-util.spec index 7854228..4974442 100644 --- a/xcb-util.spec +++ b/xcb-util.spec @@ -1,6 +1,6 @@ Name: xcb-util Version: 0.4.0 -Release: 14%{?dist} +Release: 15%{?dist} Summary: Convenience libraries sitting on top of libxcb License: MIT URL: http://xcb.freedesktop.org @@ -32,7 +32,7 @@ Development files for xcb-util. %build %configure --with-pic --disable-static --disable-silent-rules -make %{?_smp_mflags} +%make_build %check @@ -40,7 +40,7 @@ make check %install -make install DESTDIR=%{buildroot} INSTALL="install -p" +%make_install rm %{buildroot}%{_libdir}/*.la @@ -68,6 +68,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