use cmake_pkg macro

So not to conflict with %cmake macro provided by cmake pkg
This commit is contained in:
Rex Dieter 2013-07-19 11:38:22 -05:00
parent 96a1cdc159
commit 57fd106bb8
1 changed files with 3 additions and 3 deletions

View File

@ -20,9 +20,9 @@
%endif
%if 0%{?rhel} == 6
%define hal 1
%define cmake cmake28
%define cmake_pkg cmake28
%else
%define cmake cmake
%define cmake_pkg cmake
%define upower 1
%endif
@ -193,7 +193,7 @@ Requires(postun): /sbin/ldconfig
BuildRequires: automoc4 >= 0.9.88
BuildRequires: bison flex
BuildRequires: bzip2-devel
BuildRequires: %{cmake} >= 2.8.9
BuildRequires: %{cmake_pkg} >= 2.8.9
BuildRequires: cups-devel cups
BuildRequires: gettext-devel
BuildRequires: giflib-devel