AucTeX for TeXLive 2024
OBS-URL: https://build.opensuse.org/package/show/editors/emacs-auctex?expand=0&rev=58
This commit is contained in:
parent
a1f58cba79
commit
6ae1968730
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:f404dbbe5da98006017234d5bc663f18ec71b581e47d5672eb7bce71c1b3d760
|
|
||||||
size 2452832
|
|
3
auctex-13.3-auto-TL-2024.tar.xz
Normal file
3
auctex-13.3-auto-TL-2024.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:964af1e5646b36f7cee4e26f6159fb966cc5b7b83adc7912bc76d89cf8b44780
|
||||||
|
size 4568632
|
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Mar 26 12:28:14 UTC 2024 - Dr. Werner Fink <werner@suse.de>
|
||||||
|
|
||||||
|
- Generate auctex-13.3-auto-TL-2024.tar.xz for TeXLive 2024
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Feb 9 13:28:42 UTC 2024 - Dr. Werner Fink <werner@suse.de>
|
Fri Feb 9 13:28:42 UTC 2024 - Dr. Werner Fink <werner@suse.de>
|
||||||
|
|
||||||
|
@ -17,9 +17,9 @@
|
|||||||
|
|
||||||
|
|
||||||
%bcond_with tex4auto
|
%bcond_with tex4auto
|
||||||
%define tlversion 2023
|
%define tlversion 2024
|
||||||
%if %{undefined ext_el}
|
%if %{undefined ext_el}
|
||||||
%define ext_el .gz
|
%define ext_el .gz
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
Name: emacs-auctex
|
Name: emacs-auctex
|
||||||
@ -36,7 +36,7 @@ BuildRequires: makeinfo
|
|||||||
BuildRequires: texinfo
|
BuildRequires: texinfo
|
||||||
%if %{with tex4auto}
|
%if %{with tex4auto}
|
||||||
BuildRequires: ghostscript_any
|
BuildRequires: ghostscript_any
|
||||||
BuildRequires: texlive
|
BuildRequires: texlive >= %tlversion
|
||||||
BuildRequires: texlive-collection-latexextra
|
BuildRequires: texlive-collection-latexextra
|
||||||
BuildRequires: texlive-latex
|
BuildRequires: texlive-latex
|
||||||
BuildRequires: texlive-tex
|
BuildRequires: texlive-tex
|
||||||
@ -112,10 +112,10 @@ you cannot use this package for XEmacs.
|
|||||||
%if %{with tex4auto}
|
%if %{with tex4auto}
|
||||||
pwd
|
pwd
|
||||||
echo "Run the command TeX-auto-generate-global in mini buffer"
|
echo "Run the command TeX-auto-generate-global in mini buffer"
|
||||||
emacs-gtk -Q -L %{buildroot}%{_sitedir}/auctex \
|
emacs-gtk -batch -Q -L %{buildroot}%{_sitedir}/auctex \
|
||||||
--eval '(setq TeX-lisp-directory "%{buildroot}%{_aucdir}")' \
|
--eval '(setq TeX-lisp-directory "%{buildroot}%{_aucdir}")' \
|
||||||
--eval '(setq TeX-auto-global "%{buildroot}%{_aucdir}/auto")' \
|
--eval '(setq TeX-auto-global "%{buildroot}%{_aucdir}/auto")' \
|
||||||
-l %{buildroot}%{_sitedir}/tex-site.el
|
-l %{buildroot}%{_sitedir}/tex-site.el -f TeX-auto-generate-global
|
||||||
exit 1
|
exit 1
|
||||||
%else
|
%else
|
||||||
TLVERSION=$(rpm -q --qf '%%{VERSION}' -f /etc/texmf)
|
TLVERSION=$(rpm -q --qf '%%{VERSION}' -f /etc/texmf)
|
||||||
|
Loading…
Reference in New Issue
Block a user