latex2html/latex2html.spec

155 lines
4.4 KiB
RPMSpec

#
# spec file for package latex2html
#
# Copyright (c) 2014 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
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
Name: latex2html
BuildRequires: fdupes
BuildRequires: ghostscript-fonts-std
BuildRequires: ghostscript-x11
BuildRequires: netpbm
BuildRequires: texlive-dvips
BuildRequires: texlive-kpathsea
BuildRequires: texlive-latex
BuildRequires: xorg-x11
BuildRequires: xorg-x11-devel
%{expand: %%global _texmfmaindir %(kpsewhich -expand-var='$TEXMFMAIN')}
%define share_dir /usr/share/latex2html
Url: http://www.ctan.org/tex-archive/support/latex2html
Requires: ghostscript_any
Requires: latex2html-pngicons
Requires: netpbm
Requires: perl
Requires: texlive-dvips
Requires: texlive-latex
Version: 2012
Release: 0
Summary: LaTeX to HTML Converter
License: GPL-2.0+
Group: Productivity/Publishing/TeX/Utilities
BuildArch: noarch
Source0: http://mirrors.ctan.org/support/latex2html/latex2html-%{version}.tgz
Source1: latex2html-manual.tar.bz2
Source2: latex2html-README.SUSE
Source3: testfile.tex
Source4: local.pm
Source5: latex2html.1
Patch0: latex2html-%{version}-share-dir.diff
Patch1: latex2html-%{version}-perl-bindir.diff
Patch2: latex2html-%{version}-dest-dir.diff
Patch3: latex2html-%{version}-binmode.diff
Patch4: latex2html-%{version}-gsout.diff
Patch5: latex2html-%{version}-match-multiline.diff
Patch6: latex2html-%{version}-backref-workaround.diff
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%description
LaTeX2HTML lets you easily convert basic LaTeX documents into the HTML
format. This allows both a written and online version even of older
LaTeX texts.
%package pngicons
Summary: Icons in the PNG format for LateX2HTML
License: GPL-2.0+
Group: Productivity/Publishing/TeX/Utilities
%description pngicons
Icons in the PNG format for the LaTeX to HTML Converter.
%package doc
Summary: Documentation for Latex2HTML Converter
License: GPL-2.0+ and LPPL-1.3c
Group: Productivity/Publishing/TeX/Utilities
%description doc
LaTeX2HTML lets you easily convert basic LaTeX documents into the HTML
format. This allows both a written and online version even of older
LaTeX texts.
%prep
%setup -a 1
%patch0
%patch1
%patch2
%patch3
%patch4
%patch5
%patch6
cp %{S:2} README.SUSE
cp %{S:4} .
%build
./configure --prefix=%{_prefix}
make
%install
make DESTDIR=%{buildroot} install
mkdir -p %{buildroot}/%{_mandir}/man1
install -m 644 %{S:5} %{buildroot}/%{_mandir}/man1
rm -r %{buildroot}%{share_dir}/{docs,example,dot.latex2html-init,readme.hthtml}
chmod 755 %{buildroot}%{_datadir}/%{name}/{cweb2html/makemake.pl,cweb2html/cweb2html,makemap,makeseg/makeseg}
#removing out-dated url.sty [#283760]
rm %{buildroot}%{_texmfmaindir}/tex/latex/html/url.sty
%fdupes -s %{buildroot}
%check
LATEX2HTMLDIR=%buildroot/%{share_dir} ./latex2html --test_mode %{S:3}
%postun
mkdir -p var/adm/SuSEconfig
touch var/adm/SuSEconfig/run-texhash
%post
mkdir -p var/adm/SuSEconfig
touch var/adm/SuSEconfig/run-texhash
%files
%defattr(-, root, root)
%doc README.SUSE
%doc Changes FAQ README TODO dot.latex2html-init readme.hthtml
/usr/lib/latex2html
%dir %{share_dir}
%{share_dir}/*.pm
%{share_dir}/IndicTeX-HTML
%{share_dir}/L2hos
%{share_dir}/XyMTeX-HTML
%{share_dir}/cweb2html
%{share_dir}/foilhtml
%{share_dir}/icons/*.html
%{share_dir}/icons/*.gif
%{share_dir}/makemap
%{share_dir}/makeseg
%{share_dir}/styles
%{share_dir}/texinputs
%{share_dir}/versions
/usr/bin/*
%{_texmfmaindir}/tex/latex/html
%{_mandir}/man1/latex2html*
%files pngicons
%defattr(-, root, root)
%dir %{share_dir}
%dir %{share_dir}/icons
%{share_dir}/icons/*.png
%files doc
%defattr(-,root,root)
%doc manual
%doc tests
%doc example
%changelog