From d3e8e148ec928689171095a27e715c7ffd76b944 Mon Sep 17 00:00:00 2001 From: Peter Schiffer Date: Wed, 18 Jan 2012 17:10:44 +0100 Subject: [PATCH] fixed invalid rpm conditionals --- gnuplot.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gnuplot.spec b/gnuplot.spec index 0f95419..2d8fafd 100644 --- a/gnuplot.spec +++ b/gnuplot.spec @@ -23,7 +23,7 @@ BuildRequires: libpng-devel, tex(latex), zlib-devel, libX11-devel, emacs BuildRequires: texinfo, readline-devel, libXt-devel, gd-devel, latex2html BuildRequires: librsvg2, giflib-devel, libotf, m17n-lib-flt, lua-devel BuildRequires: pango-devel, cairo-devel, texlive-texmf-latex -%if %{!?rhel:1} +%if !0%{?rhel:1} BuildRequires: wxGTK-devel %endif Requires: %{name}-common = %{version}-%{release} @@ -144,7 +144,7 @@ mv src/gnuplot src/gnuplot-minimal # clean all settings make clean # create full version of gnuplot -%if %{!?rhel:1} +%if !0%{?rhel:1} # Fedora %configure --with-readline=gnu --with-png --without-linux-vga \ --enable-history-file