From 4b7298fac4c281c0d7c63d393e4e4a7ac191657cdd6249405cb7a9324004ce3d Mon Sep 17 00:00:00 2001 From: "Dr. Werner Fink" Date: Mon, 23 Jul 2012 10:07:21 +0000 Subject: [PATCH 1/2] . OBS-URL: https://build.opensuse.org/package/show/editors/emacs-auctex?expand=0&rev=15 --- emacs-auctex.changes | 6 ++++++ emacs-auctex.spec | 33 +++++++++++++++++++++++++-------- 2 files changed, 31 insertions(+), 8 deletions(-) diff --git a/emacs-auctex.changes b/emacs-auctex.changes index 6596d0d..752da84 100644 --- a/emacs-auctex.changes +++ b/emacs-auctex.changes @@ -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 diff --git a/emacs-auctex.spec b/emacs-auctex.spec index 333d020..cdf8909 100644 --- a/emacs-auctex.spec +++ b/emacs-auctex.spec @@ -1,7 +1,7 @@ # # 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 # remain the property of their copyright owners, unless otherwise agreed @@ -16,17 +16,34 @@ # - Name: emacs-auctex -BuildRequires: emacs-x11 ghostscript_any giflib-devel libpng-devel libtiff-devel texlive texlive-latex xorg-x11 xorg-x11-devel -License: GPLv2+ -Group: Productivity/Editors/Emacs +BuildRequires: emacs-x11 +BuildRequires: ghostscript_any +BuildRequires: giflib-devel +BuildRequires: libpng-devel +BuildRequires: libtiff-devel +BuildRequires: texlive +BuildRequires: texlive-latex +BuildRequires: xorg-x11 +BuildRequires: xorg-x11-devel Obsoletes: ge_auc -Provides: auc-tex auctex ge_auc -Requires: emacs texlive-tools texlive-latex +Provides: auc-tex +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 -Release: 4 +Release: 0 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 Url: http://www.gnu.org/software/auctex Patch: auctex-11.86.dif From b73c299f0078ac6e6a0c9b9702637195fe745f1f21077f1ec3688c582a1eb769 Mon Sep 17 00:00:00 2001 From: "Dr. Werner Fink" Date: Mon, 23 Jul 2012 11:47:42 +0000 Subject: [PATCH 2/2] . OBS-URL: https://build.opensuse.org/package/show/editors/emacs-auctex?expand=0&rev=16 --- emacs-auctex.changes | 1 + emacs-auctex.spec | 1 + 2 files changed, 2 insertions(+) diff --git a/emacs-auctex.changes b/emacs-auctex.changes index 752da84..832e89e 100644 --- a/emacs-auctex.changes +++ b/emacs-auctex.changes @@ -3,6 +3,7 @@ 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. +- Use texinfo *and* makeinfo for build as both are required ------------------------------------------------------------------- Sun Sep 18 17:17:12 UTC 2011 - jengelh@medozas.de diff --git a/emacs-auctex.spec b/emacs-auctex.spec index cdf8909..4409701 100644 --- a/emacs-auctex.spec +++ b/emacs-auctex.spec @@ -35,6 +35,7 @@ Requires: texlive-latex Requires: texlive-tools %if %suse_version > 1220 BuildRequires: makeinfo +BuildRequires: texinfo BuildRequires: texlive-collection-latexextra BuildRequires: texlive-tex BuildRequires: texlive-texinfo