diff --git a/adevs.spec b/adevs.spec index 55037e1..c8600e6 100644 --- a/adevs.spec +++ b/adevs.spec @@ -1,6 +1,6 @@ Name: adevs Version: 2.7 -Release: 2%{?dist} +Release: 3%{?dist} Summary: C++ library for constructing discrete event simulation Group: System Environment/Libraries License: LGPLv2+ @@ -52,7 +52,9 @@ make %{_smp_mflags} adevs OPTFLAG= popd pushd docs -make html_manual +# Commented out temporarily to workaround latext2html bug, +# see #991957 for more info. +#make html_manual rm -f manual/*.aux manual/*.out manual/*.dvi manual/*.log manual/*.toc popd @@ -92,6 +94,9 @@ rm -r ./examples/java_life %doc docs/api docs/manual examples %changelog +* Thu Aug 22 2013 Jan Kaluza - 2.7-3 +- workaround (temporarily) #991957 by not regenerating docs + * Sat Aug 03 2013 Fedora Release Engineering - 2.7-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild