|
@@ -13,7 +13,7 @@
|
|
Summary: Enhanced TeX modes for Emacsen
|
|
Summary: Enhanced TeX modes for Emacsen
|
|
Name: %{origname}
|
|
Name: %{origname}
|
|
Version: 11.86
|
|
Version: 11.86
|
|
-Release: 5%{?_dist_release}
|
|
|
|
|
|
+Release: 6%{?_dist_release}
|
|
Group: Applications/Editors/Emacs
|
|
Group: Applications/Editors/Emacs
|
|
License: GPLv3+
|
|
License: GPLv3+
|
|
URL: http://www.gnu.org/software/auctex/
|
|
URL: http://www.gnu.org/software/auctex/
|
|
@@ -37,15 +37,17 @@ Source18: vine-default-%{emacspkg}-vl5.el
|
|
## vine
|
|
## vine
|
|
## for vl5
|
|
## for vl5
|
|
Patch: auctex-11.86-vine.patch
|
|
Patch: auctex-11.86-vine.patch
|
|
-## for vl6 or higher
|
|
|
|
|
|
+## for vl6
|
|
Patch1: auctex-11.86-plt09-vine.patch
|
|
Patch1: auctex-11.86-plt09-vine.patch
|
|
|
|
+## for vl7 or higher
|
|
|
|
+Patch2: auctex-11.86-vine-vl7.patch
|
|
|
|
|
|
Requires: %{emacspkg} = %{version}-%{release}
|
|
Requires: %{emacspkg} = %{version}-%{release}
|
|
BuildRequires: texinfo
|
|
BuildRequires: texinfo
|
|
%if %{?_dist_release} == "vl5"
|
|
%if %{?_dist_release} == "vl5"
|
|
BuildRequires: tetex
|
|
BuildRequires: tetex
|
|
%else
|
|
%else
|
|
-BuildRequires: texlive
|
|
|
|
|
|
+BuildRequires: texlive-common >= 2009
|
|
%endif
|
|
%endif
|
|
## Note: "BR: emacs >= 23.1" need to build auctex
|
|
## Note: "BR: emacs >= 23.1" need to build auctex
|
|
BuildRequires: emacs >= 23.1
|
|
BuildRequires: emacs >= 23.1
|
|
@@ -117,11 +119,17 @@ LaTeX equations right into the editing window where they belong.
|
|
|
|
|
|
%prep
|
|
%prep
|
|
%setup -q -n %{origname}-%{version}
|
|
%setup -q -n %{origname}-%{version}
|
|
|
|
+
|
|
%if %{?_dist_release} == "vl5"
|
|
%if %{?_dist_release} == "vl5"
|
|
%patch -p1 -b .vine
|
|
%patch -p1 -b .vine
|
|
-%else
|
|
|
|
|
|
+%endif
|
|
|
|
+%if %{?_dist_release} == "vl6"
|
|
%patch1 -p1 -b .vine
|
|
%patch1 -p1 -b .vine
|
|
%endif
|
|
%endif
|
|
|
|
+%if %{?_dist_release} == "vl7"
|
|
|
|
+%patch2 -p1 -b .vine
|
|
|
|
+%endif
|
|
|
|
+
|
|
|
|
|
|
%build
|
|
%build
|
|
%configure --with-emacs INSTALL_INFO=: --without-texmf-dir
|
|
%configure --with-emacs INSTALL_INFO=: --without-texmf-dir
|
|
@@ -322,6 +330,10 @@ fi
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
%changelog
|
|
|
|
+* Sun Dec 4 2011 Munehiro Yamamoto <munepi@vinelinux.org> 11.86-6
|
|
|
|
+- applied auctex-11.86-vine-vl7.patch (vl7)
|
|
|
|
+- TeX Live 2011
|
|
|
|
+
|
|
* Thu Jun 23 2011 Munehiro Yamamoto <munepi@vinelinux.org> 11.86-5
|
|
* Thu Jun 23 2011 Munehiro Yamamoto <munepi@vinelinux.org> 11.86-5
|
|
- For vl5, reverted initial elisp files to 11.86-2
|
|
- For vl5, reverted initial elisp files to 11.86-2
|
|
|
|
|