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