From b12edc41a004afe1d2226e79abe32eb26e474488 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ralf=20Cors=C3=A9pius?= Date: Tue, 27 Dec 2016 01:03:24 +0100 Subject: [PATCH] Fix doxygen-1.18.2 incompatibility (F25FTBS, F26FTBFS). --- gumbo-parser.spec | 17 +++++++++++------ 1 file changed, 11 insertions(+), 6 deletions(-) diff --git a/gumbo-parser.spec b/gumbo-parser.spec index e850d85..8929346 100644 --- a/gumbo-parser.spec +++ b/gumbo-parser.spec @@ -1,7 +1,7 @@ Name: gumbo-parser Epoch: 1 Version: 0.10.1 -Release: 5%{?dist} +Release: 6%{?dist} Summary: A HTML5 parser License: ASL 2.0 @@ -58,14 +58,16 @@ depcomp install-sh missing test-driver # Fix up timestamps touch -r aclocal.m4 configure m4/*.m4 Makefile.in -# Doxygen standard footers are not multilib-compliant -# Create a custom one. -doxygen -w html footer.html /dev/null /dev/null -sed -i -e 's,\$generatedby,Generated on $date for $projectname by,' footer.html - # Update Doxyfile doxygen -u Doxyfile +## Doxygen standard footers are not multilib-compliant +## Create a custom one. +touch footer.html +doxygen -w html /dev/null footer.html /dev/null Doxyfile +sed -i -e 's,\$generatedby,Generated on $date for $projectname by,' footer.html + + # Propagate the version number into setup.py # to fix egg version number sed -i -e 's,{{VERSION}},%version,' setup.py @@ -120,6 +122,9 @@ install -m 644 {COPYING,*.md} ${RPM_BUILD_ROOT}%{_pkgdocdir} %{python3_sitelib}/* %changelog +* Tue Dec 27 2016 Ralf Corsépius - 1:0.10.1-6 +- Fix doxygen-1.18.2 incompatibility (F25FTBS, F26FTBFS). + * Mon Dec 19 2016 Miro Hrončok - 1:0.10.1-5 - Rebuild for Python 3.6