From 7967d30ece026eb16c56f3bf4f0fed0c79a11cd0 Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: Jan 27 2019 14:23:21 +0000 Subject: Remove obsolete scriptlets References: https://fedoraproject.org/wiki/Changes/RemoveObsoleteScriptlets Signed-off-by: Igor Gnatenko --- diff --git a/8sync.spec b/8sync.spec index d913ee8..320703e 100644 --- a/8sync.spec +++ b/8sync.spec @@ -11,9 +11,6 @@ License: LGPLv3+ BuildRequires: guile22-devel BuildRequires: texinfo -Requires(post): info -Requires(preun): info - %description 8sync (pronounced "eight-sync") is an asynchronous programming library for GNU Guile. Based on the actor model, it makes use of delimited continuations to @@ -41,15 +38,8 @@ avoid a mess of callbacks resulting in clean, easy to read non-blocking code. rm -rf $RPM_BUILD_ROOT%{_datadir}/info/dir -%post -/sbin/install-info %{_infodir}/8sync.info %{_infodir}/dir || : - %postun /sbin/ldconfig -if [ $1 = 0 ] ; then - /sbin/install-info –delete %{_infodir}/8sync.info %{_infodir}/dir || : -fi - %files %doc NEWS README