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