7 Commits

2 changed files with 27 additions and 9 deletions

View File

@ -2,8 +2,5 @@
LATEX2HTML is a convertor written in Perl that converts LATEX documents to HTML. 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. 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. 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. 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.

View File

@ -1,17 +1,17 @@
%define pkgver %(echo %version | tr . -) %define pkgver %(echo %version | tr . -)
Name: latex2html Name: latex2html
Version: 2015 Version: 2022
Release: 1mamba Release: 1mamba
Summary: LATEX2HTML converts LATEX documents to HTML Summary: LATEX2HTML converts LATEX documents to HTML
Group: Applications/Publishing Group: Applications/Publishing
Vendor: openmamba Vendor: openmamba
Distribution: openmamba Distribution: openmamba
Packager: Aleph0 <aleph0@openmamba.org> Packager: Aleph0 <aleph0@openmamba.org>
URL: http://www.latex2html.org URL: https://www.latex2html.org
Source: http://mirrors.ctan.org/support/latex2html/latex2html-%{version}.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 License: GPL
BuildArch: noarch BuildArch: noarch
BuildRoot: %{_tmppath}/%{name}-%{version}-root
## AUTOBUILDREQ-BEGIN ## AUTOBUILDREQ-BEGIN
BuildRequires: libperl BuildRequires: libperl
BuildRequires: perl-devel BuildRequires: perl-devel
@ -25,11 +25,11 @@ Requires: netpbm
%description %description
LATEX2HTML is a convertor written in Perl that converts LATEX documents to HTML. 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. 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. 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. 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 %prep
%setup -q %setup -q
@ -72,6 +72,27 @@ sed -i "s,%{_bindir}/perl[0-9\.]*,%{_bindir}/perl," %{buildroot}%{_bindir}/*
# BUGS Changes FAQ README # BUGS Changes FAQ README
%changelog %changelog
* Sun Jan 02 2022 Automatic Build System <autodist@mambasoft.it> 2022-1mamba
- automatic version update by autodist
* Sat Jul 03 2021 Automatic Build System <autodist@mambasoft.it> 2021.2-1mamba
- automatic version update by autodist
* Sat Feb 06 2021 Automatic Build System <autodist@mambasoft.it> 2021-1mamba
- automatic version update by autodist
* 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 * Fri May 20 2016 Silvan Calarco <silvan.calarco@mambasoft.it> 2015-1mamba
- update to 2015 - update to 2015