From 75fc87db31709287ca09a27e5fb7ce3b563c1bff Mon Sep 17 00:00:00 2001 From: Thomas Moschny Date: Sat, 30 Jun 2018 00:31:34 +0200 Subject: [PATCH] Use ldconfig scriptlet macros. --- xcb-util-image.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/xcb-util-image.spec b/xcb-util-image.spec index 2bda2f3..0a1d71e 100644 --- a/xcb-util-image.spec +++ b/xcb-util-image.spec @@ -1,6 +1,6 @@ Name: xcb-util-image Version: 0.4.0 -Release: 9%{?dist} +Release: 10%{?dist} Summary: Port of Xlib's XImage and XShmImage functions on top of libxcb Group: System Environment/Libraries License: MIT @@ -42,10 +42,10 @@ make install DESTDIR=%{buildroot} INSTALL="install -p" rm %{buildroot}%{_libdir}/*.la -%post -p /sbin/ldconfig +%ldconfig_post -%postun -p /sbin/ldconfig +%ldconfig_postun %files @@ -66,6 +66,9 @@ rm %{buildroot}%{_libdir}/*.la %changelog +* Fri Jun 29 2018 Thomas Moschny - 0.4.0-10 +- Use ldconfig scriptlet macros. + * Fri Feb 09 2018 Fedora Release Engineering - 0.4.0-9 - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild