]> git.pld-linux.org Git - packages/perl-Net-Telnet-Cisco.git/commitdiff
- ported to new bconds
authorankry <ankry@pld-linux.org>
Wed, 21 Apr 2004 00:10:17 +0000 (00:10 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    perl-Net-Telnet-Cisco.spec -> 1.22

perl-Net-Telnet-Cisco.spec

index 24adc829454e46b6905602315339826fbb5ab9d0..fa47f6b477eb46498340ebb1bc3ae2332b22ff6a 100644 (file)
@@ -1,6 +1,6 @@
 #
 # Conditional build:
-# _without_tests - do not perform "make test"
+%bcond_without tests   # do not perform "make test"
 #
 %include       /usr/lib/rpm/macros.perl
 %define                pdir    Net
@@ -51,7 +51,8 @@ Cisco.
 %{__perl} Makefile.PL \
        INSTALLDIRS=vendor
 %{__make}
-%{!?_without_tests:%{__make} test}
+
+%{?with_tests:%{__make} test}
 
 %install
 rm -rf $RPM_BUILD_ROOT
This page took 0.060309 seconds and 4 git commands to generate.