]> git.pld-linux.org Git - packages/cmake.git/blobdiff - cmake.spec
- unified
[packages/cmake.git] / cmake.spec
index adce3c4780acac2860076dd6ef7f6466591065e7..3ca072542cdc7baa86461709de2482789084667d 100644 (file)
@@ -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}
This page took 0.031252 seconds and 4 git commands to generate.