From 995743d1da25e978e8c62beef539bf15f494378c Mon Sep 17 00:00:00 2001 From: =?utf8?q?Elan=20Ruusam=C3=A4e?= Date: Wed, 25 Jun 2008 09:52:20 +0000 Subject: [PATCH] - make compatible to build for ac Changed files: vim.spec -> 1.431 --- vim.spec | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/vim.spec b/vim.spec index 7e31f84..68f383b 100644 --- a/vim.spec +++ b/vim.spec @@ -99,7 +99,11 @@ BuildRequires: acl-devel BuildRequires: autoconf BuildRequires: gettext-devel BuildRequires: gpm-devel +%if "%{pld_release}" == "ac" +%{?with_athena:BuildRequires: XFree86-devel} +%else %{?with_athena:BuildRequires: xorg-lib-libXaw-devel} +%endif %if %{with gtk} || %{with heavy} BuildRequires: gtk+2-devel >= 2:2.6.0 %endif @@ -115,6 +119,7 @@ BuildRequires: perl-devel %if %{with python} || %{with heavy} BuildRequires: python-devel %endif +BuildRequires: rpm >= 4.4.9-56 BuildRequires: rpmbuild(macros) >= 1.426 %if %{with ruby} || %{with heavy} BuildRequires: ruby-devel -- 2.44.0