disable internal crash handler on not supported arches

This commit is contained in:
Dan Horák 2012-10-29 08:54:19 +01:00
parent 8d581aa3cf
commit 17edb0a2a8
1 changed files with 9 additions and 2 deletions

View File

@ -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 <dan[at]danny.cz> 2.5-2
- disable internal crash handler on not supported arches
* Sat Oct 27 2012 Johannes Lips <hannes@fedoraproject.org> 2.5-1
- update to recent upstream version