Browse Source

updated latex2html-vl.spec

git-svn-id: http://trac.vinelinux.org/repos/projects/specs@5539 ec354946-7b23-47d6-9f5a-488ba84defc7
munepi 12 years ago
parent
commit
1d427dc65f
1 changed files with 12 additions and 7 deletions
  1. 12 7
      l/latex2html/latex2html-vl.spec

+ 12 - 7
l/latex2html/latex2html-vl.spec

@@ -1,5 +1,5 @@
-%define jppatchsrcver	jp20100514
-%define jppatch		l2h-2K8-jp2.1b1.12.patch
+%define jppatchsrcver	jp20110708
+%define jppatch		l2h-2K8-jp2.1b1.13.patch
 
 %define tex_destdir	%{_datadir}
 %define texmf		%{tex_destdir}/texmf
@@ -20,7 +20,7 @@ Summary:	LaTeX to HTML converter
 Summary(ja):	LaTeX ファイルを HTML 形式に変換するツール
 Name:		latex2html
 Version:	2008
-Release:	1%{?_dist_release}
+Release:	2%{?_dist_release}
 License:	GPL
 Group:		Applications/Publishing
 Url:		http://www.latex2html.org/
@@ -32,8 +32,8 @@ Patch0:		l2h-vine.patch
 %if %{?_dist_release} == "vl5"
 Requires:	tetex
 %endif
-%if %{?_dist_release} == "vl6"
-Requires:	texlive
+%if %{?_dist_release} >= "vl6"
+Requires:	texlive-common
 %endif
 Requires:	ghostscript
 Requires:	perl
@@ -41,8 +41,8 @@ Requires:	netpbm-progs
 %if %{?_dist_release} == "vl5"
 BuildRequires:	tetex
 %endif
-%if %{?_dist_release} == "vl6"
-BuildRequires:	texlive
+%if %{?_dist_release} >= "vl6"
+BuildRequires:	texlive-common
 %endif
 BuildRequires:	ghostscript
 BuildRequires:	perl
@@ -55,6 +55,7 @@ BuildArch:	noarch
 Buildroot:	%{_tmppath}/%{name}-%{version}-root
 Vendor:		Project Vine
 Distribution:	Vine Linux
+Packager:	munepi
 
 %description
 LATEX2HTML is a conversion tool that allows documents written in LATEX to 
@@ -183,5 +184,9 @@ exit 0
 %{_datadir}/texmf/tex/latex/html/
 
 %changelog
+* Sat Jan 28 2012 Munehiro Yamamoto <munepi@vinelinux.org> 2008-2
+- l2h-2K8-jp20110708
+- Requires, BuildRequires: s/texlive/texlive-common/ (for vl6 or higher)
+
 * Sun Sep 26 2010 Munehiro Yamamoto <munepi@vinelinux.org> 2008-1
 - first release