Browse Source

updated auctex-vl.spec: TeX Live 2011

git-svn-id: http://trac.vinelinux.org/repos/projects/specs@5256 ec354946-7b23-47d6-9f5a-488ba84defc7
munepi 12 years ago
parent
commit
205f12ce34
1 changed files with 16 additions and 4 deletions
  1. 16 4
      a/auctex/auctex-vl.spec

+ 16 - 4
a/auctex/auctex-vl.spec

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