From 2d6e9ab0db87e46a5d41838678f41b5b2b860519 Mon Sep 17 00:00:00 2001 From: José Matos Date: Mar 21 2020 22:23:24 +0000 Subject: update to 18.10.2 --- diff --git a/emacs-common-ess.spec b/emacs-common-ess.spec index e227dbc..6374871 100644 --- a/emacs-common-ess.spec +++ b/emacs-common-ess.spec @@ -71,13 +71,7 @@ This package contains the documentation of %{pkgname}. ( cd doc && chmod u+w html info ) # fix perms to ensure builddir can be deleted %build -## first build GNU Emacs -for D in lisp etc doc -do - cd $D - make - cd - -done +make # create an init file that is loaded when a user starts up emacs to # tell emacs to autoload our package's Emacs code when needed @@ -107,8 +101,8 @@ INFODIR=${RPM_BUILD_ROOT}%{_infodir} LISPDIR=$PKGLISP \ INFODIR=$INFODIR \ DOCDIR=${RPM_BUILD_ROOT}%{_docdir}/emacs-%{pkg}-doc \ - ETCDIR=$ETCDIR \ - ETCFILES="backbug? *.S ess-julia.jl ess-sas-sh-command config.guess" + ETCDIR=$ETCDIR + %{__rm} -f $INFODIR/dir # don't package but instead update in pre and post %{__mv} $PKGLISP/ChangeLog ChangeLog.lisp