|
|
@ -2,24 +2,25 @@
|
|
|
|
|
|
|
|
|
|
|
|
Summary: Converts LaTeX documents to HTML
|
|
|
|
Summary: Converts LaTeX documents to HTML
|
|
|
|
Name: latex2html
|
|
|
|
Name: latex2html
|
|
|
|
Version: 2020.2
|
|
|
|
Version: 2023.2
|
|
|
|
Release: 5%{?dist}
|
|
|
|
Release: 7%{?dist}
|
|
|
|
License: GPLv2+
|
|
|
|
License: GPL-2.0-or-later
|
|
|
|
URL: https://github.com/latex2html/latex2html/releases
|
|
|
|
URL: https://github.com/latex2html/latex2html/releases
|
|
|
|
# main latex2html source
|
|
|
|
# main latex2html source
|
|
|
|
Source0: https://github.com/latex2html/latex2html/archive/v%{version}.tar.gz
|
|
|
|
Source0: https://github.com/%{name}/%{name}/archive/v%{version}/%{name}-%{version}.tar.gz
|
|
|
|
Source1: cfgcache.pm
|
|
|
|
Source1: cfgcache.pm
|
|
|
|
Source2: %{name}-manpages.tar.gz
|
|
|
|
Source2: %{name}-manpages.tar.gz
|
|
|
|
# support for Japanese
|
|
|
|
# support for Japanese
|
|
|
|
# http://takeno.iee.niit.ac.jp/~shige/TeX/latex2html/
|
|
|
|
# http://takeno.iee.niit.ac.jp/~shige/TeX/latex2html/
|
|
|
|
Source3: http://takeno.iee.niit.ac.jp/~shige/TeX/latex2html/data2/l2h-2020-jp20200515.tar.gz
|
|
|
|
Source3: http://takeno.iee.niit.ac.jp/~shige/TeX/latex2html/data2/l2h-2023-jp3.2b1.37.tar.gz
|
|
|
|
Patch1: latex2html-2018.2-teTeX-l2h-config.patch
|
|
|
|
Patch1: latex2html-2018.2-teTeX-l2h-config.patch
|
|
|
|
Patch4: latex2html-2002-2-1-SHLIB.patch
|
|
|
|
Patch2: latex2html-2002-2-1-SHLIB.patch
|
|
|
|
Requires: tex(latex), tex(dvips), tex(url.sty), tex(preview.sty), netpbm-progs
|
|
|
|
Requires: tex(latex), tex(dvips), tex(url.sty), tex(preview.sty), netpbm-progs, poppler-utils
|
|
|
|
BuildRequires: perl-interpreter >= 5.003, perl-generators, ghostscript >= 4.03, netpbm-progs >= 9.21, tex(latex)
|
|
|
|
BuildRequires: tex(latex), tex(dvips), tex(url.sty), tex(preview.sty), netpbm-progs, poppler-utils
|
|
|
|
|
|
|
|
BuildRequires: perl-interpreter >= 5.003, perl-generators, ghostscript >= 4.03
|
|
|
|
BuildRequires: perl(Carp), perl(Config), perl(Cwd), perl(DB), perl(Exporter),
|
|
|
|
BuildRequires: perl(Carp), perl(Config), perl(Cwd), perl(DB), perl(Exporter),
|
|
|
|
BuildRequires: perl(File::Copy), perl(FindBin), perl(IO::File), perl(Sys::Hostname)
|
|
|
|
BuildRequires: perl(File::Copy), perl(FindBin), perl(IO::File), perl(Sys::Hostname)
|
|
|
|
BuildRequires: perl(lib), perl(strict), perl(vars)
|
|
|
|
BuildRequires: perl(Unicode::Collate::Locale), perl(lib), perl(strict), perl(vars)
|
|
|
|
BuildRequires: make
|
|
|
|
BuildRequires: make
|
|
|
|
BuildArch: noarch
|
|
|
|
BuildArch: noarch
|
|
|
|
|
|
|
|
|
|
|
@ -32,14 +33,14 @@ LATEX2HTML does also a good job in rapid web site deployment. These
|
|
|
|
pages are generated from a single LATEX source.
|
|
|
|
pages are generated from a single LATEX source.
|
|
|
|
|
|
|
|
|
|
|
|
%prep
|
|
|
|
%prep
|
|
|
|
%setup -q -n %{name}-%{version} -c -a 0
|
|
|
|
%setup -q -c -a 0
|
|
|
|
|
|
|
|
|
|
|
|
pushd %{name}-%{version}
|
|
|
|
pushd %{name}-%{version}
|
|
|
|
# Patch from Oliver Paukstadt <oliver.paukstadt@millenux.com>
|
|
|
|
# Patch from Oliver Paukstadt <oliver.paukstadt@millenux.com>
|
|
|
|
%patch1 -p2 -b .config
|
|
|
|
%patch -P1 -p2 -b .config
|
|
|
|
|
|
|
|
|
|
|
|
# fix SHLIBDIR
|
|
|
|
# fix SHLIBDIR
|
|
|
|
%patch4 -p1 -b .shlib
|
|
|
|
%patch -P2 -p1 -b .shlib
|
|
|
|
|
|
|
|
|
|
|
|
# remove all platforms we don't need
|
|
|
|
# remove all platforms we don't need
|
|
|
|
for i in Dos Mac OS2 Win32; do
|
|
|
|
for i in Dos Mac OS2 Win32; do
|
|
|
@ -195,7 +196,7 @@ make -C %{name}-%{version}JA check
|
|
|
|
%endif
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
|
|
%files
|
|
|
|
%files
|
|
|
|
%doc latex2html-%{version}/{LICENSE,LICENSE.orig,README.md,FAQ,BUGS,docs,example}
|
|
|
|
%doc latex2html-%{version}/{LICENSE,README.md,FAQ,BUGS,docs,example}
|
|
|
|
%{_bindir}/latex2html
|
|
|
|
%{_bindir}/latex2html
|
|
|
|
%{_bindir}/pstoimg
|
|
|
|
%{_bindir}/pstoimg
|
|
|
|
%{_bindir}/texexpand
|
|
|
|
%{_bindir}/texexpand
|
|
|
@ -217,12 +218,43 @@ make -C %{name}-%{version}JA check
|
|
|
|
%{_mandir}/man1/pstoimg.*
|
|
|
|
%{_mandir}/man1/pstoimg.*
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
* Mon Aug 09 2021 Mohan Boddu <mboddu@redhat.com> - 2020.2-5
|
|
|
|
* Tue Nov 12 2024 Than Ngo <than@redhat.com> - 2023.2-7
|
|
|
|
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
|
|
|
|
- Remove .orig file
|
|
|
|
Related: rhbz#1991688
|
|
|
|
Related: RHEL-64018
|
|
|
|
|
|
|
|
|
|
|
|
* Fri Apr 16 2021 Mohan Boddu <mboddu@redhat.com> - 2020.2-4
|
|
|
|
* Tue Oct 29 2024 Troy Dawson <tdawson@redhat.com> - 2023.2-6
|
|
|
|
- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937
|
|
|
|
- Bump release for October 2024 mass rebuild:
|
|
|
|
|
|
|
|
Resolves: RHEL-64018
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Mon Jun 24 2024 Troy Dawson <tdawson@redhat.com> - 2023.2-5
|
|
|
|
|
|
|
|
- Bump release for June 2024 mass rebuild
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Thu Jan 25 2024 Fedora Release Engineering <releng@fedoraproject.org> - 2023.2-4
|
|
|
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Sun Jan 21 2024 Fedora Release Engineering <releng@fedoraproject.org> - 2023.2-3
|
|
|
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Thu Jul 20 2023 Fedora Release Engineering <releng@fedoraproject.org> - 2023.2-2
|
|
|
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Tue Jul 18 2023 Than Ngo <than@redhat.com> - 2023.2-1
|
|
|
|
|
|
|
|
- update to 2023.2
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Mon Jan 30 2023 Ben Cotton <bcotton@fedoraproject.org> - 2020.2-8
|
|
|
|
|
|
|
|
- Update License field to match SPDX formatting
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Thu Jan 19 2023 Fedora Release Engineering <releng@fedoraproject.org> - 2020.2-7
|
|
|
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Thu Jul 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 2020.2-6
|
|
|
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Thu Jan 20 2022 Fedora Release Engineering <releng@fedoraproject.org> - 2020.2-5
|
|
|
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Thu Jul 22 2021 Fedora Release Engineering <releng@fedoraproject.org> - 2020.2-4
|
|
|
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
|
|
* Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 2020.2-3
|
|
|
|
* Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 2020.2-3
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
|
|
|