forked from pool/emacs-auctex
.
OBS-URL: https://build.opensuse.org/package/show/editors/emacs-auctex?expand=0&rev=15
This commit is contained in:
parent
6c288dc724
commit
4b7298fac4
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Jul 23 10:04:12 UTC 2012 - werner@suse.de
|
||||||
|
|
||||||
|
- Use texlive-texinfo for build and add also all LaTeX styles to
|
||||||
|
be scanned during AucTeX build.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sun Sep 18 17:17:12 UTC 2011 - jengelh@medozas.de
|
Sun Sep 18 17:17:12 UTC 2011 - jengelh@medozas.de
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package emacs-auctex
|
# spec file for package emacs-auctex
|
||||||
#
|
#
|
||||||
# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -16,17 +16,34 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
Name: emacs-auctex
|
Name: emacs-auctex
|
||||||
BuildRequires: emacs-x11 ghostscript_any giflib-devel libpng-devel libtiff-devel texlive texlive-latex xorg-x11 xorg-x11-devel
|
BuildRequires: emacs-x11
|
||||||
License: GPLv2+
|
BuildRequires: ghostscript_any
|
||||||
Group: Productivity/Editors/Emacs
|
BuildRequires: giflib-devel
|
||||||
|
BuildRequires: libpng-devel
|
||||||
|
BuildRequires: libtiff-devel
|
||||||
|
BuildRequires: texlive
|
||||||
|
BuildRequires: texlive-latex
|
||||||
|
BuildRequires: xorg-x11
|
||||||
|
BuildRequires: xorg-x11-devel
|
||||||
Obsoletes: ge_auc
|
Obsoletes: ge_auc
|
||||||
Provides: auc-tex auctex ge_auc
|
Provides: auc-tex
|
||||||
Requires: emacs texlive-tools texlive-latex
|
Provides: auctex
|
||||||
|
Provides: ge_auc
|
||||||
|
Requires: emacs
|
||||||
|
Requires: texlive-latex
|
||||||
|
Requires: texlive-tools
|
||||||
|
%if %suse_version > 1220
|
||||||
|
BuildRequires: makeinfo
|
||||||
|
BuildRequires: texlive-collection-latexextra
|
||||||
|
BuildRequires: texlive-tex
|
||||||
|
BuildRequires: texlive-texinfo
|
||||||
|
%endif
|
||||||
Version: 11.86
|
Version: 11.86
|
||||||
Release: 4
|
Release: 0
|
||||||
Summary: AUC TeX: An Emacs Extension
|
Summary: AUC TeX: An Emacs Extension
|
||||||
|
License: GPL-2.0+
|
||||||
|
Group: Productivity/Editors/Emacs
|
||||||
Source: ftp://ftp.gnu.org/pub/gnu/auctex/auctex-%{version}.tar.bz2
|
Source: ftp://ftp.gnu.org/pub/gnu/auctex/auctex-%{version}.tar.bz2
|
||||||
Url: http://www.gnu.org/software/auctex
|
Url: http://www.gnu.org/software/auctex
|
||||||
Patch: auctex-11.86.dif
|
Patch: auctex-11.86.dif
|
||||||
|
Loading…
Reference in New Issue
Block a user