From 72fde1235a3aa60f5ce736679334cbcb6a575f57 Mon Sep 17 00:00:00 2001 From: pnemade Date: Tue, 18 Aug 2009 08:52:22 +0000 Subject: [PATCH] - remove unnecessary BR: m17n-db - upstream now uses --without-gui option --- m17n-lib.spec | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/m17n-lib.spec b/m17n-lib.spec index 48db694..d2da4f6 100644 --- a/m17n-lib.spec +++ b/m17n-lib.spec @@ -14,7 +14,6 @@ URL: http://www.m17n.org/m17n-lib/index.html Source0: http://www.m17n.org/m17n-lib-download/%{name}-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) -BuildRequires: m17n-db >= 1.4.0 %if %{with_gui} BuildRequires: libxml2-devel, xorg-x11-devel BuildRequires: freetype-devel >= 2.0, fribidi-devel, gd-devel >= 2.0 @@ -56,7 +55,7 @@ autoreconf %build %configure --disable-static \ %if ! %{with_gui} - --with-gui=no + --without-gui %else %{nil} %endif