Compare commits
6 Commits
2020.2-1ma
...
2023.2-1ma
Author | SHA1 | Date | |
---|---|---|---|
1b427f6818 | |||
c9be59dab6 | |||
da18835751 | |||
9b5bbc5d40 | |||
7def9a59a4 | |||
b0a8bf9f58 |
@ -1,19 +1,20 @@
|
||||
%define pkgver %(echo %version | tr . -)
|
||||
Name: latex2html
|
||||
Version: 2020.2
|
||||
Version: 2023.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
|
||||
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
|
||||
## AUTOBUILDREQ-BEGIN
|
||||
BuildRequires: libperl
|
||||
BuildRequires: perl-Encode
|
||||
BuildRequires: perl-devel
|
||||
## AUTOBUILDREQ-END
|
||||
BuildRequires: netpbm
|
||||
@ -21,7 +22,6 @@ 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.
|
||||
@ -73,6 +73,24 @@ sed -i "s,%{_bindir}/perl[0-9\.]*,%{_bindir}/perl," %{buildroot}%{_bindir}/*
|
||||
# BUGS Changes FAQ README
|
||||
|
||||
%changelog
|
||||
* 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
|
||||
|
||||
|
Reference in New Issue
Block a user