]> git.pld-linux.org Git - packages/perl-IO-Null.git/commitdiff
- ported to new bconds
authorankry <ankry@pld-linux.org>
Tue, 20 Apr 2004 23:30:13 +0000 (23:30 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    perl-IO-Null.spec -> 1.12

perl-IO-Null.spec

index defc0a12a9073ebfefdb050296ac2565f2efe577..afb29dc2b63d81f6a8f7f0365f44a1004a312189 100644 (file)
@@ -1,6 +1,7 @@
 #
 # 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    IO
 %define        pnam    Null
@@ -45,7 +46,7 @@ operacj
        INSTALLDIRS=vendor
 %{__make}
 
-%{!?_without_tests:%{__make} test}
+%{?with_tests:%{__make} test}
 
 %install
 rm -rf $RPM_BUILD_ROOT
This page took 0.46429 seconds and 4 git commands to generate.