From 17edb0a2a894618d7785d4c9485241466b130059 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dan=20Hor=C3=A1k?= Date: Mon, 29 Oct 2012 08:54:19 +0100 Subject: [PATCH] disable internal crash handler on not supported arches --- texstudio.spec | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/texstudio.spec b/texstudio.spec index c7fd99c..e978326 100644 --- a/texstudio.spec +++ b/texstudio.spec @@ -1,6 +1,6 @@ Name: texstudio Version: 2.5 -Release: 1%{?dist} +Release: 2%{?dist} Summary: A feature-rich editor for LaTeX documents Group: Applications/Publishing @@ -50,7 +50,11 @@ rm -rf {hunspell,qtsingleapplication} %build export QTDIR=%{_libdir}/qt4 -qmake-qt4 CONFIG-=debug texstudio.pro +qmake-qt4 CONFIG-=debug \ +%ifnarch %{ix86} x86_64 %{arm} + NO_CRASH_HANDLER=1 \ +%endif + texstudio.pro make %{?_smp_mflags} %install @@ -117,6 +121,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null ||: %doc utilities/AUTHORS utilities/COPYING utilities/CHANGELOG.txt %changelog +* Mon Oct 29 2012 Dan HorĂ¡k 2.5-2 +- disable internal crash handler on not supported arches + * Sat Oct 27 2012 Johannes Lips 2.5-1 - update to recent upstream version