|
|
|
@ -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 <corsepiu@fedoraproject.org> - 1:0.10.1-6
|
|
|
|
|
- Fix doxygen-1.18.2 incompatibility (F25FTBS, F26FTBFS).
|
|
|
|
|
|
|
|
|
|
* Mon Dec 19 2016 Miro Hrončok <mhroncok@redhat.com> - 1:0.10.1-5
|
|
|
|
|
- Rebuild for Python 3.6
|
|
|
|
|
|
|
|
|
|