- fix build on non-x86 64-bit arches

This commit is contained in:
Dan Horák 2013-09-09 14:32:34 +02:00
parent 0f0528896e
commit 67e6edbe3e
1 changed files with 5 additions and 2 deletions

View File

@ -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 <dan[at]danny.cz> - 2013.23-2
- fix build on non-x86 64-bit arches
* Sun Aug 18 2013 Matthieu Saulnier <fantom@fedoraproject.org> - 2013.23-1
- Update to 2013.23 version
- Update %%doc macro