Add one more pic to disable

This commit is contained in:
Dmitrij S. Kryzhevich 2013-04-18 08:55:58 +07:00
parent 409110a484
commit e6b80d2198

View File

@ -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 <krege@land.ru> - 2.1.2-4
- Disable "contf.png" generation for -doc.
- Disable some .png generation for -doc.
* Mon Apr 15 2013 Dmitrij S. Kryzhevich <krege@land.ru> - 2.1.2-3
- MPI suport for MathGL library: add -common subpackage.