From 64e8c54d8ad80999ec9850a198cf3883dab285ca Mon Sep 17 00:00:00 2001 From: Jitka Plesnikova Date: Tue, 24 Mar 2020 16:03:36 +0100 Subject: [PATCH 01/23] Add perl dependencies needed for build --- latex2html.spec | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/latex2html.spec b/latex2html.spec index f804a39..7e72f8b 100644 --- a/latex2html.spec +++ b/latex2html.spec @@ -3,7 +3,7 @@ Summary: Converts LaTeX documents to HTML Name: latex2html Version: 2019.2 -Release: 4%{?dist} +Release: 5%{?dist} License: GPLv2+ URL: https://github.com/latex2html/latex2html/releases # main latex2html source @@ -18,6 +18,9 @@ Patch4: latex2html-2002-2-1-SHLIB.patch Patch5: latex2html-2002-2-1-gsfont.patch Requires: tex(latex), tex(dvips), tex(url.sty), tex(preview.sty), netpbm-progs BuildRequires: perl-interpreter >= 5.003, perl-generators, ghostscript >= 4.03, netpbm-progs >= 9.21, tex(latex) +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(lib), perl(strict), perl(vars) BuildArch: noarch %description @@ -217,6 +220,9 @@ make -C %{name}-%{version}JA check %{_mandir}/man1/pstoimg.* %changelog +* Tue Mar 24 2020 Jitka Plesnikova - 2019.2-5 +- Add perl dependencies needed for build + * Wed Jan 29 2020 Fedora Release Engineering - 2019.2-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild From e136524e64e7292eb215917fd813a3fd8506a725 Mon Sep 17 00:00:00 2001 From: Jindrich Novy Date: Fri, 17 Jul 2020 09:52:31 +0200 Subject: [PATCH 02/23] latex2html-2020.2-1.fc33 - update to 2020.2 Signed-off-by: Jindrich Novy --- .gitignore | 14 +------------- latex2html-2002-2-1-gsfont.patch | 11 ----------- latex2html.spec | 13 ++++++------- sources | 4 ++-- 4 files changed, 9 insertions(+), 33 deletions(-) delete mode 100644 latex2html-2002-2-1-gsfont.patch diff --git a/.gitignore b/.gitignore index cf73848..f6a3a77 100644 --- a/.gitignore +++ b/.gitignore @@ -1,13 +1 @@ -/l2h-2K8-jp20081220.tar.gz -/latex2html-manpages.tar.gz -/latex2html-2012.tgz -/latex2html-2017.2.tar.gz -/l2h-2016-jp20160826.tar.gz -/latex2html-2018.2.tar.gz -/l2h-2017-jp20180308.tar.gz -/latex2html-2018.3.tar.gz -/l2h-2018-jp20180813.tar.gz -/latex2html-2018.tar.gz -/l2h-2018.2-jp20190902.tar.gz -/latex2html-2019.2.tar.gz -/v2019.2.tar.gz +/*.tar.gz diff --git a/latex2html-2002-2-1-gsfont.patch b/latex2html-2002-2-1-gsfont.patch deleted file mode 100644 index d098505..0000000 --- a/latex2html-2002-2-1-gsfont.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- latex2html-2002-2-1/config/config.pl.gsfont 2002-09-28 07:15:01.000000000 +0200 -+++ latex2html-2002-2-1/config/config.pl 2005-03-16 10:50:17.392513136 +0100 -@@ -1176,7 +1176,7 @@ - push(@right_paths,L2hos->path2os($testpath)); - $gs_lib = 1; - } -- $testpath .= "${dd}fonts" unless($testpath =~ /\Q$dd\Efonts$/i); -+ $testpath .= "${dd}fonts" unless($testpath =~ /\Q$dd\Efonts/i); - if(!$gs_fonts && -d $testpath) { - push(@right_paths,L2hos->path2os($testpath)); - $gs_fonts = 1; diff --git a/latex2html.spec b/latex2html.spec index 7e72f8b..c974dd4 100644 --- a/latex2html.spec +++ b/latex2html.spec @@ -2,8 +2,8 @@ Summary: Converts LaTeX documents to HTML Name: latex2html -Version: 2019.2 -Release: 5%{?dist} +Version: 2020.2 +Release: 1%{?dist} License: GPLv2+ URL: https://github.com/latex2html/latex2html/releases # main latex2html source @@ -12,10 +12,9 @@ Source1: cfgcache.pm Source2: %{name}-manpages.tar.gz # support for Japanese # http://takeno.iee.niit.ac.jp/~shige/TeX/latex2html/ -Source3: http://takeno.iee.niit.ac.jp/~shige/TeX/latex2html/data2/l2h-2018.2-jp20190902.tar.gz +Source3: http://takeno.iee.niit.ac.jp/~shige/TeX/latex2html/data2/l2h-2020-jp20200515.tar.gz Patch1: latex2html-2018.2-teTeX-l2h-config.patch Patch4: latex2html-2002-2-1-SHLIB.patch -Patch5: latex2html-2002-2-1-gsfont.patch Requires: tex(latex), tex(dvips), tex(url.sty), tex(preview.sty), netpbm-progs BuildRequires: perl-interpreter >= 5.003, perl-generators, ghostscript >= 4.03, netpbm-progs >= 9.21, tex(latex) BuildRequires: perl(Carp), perl(Config), perl(Cwd), perl(DB), perl(Exporter), @@ -41,9 +40,6 @@ pushd %{name}-%{version} # fix SHLIBDIR %patch4 -p1 -b .shlib -# don't require the font directory to be ended with PATH/fonts -%patch5 -p1 -b .gsfont - # remove all platforms we don't need for i in Dos Mac OS2 Win32; do rm -f L2hos/${i}.pm @@ -220,6 +216,9 @@ make -C %{name}-%{version}JA check %{_mandir}/man1/pstoimg.* %changelog +* Fri Jul 17 2020 Jindrich Novy - 2020.2-1 +- update to 2020.2 and l2h-2020 + * Tue Mar 24 2020 Jitka Plesnikova - 2019.2-5 - Add perl dependencies needed for build diff --git a/sources b/sources index 8394502..a807c7d 100644 --- a/sources +++ b/sources @@ -1,3 +1,3 @@ SHA512 (latex2html-manpages.tar.gz) = 113fdc27c9ab5c2d7ef76c86eb5b55bccf30077e987fd1645ae9c8f96d037372d9446b13d73b2ad3cf7655787366ac7ee8899db8682e354fe3a1acec4e92b829 -SHA512 (l2h-2018.2-jp20190902.tar.gz) = 9d1100166aa1f4c91624f32de16df144b35cbdc82ab7414f0741e66f78784122b7e5eaa0068dbd5e061eccfb8367efdfebbc1f12ec80727099d2bda2c639c2a3 -SHA512 (v2019.2.tar.gz) = a07853e561df3d869d3b2874df94a07879e9a646830b363ec0715cd59b8de5643fa43a53841af455432114b39b5e10cf7b715eb088b7060bb5bf2210232b8b16 +SHA512 (v2020.2.tar.gz) = 222711ab62580b433acf85be9c6ae8c0b7c87e5b771762c10939866e205e5d62601ffee54a6a928fbae8eab4a46d3dce47f35c023aeac6986dc7757f415fb83f +SHA512 (l2h-2020-jp20200515.tar.gz) = 4a206d6dfbab209781bf8cca30f4864b93165737d866fe78cb5576107b80587bd6df61fc0038c3b6bcbccc03502b08a4a13aeb5c64445c5b272e39915757c53d From 11652456a3c21ebceb8ec20590514058477d932a Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Tue, 28 Jul 2020 03:57:22 +0000 Subject: [PATCH 03/23] - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- latex2html.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/latex2html.spec b/latex2html.spec index c974dd4..1697cb1 100644 --- a/latex2html.spec +++ b/latex2html.spec @@ -3,7 +3,7 @@ Summary: Converts LaTeX documents to HTML Name: latex2html Version: 2020.2 -Release: 1%{?dist} +Release: 2%{?dist} License: GPLv2+ URL: https://github.com/latex2html/latex2html/releases # main latex2html source @@ -216,6 +216,9 @@ make -C %{name}-%{version}JA check %{_mandir}/man1/pstoimg.* %changelog +* Tue Jul 28 2020 Fedora Release Engineering - 2020.2-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild + * Fri Jul 17 2020 Jindrich Novy - 2020.2-1 - update to 2020.2 and l2h-2020 From aea91b0be3237f211a6a79414c6396b40fc69a7a Mon Sep 17 00:00:00 2001 From: Tom Stellard Date: Tue, 5 Jan 2021 01:17:26 +0000 Subject: [PATCH 04/23] Add BuildRequires: make https://fedoraproject.org/wiki/Changes/Remove_make_from_BuildRoot --- latex2html.spec | 1 + 1 file changed, 1 insertion(+) diff --git a/latex2html.spec b/latex2html.spec index 1697cb1..79a1cea 100644 --- a/latex2html.spec +++ b/latex2html.spec @@ -20,6 +20,7 @@ BuildRequires: perl-interpreter >= 5.003, perl-generators, ghostscript >= 4.03, 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(lib), perl(strict), perl(vars) +BuildRequires: make BuildArch: noarch %description From 26b194868e2df1aba1e4c9c0ef4dcd9b6efa1b2d Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Tue, 26 Jan 2021 16:23:13 +0000 Subject: [PATCH 05/23] - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- latex2html.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/latex2html.spec b/latex2html.spec index 79a1cea..a391b41 100644 --- a/latex2html.spec +++ b/latex2html.spec @@ -3,7 +3,7 @@ Summary: Converts LaTeX documents to HTML Name: latex2html Version: 2020.2 -Release: 2%{?dist} +Release: 3%{?dist} License: GPLv2+ URL: https://github.com/latex2html/latex2html/releases # main latex2html source @@ -217,6 +217,9 @@ make -C %{name}-%{version}JA check %{_mandir}/man1/pstoimg.* %changelog +* Tue Jan 26 2021 Fedora Release Engineering - 2020.2-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild + * Tue Jul 28 2020 Fedora Release Engineering - 2020.2-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild From 160128eeaa429be12a5be3b90e776cb44b13aeb2 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Thu, 22 Jul 2021 10:40:41 +0000 Subject: [PATCH 06/23] - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- latex2html.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/latex2html.spec b/latex2html.spec index a391b41..533267e 100644 --- a/latex2html.spec +++ b/latex2html.spec @@ -3,7 +3,7 @@ Summary: Converts LaTeX documents to HTML Name: latex2html Version: 2020.2 -Release: 3%{?dist} +Release: 4%{?dist} License: GPLv2+ URL: https://github.com/latex2html/latex2html/releases # main latex2html source @@ -217,6 +217,9 @@ make -C %{name}-%{version}JA check %{_mandir}/man1/pstoimg.* %changelog +* Thu Jul 22 2021 Fedora Release Engineering - 2020.2-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild + * Tue Jan 26 2021 Fedora Release Engineering - 2020.2-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild From 06878a1829c8254130707e6eac1e7e7dd7837c82 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Thu, 20 Jan 2022 15:27:47 +0000 Subject: [PATCH 07/23] - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- latex2html.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/latex2html.spec b/latex2html.spec index 533267e..2dc5ccb 100644 --- a/latex2html.spec +++ b/latex2html.spec @@ -3,7 +3,7 @@ Summary: Converts LaTeX documents to HTML Name: latex2html Version: 2020.2 -Release: 4%{?dist} +Release: 5%{?dist} License: GPLv2+ URL: https://github.com/latex2html/latex2html/releases # main latex2html source @@ -217,6 +217,9 @@ make -C %{name}-%{version}JA check %{_mandir}/man1/pstoimg.* %changelog +* Thu Jan 20 2022 Fedora Release Engineering - 2020.2-5 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild + * Thu Jul 22 2021 Fedora Release Engineering - 2020.2-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild From 048faee48080c116bbd29ed96f82b803483eab1d Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Thu, 21 Jul 2022 16:58:54 +0000 Subject: [PATCH 08/23] Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- latex2html.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/latex2html.spec b/latex2html.spec index 2dc5ccb..eca667b 100644 --- a/latex2html.spec +++ b/latex2html.spec @@ -3,7 +3,7 @@ Summary: Converts LaTeX documents to HTML Name: latex2html Version: 2020.2 -Release: 5%{?dist} +Release: 6%{?dist} License: GPLv2+ URL: https://github.com/latex2html/latex2html/releases # main latex2html source @@ -217,6 +217,9 @@ make -C %{name}-%{version}JA check %{_mandir}/man1/pstoimg.* %changelog +* Thu Jul 21 2022 Fedora Release Engineering - 2020.2-6 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild + * Thu Jan 20 2022 Fedora Release Engineering - 2020.2-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild From a40c36611d53b87392a1061ba6b0b8a7d6dc1488 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Thu, 19 Jan 2023 15:30:14 +0000 Subject: [PATCH 09/23] Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- latex2html.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/latex2html.spec b/latex2html.spec index eca667b..35dc12d 100644 --- a/latex2html.spec +++ b/latex2html.spec @@ -3,7 +3,7 @@ Summary: Converts LaTeX documents to HTML Name: latex2html Version: 2020.2 -Release: 6%{?dist} +Release: 7%{?dist} License: GPLv2+ URL: https://github.com/latex2html/latex2html/releases # main latex2html source @@ -217,6 +217,9 @@ make -C %{name}-%{version}JA check %{_mandir}/man1/pstoimg.* %changelog +* Thu Jan 19 2023 Fedora Release Engineering - 2020.2-7 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild + * Thu Jul 21 2022 Fedora Release Engineering - 2020.2-6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild From d37b5e81aba6e60995ca2cf47ddab272ee7400ed Mon Sep 17 00:00:00 2001 From: Ben Cotton Date: Mon, 30 Jan 2023 09:09:51 -0500 Subject: [PATCH 10/23] Use SPDX-compliant License tag --- latex2html.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/latex2html.spec b/latex2html.spec index 35dc12d..16a92dd 100644 --- a/latex2html.spec +++ b/latex2html.spec @@ -3,8 +3,8 @@ Summary: Converts LaTeX documents to HTML Name: latex2html Version: 2020.2 -Release: 7%{?dist} -License: GPLv2+ +Release: 8%{?dist} +License: GPL-2.0-or-later URL: https://github.com/latex2html/latex2html/releases # main latex2html source Source0: https://github.com/latex2html/latex2html/archive/v%{version}.tar.gz @@ -217,6 +217,9 @@ make -C %{name}-%{version}JA check %{_mandir}/man1/pstoimg.* %changelog +* Mon Jan 30 2023 Ben Cotton - 2020.2-8 +- Update License field to match SPDX formatting + * Thu Jan 19 2023 Fedora Release Engineering - 2020.2-7 - Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild From 26ddb3051969c8869b23db685647dc85d6cfa3f2 Mon Sep 17 00:00:00 2001 From: Than Ngo Date: Tue, 18 Jul 2023 19:16:45 +0200 Subject: [PATCH 11/23] update to 2023.2 --- latex2html.spec | 19 +++++++++++-------- sources | 4 ++-- 2 files changed, 13 insertions(+), 10 deletions(-) diff --git a/latex2html.spec b/latex2html.spec index 16a92dd..759309d 100644 --- a/latex2html.spec +++ b/latex2html.spec @@ -2,19 +2,19 @@ Summary: Converts LaTeX documents to HTML Name: latex2html -Version: 2020.2 -Release: 8%{?dist} +Version: 2023.2 +Release: 1%{?dist} License: GPL-2.0-or-later URL: https://github.com/latex2html/latex2html/releases # 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 Source2: %{name}-manpages.tar.gz # support for Japanese # 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 -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 BuildRequires: perl-interpreter >= 5.003, perl-generators, ghostscript >= 4.03, netpbm-progs >= 9.21, tex(latex) BuildRequires: perl(Carp), perl(Config), perl(Cwd), perl(DB), perl(Exporter), @@ -32,14 +32,14 @@ LATEX2HTML does also a good job in rapid web site deployment. These pages are generated from a single LATEX source. %prep -%setup -q -n %{name}-%{version} -c -a 0 +%setup -q -c -a 0 pushd %{name}-%{version} # Patch from Oliver Paukstadt -%patch1 -p2 -b .config +%patch -P1 -p2 -b .config # fix SHLIBDIR -%patch4 -p1 -b .shlib +%patch -P2 -p1 -b .shlib # remove all platforms we don't need for i in Dos Mac OS2 Win32; do @@ -217,6 +217,9 @@ make -C %{name}-%{version}JA check %{_mandir}/man1/pstoimg.* %changelog +* Tue Jul 18 2023 Than Ngo - 2023.2-1 +- update to 2023.2 + * Mon Jan 30 2023 Ben Cotton - 2020.2-8 - Update License field to match SPDX formatting diff --git a/sources b/sources index a807c7d..9965c40 100644 --- a/sources +++ b/sources @@ -1,3 +1,3 @@ SHA512 (latex2html-manpages.tar.gz) = 113fdc27c9ab5c2d7ef76c86eb5b55bccf30077e987fd1645ae9c8f96d037372d9446b13d73b2ad3cf7655787366ac7ee8899db8682e354fe3a1acec4e92b829 -SHA512 (v2020.2.tar.gz) = 222711ab62580b433acf85be9c6ae8c0b7c87e5b771762c10939866e205e5d62601ffee54a6a928fbae8eab4a46d3dce47f35c023aeac6986dc7757f415fb83f -SHA512 (l2h-2020-jp20200515.tar.gz) = 4a206d6dfbab209781bf8cca30f4864b93165737d866fe78cb5576107b80587bd6df61fc0038c3b6bcbccc03502b08a4a13aeb5c64445c5b272e39915757c53d +SHA512 (latex2html-2023.2.tar.gz) = 0d2ba7b943249239eeb1b9fbba42b1c8e001e07cd2da42db11700cbef798eb37f45fa1270f6193e60b29eda2006f79647a197fc3414549d57b5abf70e8939ddf +SHA512 (l2h-2023-jp3.2b1.37.tar.gz) = a5278225dca1eb41b309006dd6a25a4120a2b78936abedd1e54de3850e1ec673d43e2cfc8e9cc212c46d06e2b4fbc0bb2e536c797b8d1f9a568c782e0cb0d239 From 6267450ea0a76f47f3865f5cf3cd42fef0c34ce4 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Thu, 20 Jul 2023 09:56:20 +0000 Subject: [PATCH 12/23] Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- latex2html.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/latex2html.spec b/latex2html.spec index 759309d..624ed26 100644 --- a/latex2html.spec +++ b/latex2html.spec @@ -3,7 +3,7 @@ Summary: Converts LaTeX documents to HTML Name: latex2html Version: 2023.2 -Release: 1%{?dist} +Release: 2%{?dist} License: GPL-2.0-or-later URL: https://github.com/latex2html/latex2html/releases # main latex2html source @@ -217,6 +217,9 @@ make -C %{name}-%{version}JA check %{_mandir}/man1/pstoimg.* %changelog +* Thu Jul 20 2023 Fedora Release Engineering - 2023.2-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild + * Tue Jul 18 2023 Than Ngo - 2023.2-1 - update to 2023.2 From 34a4440a1f716e687d711edbf188c3081b0b846a Mon Sep 17 00:00:00 2001 From: Yaakov Selkowitz Date: Tue, 18 Jul 2023 23:58:56 -0400 Subject: [PATCH 13/23] BuildRequires: perl(Unicode::Collate::Locale) This is a new build dependency in 2023.2. --- latex2html.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/latex2html.spec b/latex2html.spec index 624ed26..1802574 100644 --- a/latex2html.spec +++ b/latex2html.spec @@ -19,7 +19,7 @@ Requires: tex(latex), tex(dvips), tex(url.sty), tex(preview.sty), netpbm-progs BuildRequires: perl-interpreter >= 5.003, perl-generators, ghostscript >= 4.03, netpbm-progs >= 9.21, tex(latex) 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(lib), perl(strict), perl(vars) +BuildRequires: perl(Unicode::Collate::Locale), perl(lib), perl(strict), perl(vars) BuildRequires: make BuildArch: noarch From 09a34c5ea9ddfccad10d39909ee82664c08893e6 Mon Sep 17 00:00:00 2001 From: Dan Gildea Date: Fri, 22 Sep 2023 13:21:37 -0400 Subject: [PATCH 14/23] enable svg - add svg to cfgcache.pm - require poppler-utils to get pdftocairo - require preview.sty during build, so seen by config.pl script --- cfgcache.pm | 2 +- latex2html.spec | 5 +++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/cfgcache.pm b/cfgcache.pm index 7a4b503..cea2f57 100644 --- a/cfgcache.pm +++ b/cfgcache.pm @@ -28,7 +28,7 @@ $cfg{'HTML_VALIDATOR'} = q''; $cfg{'ICONPATH'} = q'file:/usr/share/latex2html/icons'; $cfg{'ICONSERVER'} = q''; $cfg{'ICONSTORAGE'} = q''; -$cfg{'IMAGE_TYPES'} = q'png gif'; +$cfg{'IMAGE_TYPES'} = q'svg png gif'; $cfg{'INITEX'} = q'/usr/bin/initex'; $cfg{'JPEGTOPNM'} = q'/usr/bin/jpegtopnm'; $cfg{'KPSEWHICH'} = q'/usr/bin/kpsewhich'; diff --git a/latex2html.spec b/latex2html.spec index 1802574..d6c3ea5 100644 --- a/latex2html.spec +++ b/latex2html.spec @@ -15,8 +15,9 @@ Source2: %{name}-manpages.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 Patch2: latex2html-2002-2-1-SHLIB.patch -Requires: tex(latex), tex(dvips), tex(url.sty), tex(preview.sty), netpbm-progs -BuildRequires: perl-interpreter >= 5.003, perl-generators, ghostscript >= 4.03, netpbm-progs >= 9.21, tex(latex) +Requires: tex(latex), tex(dvips), tex(url.sty), tex(preview.sty), netpbm-progs, poppler-utils +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(File::Copy), perl(FindBin), perl(IO::File), perl(Sys::Hostname) BuildRequires: perl(Unicode::Collate::Locale), perl(lib), perl(strict), perl(vars) From 6592c6c608384bb41f4e0e71203fafb7b01e3e26 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sun, 21 Jan 2024 03:16:00 +0000 Subject: [PATCH 15/23] Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild --- latex2html.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/latex2html.spec b/latex2html.spec index d6c3ea5..e7053f0 100644 --- a/latex2html.spec +++ b/latex2html.spec @@ -3,7 +3,7 @@ Summary: Converts LaTeX documents to HTML Name: latex2html Version: 2023.2 -Release: 2%{?dist} +Release: 3%{?dist} License: GPL-2.0-or-later URL: https://github.com/latex2html/latex2html/releases # main latex2html source @@ -218,6 +218,9 @@ make -C %{name}-%{version}JA check %{_mandir}/man1/pstoimg.* %changelog +* Sun Jan 21 2024 Fedora Release Engineering - 2023.2-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild + * Thu Jul 20 2023 Fedora Release Engineering - 2023.2-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild From 320802a5db4361339bcd5ead5c2b8587571062e5 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Thu, 25 Jan 2024 01:13:53 +0000 Subject: [PATCH 16/23] Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild --- latex2html.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/latex2html.spec b/latex2html.spec index e7053f0..d9eb75e 100644 --- a/latex2html.spec +++ b/latex2html.spec @@ -3,7 +3,7 @@ Summary: Converts LaTeX documents to HTML Name: latex2html Version: 2023.2 -Release: 3%{?dist} +Release: 4%{?dist} License: GPL-2.0-or-later URL: https://github.com/latex2html/latex2html/releases # main latex2html source @@ -218,6 +218,9 @@ make -C %{name}-%{version}JA check %{_mandir}/man1/pstoimg.* %changelog +* Thu Jan 25 2024 Fedora Release Engineering - 2023.2-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild + * Sun Jan 21 2024 Fedora Release Engineering - 2023.2-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild From ffce1010c245a3af0d5ed6a7ecbdb0f00caf1be6 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Thu, 18 Jul 2024 13:00:01 +0000 Subject: [PATCH 17/23] Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild --- latex2html.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/latex2html.spec b/latex2html.spec index d9eb75e..1c5c0f1 100644 --- a/latex2html.spec +++ b/latex2html.spec @@ -3,7 +3,7 @@ Summary: Converts LaTeX documents to HTML Name: latex2html Version: 2023.2 -Release: 4%{?dist} +Release: 5%{?dist} License: GPL-2.0-or-later URL: https://github.com/latex2html/latex2html/releases # main latex2html source @@ -218,6 +218,9 @@ make -C %{name}-%{version}JA check %{_mandir}/man1/pstoimg.* %changelog +* Thu Jul 18 2024 Fedora Release Engineering - 2023.2-5 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild + * Thu Jan 25 2024 Fedora Release Engineering - 2023.2-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild From df45734cc6bca7229fc7a6de928f24e9a677f7fa Mon Sep 17 00:00:00 2001 From: Than Ngo Date: Tue, 12 Nov 2024 10:47:04 +0100 Subject: [PATCH 18/23] Remove .orig files --- latex2html.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/latex2html.spec b/latex2html.spec index 1c5c0f1..ccbc0b5 100644 --- a/latex2html.spec +++ b/latex2html.spec @@ -3,7 +3,7 @@ Summary: Converts LaTeX documents to HTML Name: latex2html Version: 2023.2 -Release: 5%{?dist} +Release: 6%{?dist} License: GPL-2.0-or-later URL: https://github.com/latex2html/latex2html/releases # main latex2html source @@ -196,7 +196,7 @@ make -C %{name}-%{version}JA check %endif %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}/pstoimg %{_bindir}/texexpand @@ -218,6 +218,9 @@ make -C %{name}-%{version}JA check %{_mandir}/man1/pstoimg.* %changelog +* Tue Nov 12 2024 Than Ngo - 2023.2-6 +- Remove .orig files + * Thu Jul 18 2024 Fedora Release Engineering - 2023.2-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild From 861086fd0f86c55c088ea01e122f2fa2fbf74391 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 17 Jan 2025 10:12:54 +0000 Subject: [PATCH 19/23] Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild --- latex2html.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/latex2html.spec b/latex2html.spec index ccbc0b5..f656426 100644 --- a/latex2html.spec +++ b/latex2html.spec @@ -3,7 +3,7 @@ Summary: Converts LaTeX documents to HTML Name: latex2html Version: 2023.2 -Release: 6%{?dist} +Release: 7%{?dist} License: GPL-2.0-or-later URL: https://github.com/latex2html/latex2html/releases # main latex2html source @@ -218,6 +218,9 @@ make -C %{name}-%{version}JA check %{_mandir}/man1/pstoimg.* %changelog +* Fri Jan 17 2025 Fedora Release Engineering - 2023.2-7 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild + * Tue Nov 12 2024 Than Ngo - 2023.2-6 - Remove .orig files From 09c08a97f6f0bf9ac65d2d2763d1f67d712af836 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Thu, 24 Jul 2025 19:09:45 +0000 Subject: [PATCH 20/23] Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild --- latex2html.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/latex2html.spec b/latex2html.spec index f656426..af175b4 100644 --- a/latex2html.spec +++ b/latex2html.spec @@ -3,7 +3,7 @@ Summary: Converts LaTeX documents to HTML Name: latex2html Version: 2023.2 -Release: 7%{?dist} +Release: 8%{?dist} License: GPL-2.0-or-later URL: https://github.com/latex2html/latex2html/releases # main latex2html source @@ -218,6 +218,9 @@ make -C %{name}-%{version}JA check %{_mandir}/man1/pstoimg.* %changelog +* Thu Jul 24 2025 Fedora Release Engineering - 2023.2-8 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild + * Fri Jan 17 2025 Fedora Release Engineering - 2023.2-7 - Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild From 4cc47e1b6cacc84ada6154c8283918474e582bb4 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 16 Jan 2026 18:20:07 +0000 Subject: [PATCH 21/23] Rebuilt for https://fedoraproject.org/wiki/Fedora_44_Mass_Rebuild --- latex2html.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/latex2html.spec b/latex2html.spec index af175b4..4ad90db 100644 --- a/latex2html.spec +++ b/latex2html.spec @@ -3,7 +3,7 @@ Summary: Converts LaTeX documents to HTML Name: latex2html Version: 2023.2 -Release: 8%{?dist} +Release: 9%{?dist} License: GPL-2.0-or-later URL: https://github.com/latex2html/latex2html/releases # main latex2html source @@ -218,6 +218,9 @@ make -C %{name}-%{version}JA check %{_mandir}/man1/pstoimg.* %changelog +* Fri Jan 16 2026 Fedora Release Engineering - 2023.2-9 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_44_Mass_Rebuild + * Thu Jul 24 2025 Fedora Release Engineering - 2023.2-8 - Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild From 1007ac0539db153be8c34ebb53da14d7a89dffcf Mon Sep 17 00:00:00 2001 From: Than Ngo Date: Tue, 9 Jun 2026 20:24:48 +0200 Subject: [PATCH 22/23] Update to 2026 --- latex2html.spec | 13 ++++++++++--- sources | 4 ++-- 2 files changed, 12 insertions(+), 5 deletions(-) diff --git a/latex2html.spec b/latex2html.spec index 4ad90db..f56fac2 100644 --- a/latex2html.spec +++ b/latex2html.spec @@ -1,9 +1,13 @@ +%if 0%{?fedora} %define enable_japanese 1 +%else +%define enable_japanese 0 +%endif Summary: Converts LaTeX documents to HTML Name: latex2html -Version: 2023.2 -Release: 9%{?dist} +Version: 2026 +Release: 1%{?dist} License: GPL-2.0-or-later URL: https://github.com/latex2html/latex2html/releases # main latex2html source @@ -12,7 +16,7 @@ Source1: cfgcache.pm Source2: %{name}-manpages.tar.gz # support for Japanese # http://takeno.iee.niit.ac.jp/~shige/TeX/latex2html/ -Source3: http://takeno.iee.niit.ac.jp/~shige/TeX/latex2html/data2/l2h-2023-jp3.2b1.37.tar.gz +Source3: http://takeno.iee.niit.ac.jp/~shige/TeX/latex2html/data2/l2h-2026-jp3.2b1.43.tar.gz Patch1: latex2html-2018.2-teTeX-l2h-config.patch Patch2: latex2html-2002-2-1-SHLIB.patch Requires: tex(latex), tex(dvips), tex(url.sty), tex(preview.sty), netpbm-progs, poppler-utils @@ -218,6 +222,9 @@ make -C %{name}-%{version}JA check %{_mandir}/man1/pstoimg.* %changelog +* Tue Jun 09 2026 Than Ngo - 2026-1 +- Update to 2026 + * Fri Jan 16 2026 Fedora Release Engineering - 2023.2-9 - Rebuilt for https://fedoraproject.org/wiki/Fedora_44_Mass_Rebuild diff --git a/sources b/sources index 9965c40..ddc5ccf 100644 --- a/sources +++ b/sources @@ -1,3 +1,3 @@ SHA512 (latex2html-manpages.tar.gz) = 113fdc27c9ab5c2d7ef76c86eb5b55bccf30077e987fd1645ae9c8f96d037372d9446b13d73b2ad3cf7655787366ac7ee8899db8682e354fe3a1acec4e92b829 -SHA512 (latex2html-2023.2.tar.gz) = 0d2ba7b943249239eeb1b9fbba42b1c8e001e07cd2da42db11700cbef798eb37f45fa1270f6193e60b29eda2006f79647a197fc3414549d57b5abf70e8939ddf -SHA512 (l2h-2023-jp3.2b1.37.tar.gz) = a5278225dca1eb41b309006dd6a25a4120a2b78936abedd1e54de3850e1ec673d43e2cfc8e9cc212c46d06e2b4fbc0bb2e536c797b8d1f9a568c782e0cb0d239 +SHA512 (l2h-2026-jp3.2b1.43.tar.gz) = 4b7c9424d462329173a883fff7ef330222440be132ec9190c9c06798e2d6ef1ec7f14bdb375db0742181e1f661f153e7fa002d786c4b5632d0f28a598543f713 +SHA512 (latex2html-2026.tar.gz) = e607bc637fd8c618db30d967c298a5f5d2e58846a7f32705ef8d58efa87bdea3f012d9852e6a0305f6c5698a9ebe427e71bf0a3b39584923120102cc57ac272a From a37c9283bea695f9f5813d80d648ec07978a3ac7 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Thu, 16 Jul 2026 05:29:13 +0000 Subject: [PATCH 23/23] Rebuilt for https://fedoraproject.org/wiki/Fedora_45_Mass_Rebuild --- latex2html.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/latex2html.spec b/latex2html.spec index f56fac2..520bf65 100644 --- a/latex2html.spec +++ b/latex2html.spec @@ -7,7 +7,7 @@ Summary: Converts LaTeX documents to HTML Name: latex2html Version: 2026 -Release: 1%{?dist} +Release: 2%{?dist} License: GPL-2.0-or-later URL: https://github.com/latex2html/latex2html/releases # main latex2html source @@ -222,6 +222,9 @@ make -C %{name}-%{version}JA check %{_mandir}/man1/pstoimg.* %changelog +* Thu Jul 16 2026 Fedora Release Engineering - 2026-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_45_Mass_Rebuild + * Tue Jun 09 2026 Than Ngo - 2026-1 - Update to 2026