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

perl-MLDBM.spec

index 79821117024ced3df0adf449e286ba11b2869d5f..d21cf2c4b78431875c0a7a297c6b76943aa7694e 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    MLDBM
@@ -42,7 +42,7 @@ DBM.
        INSTALLDIRS=vendor
 %{__make}
 
-%{!?_without_tests:%{__make} test}
+%{?with_tests:%{__make} test}
 
 %install
 rm -rf $RPM_BUILD_ROOT
This page took 0.072129 seconds and 4 git commands to generate.