[mathgl] Add one more pic to disable

Dmitrij S. Kryzhevich krege at fedoraproject.org
Thu Apr 18 01:56:07 UTC 2013


commit e6b80d2198edfca56cf1ff3683befa0161f5ec05
Author: Dmitrij S. Kryzhevich <krege at land.ru>
Date:   Thu Apr 18 08:55:58 2013 +0700

    Add one more pic to disable

 mathgl.spec |   10 +++++++---
 1 files changed, 7 insertions(+), 3 deletions(-)
---
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 <krege at 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 at land.ru> - 2.1.2-3
 - MPI suport for MathGL library: add -common subpackage.


More information about the scm-commits mailing list