From e2668f6c31009eeb6f2e31ed4eaccd1642d39a3d Mon Sep 17 00:00:00 2001 From: Peter Robinson Date: Nov 30 2016 02:40:15 +0000 Subject: Run ldconfig for libabiword --- diff --git a/abiword.spec b/abiword.spec index e13352a..9cbc7f9 100644 --- a/abiword.spec +++ b/abiword.spec @@ -6,7 +6,7 @@ Summary: Word processing program Name: abiword Version: %{majorversion}.%{minorversion}.%{microversion} -Release: 1%{?dist} +Release: 2%{?dist} Epoch: 1 Group: Applications/Editors License: GPLv2+ @@ -208,6 +208,10 @@ fi /usr/bin/gtk-update-icon-cache %{_datadir}/icons/hicolor &> /dev/null || : /usr/bin/update-mime-database %{?fedora:-n} %{_datadir}/mime &> /dev/null || : +%post -n libabiword -p /sbin/ldconfig + +%postun -n libabiword -p /sbin/ldconfig + %files %{_bindir}/abiword %{_datadir}/appdata/*.appdata.xml @@ -242,6 +246,9 @@ fi %{python_sitearch}/* %changelog +* Tue Nov 29 2016 Peter Robinson 1:3.0.2-2 +- Run ldconfig for libabiword + * Tue Nov 29 2016 Peter Robinson 1:3.0.2-1 - Update to 3.0.2 stable