From 96d18f93a3ce7f4f30768748d56876568d3fdd41 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dan=20Hor=C3=A1k?= Date: Fri, 10 Jul 2015 14:55:55 +0200 Subject: [PATCH] fix srpm build --- podofo.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/podofo.spec b/podofo.spec index 83e004f..4da2cac 100644 --- a/podofo.spec +++ b/podofo.spec @@ -72,7 +72,7 @@ rm cmake/modules/FindZLIB.cmake %build %cmake -DPODOFO_BUILD_SHARED=1 \ -%if %{__isa_bits} == 64 +%if 0%{?__isa_bits} == 64 -DWANT_LIB64=1 \ %endif .