]> git.pld-linux.org Git - packages/tcpdump.git/commitdiff
switch to new conditional builds macros (bcond_on_ -> _with_/bcond_off_ -> _without_...
authorArtur Frysiak <artur@frysiak.net>
Tue, 22 May 2001 09:06:52 +0000 (09:06 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    tcpdump.spec -> 1.36

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.04078 seconds and 4 git commands to generate.