|
|
|
@ -1,34 +1,36 @@
|
|
|
|
|
%define pkgver %(echo %version | tr . -)
|
|
|
|
|
Name: latex2html
|
|
|
|
|
Version: 2008
|
|
|
|
|
Release: 2mamba
|
|
|
|
|
Version: 2020.2
|
|
|
|
|
Release: 1mamba
|
|
|
|
|
Summary: LATEX2HTML converts LATEX documents to HTML
|
|
|
|
|
Group: Applications/Publishing
|
|
|
|
|
Vendor: openmamba
|
|
|
|
|
Distribution: openmamba
|
|
|
|
|
Packager: Aleph0 <aleph0@openmamba.org>
|
|
|
|
|
URL: http://www.latex2html.org
|
|
|
|
|
Source: http://www.latex2html.org/~latex2ht/current/%{name}-%{pkgver}.tar.gz
|
|
|
|
|
Source: https://github.com/latex2html/latex2html.git/v%{version}/latex2html-%{version}.tar.bz2
|
|
|
|
|
#Source: http://mirrors.ctan.org/support/latex2html/latex2html-%{version}.tar.gz
|
|
|
|
|
License: GPL
|
|
|
|
|
BuildArch: noarch
|
|
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
|
|
|
## AUTOBUILDREQ-BEGIN
|
|
|
|
|
BuildRequires: netpbm
|
|
|
|
|
BuildRequires: libperl
|
|
|
|
|
BuildRequires: perl-devel
|
|
|
|
|
## AUTOBUILDREQ-END
|
|
|
|
|
BuildRequires: netpbm
|
|
|
|
|
BuildRequires: tetex
|
|
|
|
|
BuildRequires: tetex-dvips
|
|
|
|
|
BuildRequires: ghostscript
|
|
|
|
|
Requires: netpbm
|
|
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
|
|
|
|
|
|
|
|
%description
|
|
|
|
|
LATEX2HTML is a convertor written in Perl that converts LATEX documents to HTML.
|
|
|
|
|
This way e.g. scientific papers - primarily typeset for printing - can be put on the Web for online viewing.
|
|
|
|
|
|
|
|
|
|
LATEX2HTML does also a good job in rapid web site deployment.
|
|
|
|
|
|
|
|
|
|
It is designed to run on UNIX-like systems (e.g. Linux, Solaris, IRIX, Dec Unix, HP-UX, AIX) as well as Windows (95, 98, NT) systems.
|
|
|
|
|
|
|
|
|
|
#% debug_package
|
|
|
|
|
|
|
|
|
|
%prep
|
|
|
|
|
%setup -q
|
|
|
|
|
|
|
|
|
@ -65,12 +67,30 @@ sed -i "s,%{_bindir}/perl[0-9\.]*,%{_bindir}/perl," %{buildroot}%{_bindir}/*
|
|
|
|
|
%{_bindir}/texexpand
|
|
|
|
|
%dir %{_libdir}/%{name}/
|
|
|
|
|
%{_libdir}/%{name}/*
|
|
|
|
|
%dir %{_datadir}/texmf*/tex/latex/html/
|
|
|
|
|
%{_datadir}/texmf*/tex/latex/html/*
|
|
|
|
|
%dir %{_datadir}/texmf-dist/tex/latex/html/
|
|
|
|
|
%{_datadir}/texmf-dist/tex/latex/html/*
|
|
|
|
|
%doc LICENSE
|
|
|
|
|
# BUGS Changes FAQ README
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Sun Aug 30 2020 Automatic Build System <autodist@mambasoft.it> 2020.2-1mamba
|
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
|
|
* Thu Aug 15 2019 Silvan Calarco <silvan.calarco@mambasoft.it> 2019.2-1mamba
|
|
|
|
|
- update to 2019.2
|
|
|
|
|
|
|
|
|
|
* Wed Feb 08 2017 Automatic Build System <autodist@mambasoft.it> 2017.2-1mamba
|
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
|
|
* Fri Sep 16 2016 Automatic Build System <autodist@mambasoft.it> 2016-1mamba
|
|
|
|
|
- automatic update by autodist
|
|
|
|
|
|
|
|
|
|
* Fri May 20 2016 Silvan Calarco <silvan.calarco@mambasoft.it> 2015-1mamba
|
|
|
|
|
- update to 2015
|
|
|
|
|
|
|
|
|
|
* Thu Sep 18 2014 Silvan Calarco <silvan.calarco@mambasoft.it> 2012-1mamba
|
|
|
|
|
- update to 2012
|
|
|
|
|
|
|
|
|
|
* Tue Aug 20 2013 Silvan Calarco <silvan.calarco@mambasoft.it> 2008-2mamba
|
|
|
|
|
- migrated from %{_datadir}/texmf to %{_datadir}/texmf-dist
|
|
|
|
|
|
|
|
|
|