]> git.pld-linux.org Git - packages/iptables.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:23 +0000 (09:06 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    iptables.spec -> 1.40

iptables.spec

index 323856de004eee5b12e9ff05ade5311fa7a47441..c6cde72168308bf7bd6ea5296b6379a929ad583b 100644 (file)
@@ -1,6 +1,6 @@
 #
 # Conditional build:
-# bcond_off_ippool - without ippool (which requires patched 2.4.x kernel)
+# _without_ippool - without ippool (which requires patched 2.4.x kernel)
 #
 Summary:       extensible packet filtering system && extensible NAT system
 Summary(pl):   system filtrowania pakietów oraz system translacji adresów (NAT)
@@ -94,8 +94,8 @@ cp -a include/* $RPM_BUILD_ROOT%{_includedir}/iptables
 install lib*/lib*.a $RPM_BUILD_ROOT%{_libdir}
 install libipq/*.3 $RPM_BUILD_ROOT%{_mandir}/man3
 
-%{!?bcond_off_ippool:install ippool/lib*.a $RPM_BUILD_ROOT%{_libdir}}
-%{!?bcond_off_ippool:install ippool/ippool $RPM_BUILD_ROOT%{_sbindir}}
+%{!?_without_ippool:install ippool/lib*.a $RPM_BUILD_ROOT%{_libdir}}
+%{!?_without_ippool:install ippool/ippool $RPM_BUILD_ROOT%{_sbindir}}
 
 gzip -9nf KNOWN_BUGS iptables-howtos/*.{txt,ps}
 
This page took 0.03365 seconds and 4 git commands to generate.