diff --git a/latex2html.spec b/latex2html.spec index ec244b1..c6dd5a7 100644 --- a/latex2html.spec +++ b/latex2html.spec @@ -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 - 2017.2-5 +- fixed FTBFS + * Wed Feb 07 2018 Fedora Release Engineering - 2017.2-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild