diff --git a/mathgl.spec b/mathgl.spec index 9985f89..5d6dabd 100644 --- a/mathgl.spec +++ b/mathgl.spec @@ -168,8 +168,12 @@ done sed -i s,/usr/local/share/doc/mathgl/,%{_docdir}/%{name}/, udav/udav_wnd.h sed -i s,/usr/local/share/udav/,%{_datadir}/udav/, udav/udav_wnd.cpp -# Disable contf.png generation (ends with segfault on koji) -sed -i s', contf , ,' texinfo/CMakeLists.txt +# There are few .png that can't be generated on Fedora koji +# There are disabled for now +for pic in contf table; +do + sed -i s', $pic , ,' texinfo/CMakeLists.txt +done %build @@ -321,7 +325,7 @@ rm -rf %{buildroot} %changelog * Wed Apr 17 2013 Dmitrij S. Kryzhevich - 2.1.2-4 -- Disable "contf.png" generation for -doc. +- Disable some .png generation for -doc. * Mon Apr 15 2013 Dmitrij S. Kryzhevich - 2.1.2-3 - MPI suport for MathGL library: add -common subpackage.