fixed FTBFS

This commit is contained in:
Than Ngo 2018-05-15 11:50:47 +02:00
parent 39d636c596
commit a79b64e492

View File

@ -3,7 +3,7 @@
Summary: Converts LaTeX documents to HTML
Name: latex2html
Version: 2017.2
Release: 4%{?dist}
Release: 5%{?dist}
License: GPLv2+
Group: Applications/Publishing
URL: http://www.latex2html.org/
@ -126,6 +126,8 @@ popd
%endif
%install
# fix check-buildroot failure, bootroot is dropped manually
%define __arch_install_post %{nil}
pushd %{name}-%{version}
perl -pi -e"s,%{_prefix},%{buildroot}%{_prefix}," cfgcache.pm
perl -pi -e"s,/.*\\\$\{dd}texexpand,%{_bindir}/texexpand,;
@ -216,6 +218,9 @@ rm -f %{buildroot}%{_datadir}/texmf/tex/latex/html/url.sty
%{_mandir}/man1/pstoimg.*
%changelog
* Fri May 11 2018 Than Ngo <than@redhat.com> - 2017.2-5
- fixed FTBFS
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 2017.2-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild