tetex-tex4ht changed to texlive-tex4ht

BuildRequire gcc-c++
This commit is contained in:
Troy Dawson 2019-02-08 06:57:50 -08:00
parent 1b6549349b
commit fdf8d74077

View File

@ -1,6 +1,6 @@
Name: texi2html
Version: 5.0
Release: 10%{?dist}
Release: 11%{?dist}
# GPLv2+ is for the code
# OFSFDL (Old FSF Documentation License) for the documentation
# CC-BY-SA or GPLv2 for the images
@ -17,7 +17,8 @@ Requires: perl-interpreter >= 5.004
Requires: latex2html
# autotools for the unbundling patches
BuildRequires: autoconf automake
BuildRequires: latex2html tetex-tex4ht gettext
BuildRequires: gcc-c++
BuildRequires: latex2html texlive-tex4ht gettext
BuildRequires: perl-generators
BuildRequires: perl(Data::Dumper)
BuildRequires: perl(Locale::Messages)
@ -82,6 +83,10 @@ mkdir -p $RPM_BUILD_ROOT%{_datadir}/texinfo $RPM_BUILD_ROOT%{_sysconfdir}/texinf
%dir %{_sysconfdir}/texinfo
%changelog
* Fri Feb 08 2019 Troy Dawson <tdawson@redhat.com> - 5.0-11
- tetex-tex4ht changed to texlive-tex4ht
- BuildRequire gcc-c++
* Sun Feb 03 2019 Fedora Release Engineering <releng@fedoraproject.org> - 5.0-10
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
@ -203,5 +208,5 @@ mkdir -p $RPM_BUILD_ROOT%{_datadir}/texinfo $RPM_BUILD_ROOT%{_sysconfdir}/texinf
* Mon Jan 10 2005 MATSUURA Takanori <t-matsuu@estyle.ne.jp> - 1.72-1.fc3
- initial build for Fedora Core 3 based on spec file in source tarball
* Mon Mar 23 2004 Patrice Dumas <pertusus@free.fr> 0:1.69-0.fdr.1
* Tue Mar 23 2004 Patrice Dumas <pertusus@free.fr> 0:1.69-0.fdr.1
- Initial build.