]> git.pld-linux.org Git - packages/tcpdump.git/blobdiff - tcpdump.spec
switch to new conditional builds macros (bcond_on_ -> _with_/bcond_off_ -> _without_...
[packages/tcpdump.git] / tcpdump.spec
index 20a789853c0ad847cf9a87e341bb0fb265a59d93..9beeef49fab0f5a779bf5590d4c798ebe5355507 100644 (file)
@@ -15,7 +15,7 @@ Source0:      http://www.tcpdump.org/release/%{name}-%{version}.tar.gz
 Patch0:                %{name}-ssl.patch
 Patch1:                %{name}-no-libsmi.patch
 BuildRequires: libpcap-devel >= 2:0.6.1
-%{!?bcond_off_libsmi:BuildRequires:    libsmi-devel}
+%{!?_without_libsmi:BuildRequires:     libsmi-devel}
 BuildRequires: openssl-devel >= 0.9.6a
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
@@ -44,7 +44,7 @@ son derece yararl
 %prep
 %setup -q -n %{name}-%{version}
 %patch0 -p1
-%{!?bcond_off_libsmi:#}%patch1 -p1
+%{!?_without_libsmi:#}%patch1 -p1
 
 %build
 autoconf
This page took 0.063777 seconds and 4 git commands to generate.