commit 4ea5f3ab50d12820a5a73c0c26149eb7e1097da6
Author: Nicolas Chauvet <kwizart(a)gmail.com>
Date: Tue Aug 1 17:59:45 2017 +0200
Add requires on boolean deps (fedora only)
freetype-freeworld.spec | 6 ++++++
1 file changed, 6 insertions(+)
---
diff --git a/freetype-freeworld.spec b/freetype-freeworld.spec
index a7f69a2..82ac60d 100644
--- a/freetype-freeworld.spec
+++ b/freetype-freeworld.spec
@@ -35,6 +35,12 @@ BuildRequires: libpng-devel
BuildRequires: zlib-devel
BuildRequires: bzip2-devel
+%if 0%{?fedora}
+%ifarch x86_64
+Requires: (%{name}(x86-32) = %{version}-%{release} if freetype(x86-32))
+%endif
+%endif
+
%description
The FreeType engine is a free and portable font rendering
engine, developed to provide advanced font support for a variety of
Show replies by date