11 Commits

Author SHA1 Message Date
e14c7ffcc8 automatic version update by autodist [release 2025-1mamba;Wed Jan 01 2025] 2025-01-02 09:40:19 +01:00
f1c14ebd6f automatic version update by autodist [release 2024.2-1mamba;Tue Oct 22 2024] 2024-10-23 11:04:44 +02:00
40cbb17794 automatic version update by autodist [release 2024-1mamba;Tue Jan 02 2024] 2024-01-06 03:33:20 +01:00
1b427f6818 automatic version update by autodist [release 2023.2-1mamba;Sun Jul 02 2023] 2024-01-06 03:33:19 +01:00
c9be59dab6 automatic version update by autodist [release 2023-1mamba;Mon Jan 02 2023] 2024-01-06 03:33:19 +01:00
da18835751 automatic version update by autodist [release 2022.2-1mamba;Sun Jul 03 2022] 2024-01-06 03:33:19 +01:00
9b5bbc5d40 automatic version update by autodist [release 2022-1mamba;Sun Jan 02 2022] 2024-01-06 03:33:19 +01:00
7def9a59a4 automatic version update by autodist [release 2021.2-1mamba;Sat Jul 03 2021] 2024-01-06 03:33:19 +01:00
b0a8bf9f58 automatic version update by autodist [release 2021-1mamba;Sat Feb 06 2021] 2024-01-06 03:33:18 +01:00
6c70add4c7 automatic version update by autodist [release 2020.2-1mamba;Sun Aug 30 2020] 2024-01-06 03:33:18 +01:00
b38df51070 update to 2019.2 [release 2019.2-1mamba;Thu Aug 15 2019] 2024-01-06 03:33:18 +01:00
2 changed files with 39 additions and 11 deletions

View File

@ -2,8 +2,5 @@
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.

View File

@ -1,20 +1,18 @@
%define pkgver %(echo %version | tr . -)
Name: latex2html
Version: 2017.2
Version: 2025
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://mirrors.ctan.org/support/latex2html/latex2html-%{version}.tar.gz
URL: https://www.latex2html.org
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: libperl
BuildRequires: perl-devel
## AUTOBUILDREQ-END
BuildRequires: netpbm
BuildRequires: tetex
@ -25,11 +23,11 @@ Requires: netpbm
%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
@ -72,6 +70,39 @@ sed -i "s,%{_bindir}/perl[0-9\.]*,%{_bindir}/perl," %{buildroot}%{_bindir}/*
# BUGS Changes FAQ README
%changelog
* Wed Jan 01 2025 Automatic Build System <autodist@openmamba.org> 2025-1mamba
- automatic version update by autodist
* Tue Oct 22 2024 Automatic Build System <autodist@openmamba.org> 2024.2-1mamba
- automatic version update by autodist
* Tue Jan 02 2024 Automatic Build System <autodist@mambasoft.it> 2024-1mamba
- automatic version update by autodist
* Sun Jul 02 2023 Automatic Build System <autodist@mambasoft.it> 2023.2-1mamba
- automatic version update by autodist
* Mon Jan 02 2023 Automatic Build System <autodist@mambasoft.it> 2023-1mamba
- automatic version update by autodist
* Sun Jul 03 2022 Automatic Build System <autodist@mambasoft.it> 2022.2-1mamba
- automatic version update by autodist
* 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