From f12fa3e56196cadce81c48d63d578a3a643188f7 Mon Sep 17 00:00:00 2001 From: yanzh_h Date: Tue, 17 Mar 2020 17:16:59 +0800 Subject: [PATCH] fix compile error --- emacs-auctex.spec | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/emacs-auctex.spec b/emacs-auctex.spec index 168d637..f118083 100644 --- a/emacs-auctex.spec +++ b/emacs-auctex.spec @@ -1,6 +1,6 @@ Name: emacs-auctex Version: 12.1 -Release: 7 +Release: 8 Summary: AUC TeX: An Emacs Extension License: GPLv3+ and GFDL URL: http://www.gnu.org/software/auctex/ @@ -45,7 +45,8 @@ Help document file of the emacs-auctex package. %autosetup -n auctex-%{version} -p1 %build -%configure --with-emacs --with-texmf-dir=%{_datadir}/texlive/texmf-dist +%configure --with-emacs --with-texmf-dir=%{_datadir}/texlive/texmf-dist \ + --with-lispdir=%{_datadir}/emacs/site-lisp %make_build @@ -57,6 +58,8 @@ cd - install -d %{buildroot}%{_emacs_sitestartdir} %make_install +install -d %{buildroot}%{_emacs_sitestartdir}/auctex +install -d %{buildroot}%{_emacs_sitestartdir}/auctex/style touch %{buildroot}%{_emacs_sitelispdir}/auctex/{.nosearch,style/.nosearch} @@ -93,5 +96,8 @@ fi %doc doc/html %changelog +* Tue Mar 17 2020 yanzhihua - 12.1-8 +- Fix compile error + * Mon Dec 02 2019 dingyiming - 12.1-7 - Package init