From 67e6edbe3e26d8ca808bb30676ef85b2c83f9785 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dan=20Hor=C3=A1k?= Date: Mon, 9 Sep 2013 14:32:34 +0200 Subject: [PATCH] - fix build on non-x86 64-bit arches --- mined.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/mined.spec b/mined.spec index 2dad923..cb98a6b 100644 --- a/mined.spec +++ b/mined.spec @@ -1,6 +1,6 @@ Name: mined Version: 2013.23 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Powerful Text Editor with Extensive Unicode and CJK Support Summary(fr): Puissant éditeur de texte avec Unicode Extensible et support de CJK License: GPLv3 @@ -83,7 +83,7 @@ sed -i s/Utility/Utility\;/ ./usrshare/setup_install/mined.desktop %build %configure # Optflag isn't applied by default : -make OPT='%{optflags}' %{?_smp_mflags} +make OPT='%{optflags}' USRLIBDIR=%{_libdir} ROOTLIBDIR=/%{_lib} %{?_smp_mflags} %install @@ -121,6 +121,9 @@ rm -fr %{buildroot}%{_datadir}/%{name}/{bin,setup_install,conf_user,package_doc, %changelog +* Mon Sep 09 2013 Dan Horák - 2013.23-2 +- fix build on non-x86 64-bit arches + * Sun Aug 18 2013 Matthieu Saulnier - 2013.23-1 - Update to 2013.23 version - Update %%doc macro