|
|
|
@ -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
|
|
|
|
@ -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,10 @@ make -C %{name}-%{version}JA check
|
|
|
|
|
%{_mandir}/man1/pstoimg.*
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Tue Nov 12 2024 Than Ngo <than@redhat.com> - 2023.2-7
|
|
|
|
|
- Remove .orig file
|
|
|
|
|
Related: RHEL-64018
|
|
|
|
|
|
|
|
|
|
* Tue Oct 29 2024 Troy Dawson <tdawson@redhat.com> - 2023.2-6
|
|
|
|
|
- Bump release for October 2024 mass rebuild:
|
|
|
|
|
Resolves: RHEL-64018
|
|
|
|
|