]> git.pld-linux.org Git - packages/perl-Bit-Vector.git/commitdiff
- new style bconds
authorAdam Gołębiowski <adamg@pld-linux.org>
Tue, 9 Mar 2004 20:56:52 +0000 (20:56 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    perl-Bit-Vector.spec -> 1.47

perl-Bit-Vector.spec

index e69329ac0314f2cc763e0caa2d070a765cc4be64..fb280773267a6d3b089c14307b31827d29f862f5 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    Bit
@@ -148,7 +148,7 @@ Bit::Vector 
        INSTALLDIRS=vendor
 %{__make} OPTIMIZE="%{rpmcflags}"
 
-%{!?_without_tests:%{__make} test}
+%{?with_tests:%{__make} test}
 
 %install
 rm -rf $RPM_BUILD_ROOT
This page took 0.137851 seconds and 4 git commands to generate.