]> git.pld-linux.org Git - packages/perl-Net-Telnet.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.spec -> 1.33

perl-Net-Telnet.spec

index d5dc20c1be13179259dcd37518bcc507d74c5dba..5f3f0962280cf8887c559190adec1ea8784e1f76 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
@@ -47,7 +47,8 @@ Net::Telnet - wsparcie dla protoko
 %{__perl} Makefile.PL \
        INSTALLDIRS=vendor
 %{__make}
-%{!?_without_tests:%{__make} test}
+
+%{?with_tests:%{__make} test}
 
 %install
 rm -rf $RPM_BUILD_ROOT
This page took 0.047993 seconds and 4 git commands to generate.