]> git.pld-linux.org Git - packages/grep.git/blobdiff - grep.spec
- changed bcond_on to _with
[packages/grep.git] / grep.spec
index e3e7bbf26359c166d3b4a35caeb0b72588e029bd..2f817b4c973e94af15bc6b23c1b257cf51ca4cfd 100644 (file)
--- a/grep.spec
+++ b/grep.spec
@@ -1,4 +1,4 @@
-# bcond_on_pcre - PCRE support
+# _with_pcre - PCRE support
 Summary:       GNU grep Utilities
 Summary(de):   GNU-Version der Pattern-Matching-Utilities
 Summary(fr):   Utilitaires grep de GNU
@@ -18,8 +18,8 @@ Source1:      %{name}.1.pl
 Patch0:                %{name}-info.patch
 Patch1:                %{name}-m4.patch
 Patch2:                %{name}-ac25x.patch
-%{?bcond_on_pcre:BuildRequires:        pcre-devel}
-%{?bcond_on_pcre:Requires:     pcre}
+%{?_with_pcre:BuildRequires:   pcre-devel}
+%{?_with_pcre:Requires:        pcre}
 BuildRequires: automake
 BuildRequires: autoconf
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
@@ -72,7 +72,7 @@ CPPFLAGS=""
 export CPPFLAGS
 %endif
 %configure \
-       %{?!bcond_on_pcre:--disable-perl-regexp} \
+       %{?!_with_pcre:--disable-perl-regexp} \
        --enable-nls
 %{__make}
 
This page took 0.033196 seconds and 4 git commands to generate.