From f7cebbc331779957dc975957adb3a4c0ff302933 Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: Sat, 3 Feb 2018 12:43:10 +0100 Subject: [PATCH] Switch to %ldconfig_scriptlets Signed-off-by: Igor Gnatenko --- libev.spec | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/libev.spec b/libev.spec index 95ad0dd..a7cc17d 100644 --- a/libev.spec +++ b/libev.spec @@ -4,7 +4,7 @@ Name: libev Summary: High-performance event loop/event model with lots of features Version: 4.24 -Release: 4%{?dist} +Release: 5%{?dist} License: BSD or GPLv2+ URL: http://software.schmorp.de/pkg/libev.html Source0: http://dist.schmorp.de/libev/Attic/%{name}-%{version}.tar.gz @@ -73,8 +73,7 @@ mkdir -p %{inst_srcdir} find . -type f | grep -E '.*\.(c|h|am|ac|inc|m4|h.in|man.pre|pl|txt)$' | xargs tar cf - | (cd %{inst_srcdir} && tar xf -) install -p -m 0644 Changes ev.pod LICENSE README %{inst_srcdir} -%post -p /sbin/ldconfig -%postun -p /sbin/ldconfig +%ldconfig_scriptlets %files %license LICENSE @@ -94,6 +93,9 @@ install -p -m 0644 Changes ev.pod LICENSE README %{inst_srcdir} %{source_dir} %changelog +* Sat Feb 03 2018 Igor Gnatenko - 4.24-5 +- Switch to %%ldconfig_scriptlets + * Thu Aug 03 2017 Fedora Release Engineering - 4.24-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild