[libreoffice/f21] blind fix for a build error

David Tardon dtardon at fedoraproject.org
Tue Dec 9 22:26:44 UTC 2014


commit 519f3982fec287cd8c8aa41f734f90b9dd4e12ec
Author: David Tardon <dtardon at redhat.com>
Date:   Tue Dec 9 23:25:17 2014 +0100

    blind fix for a build error
    
    (cherry picked from commit ba1fef41026c588f0d1edd044afeb9fca29b3baf)

 libreoffice.spec |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/libreoffice.spec b/libreoffice.spec
index 18f22c3..e8338b4 100644
--- a/libreoffice.spec
+++ b/libreoffice.spec
@@ -784,7 +784,7 @@ creation and management of PostgreSQL databases through a GUI.
 Summary: UNO Runtime Environment
 Group: Development/Libraries
 #rhbz#1164551 we want to ensure that a libjvm.so of this arch is available
-%if %{__isa_bits} == 64
+%if 0%{?__isa_bits} == 64
 %global mark64 ()(64bit)
 %endif
 Requires: unzip, libjvm.so%{?mark64}


More information about the scm-commits mailing list