Add one more pic to disable
This commit is contained in:
parent
409110a484
commit
e6b80d2198
10
mathgl.spec
10
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@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.
|
||||
|
Loading…
x
Reference in New Issue
Block a user