From b2f07e42537df920f0232163df5185f49111484e Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: Sat, 3 Feb 2018 17:42:37 +0100 Subject: [PATCH] Switch to %ldconfig_scriptlets Signed-off-by: Igor Gnatenko --- wavpack.spec | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/wavpack.spec b/wavpack.spec index 87f14db..02c7f8f 100644 --- a/wavpack.spec +++ b/wavpack.spec @@ -1,7 +1,7 @@ Name: wavpack Summary: A completely open audiocodec Version: 5.1.0 -Release: 4%{?dist} +Release: 5%{?dist} License: BSD Group: Applications/Multimedia Url: http://www.wavpack.com/ @@ -48,9 +48,7 @@ make %{?_smp_mflags} make DESTDIR=%{buildroot} install rm -f %{buildroot}/%{_libdir}/*.la -%post -p /sbin/ldconfig - -%postun -p /sbin/ldconfig +%ldconfig_scriptlets %files %{_bindir}/* @@ -68,6 +66,9 @@ rm -f %{buildroot}/%{_libdir}/*.la %doc ChangeLog README %changelog +* Sat Feb 03 2018 Igor Gnatenko - 5.1.0-5 +- Switch to %%ldconfig_scriptlets + * Thu Aug 03 2017 Fedora Release Engineering - 5.1.0-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild