Add perl dependencies needed for build
This commit is contained in:
parent
720b0e6d02
commit
64e8c54d8a
@ -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 <jplesnik@redhat.com> - 2019.2-5
|
||||
- Add perl dependencies needed for build
|
||||
|
||||
* Wed Jan 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 2019.2-4
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user