automatic version update by autodist [release 2020.2-1mamba;Sun Aug 30 2020]
This commit is contained in:
parent
b38df51070
commit
6c70add4c7
@ -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.
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
%define pkgver %(echo %version | tr . -)
|
||||
Name: latex2html
|
||||
Version: 2019.2
|
||||
Version: 2020.2
|
||||
Release: 1mamba
|
||||
Summary: LATEX2HTML converts LATEX documents to HTML
|
||||
Group: Applications/Publishing
|
||||
@ -12,7 +12,6 @@ Source: https://github.com/latex2html/latex2html.git/v%{version}/latex2ht
|
||||
#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
|
||||
@ -22,15 +21,16 @@ 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
|
||||
|
||||
@ -73,6 +73,9 @@ sed -i "s,%{_bindir}/perl[0-9\.]*,%{_bindir}/perl," %{buildroot}%{_bindir}/*
|
||||
# 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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user