From c342f103b6b7ab11ed609e7f62b4ab7c6b9eb0a2 Mon Sep 17 00:00:00 2001 From: Jakub Bogusz Date: Wed, 14 May 2008 14:38:51 +0000 Subject: [PATCH] - unified Changed files: cmake.spec -> 1.25 --- cmake.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cmake.spec b/cmake.spec index adce3c4..3ca0725 100644 --- a/cmake.spec +++ b/cmake.spec @@ -16,7 +16,7 @@ URL: http://www.cmake.org/HTML/Index.html BuildRequires: libstdc++-devel BuildRequires: ncurses-devel BuildRequires: rpmbuild(macros) >= 1.167 -%{?!with_bootstrap:BuildRequires: xmlrpc-c-devel} +%{!?with_bootstrap:BuildRequires: xmlrpc-c-devel} BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) %description @@ -59,7 +59,7 @@ export LDFLAGS="%{rpmldflags}" --mandir=/share/man \ --datadir=/share/cmake \ --init=init.cmake \ - %{?!with_bootstrap:--system-libs }\ + %{!?with_bootstrap:--system-libs} \ --verbose %{__make} -- 2.43.0