Remove obsolete scriptlets
References: https://fedoraproject.org/wiki/Changes/RemoveObsoleteScriptlets Signed-off-by: Igor Gnatenko <ignatenkobrain@fedoraproject.org>
This commit is contained in:
parent
f738ceb73a
commit
7967d30ece
1 changed files with 0 additions and 10 deletions
10
8sync.spec
10
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
|
||||
|
|
|
|||
Reference in a new issue