]> git.pld-linux.org Git - packages/perl-ldap.git/commitdiff
- fixed usage of new style bconds auto/ac/perl-ldap-0_31-1
authorAdam Gołębiowski <adamg@pld-linux.org>
Thu, 8 Apr 2004 17:25:30 +0000 (17:25 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    perl-ldap.spec -> 1.52

perl-ldap.spec

index 79ba4dee5940d8009fe620ea2c5d3349c86c9f34..1db0e7f060f4ac3f64088da8e6725db6de666ed7 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
 Summary:       perl-ldap module - a client interface to LDAP servers
@@ -48,7 +48,7 @@ poziomu program
        INSTALLDIRS=vendor
 %{__make}
 
-%{!?_without_tests:%{__make} test}
+%{?with_tests:%{__make} test}
 
 # this must be done after tests because of signature checking
 find blib -type f | xargs -r perl -pi -e 's|/local/bin/perl\d*|/bin/perl|g'
This page took 0.266457 seconds and 4 git commands to generate.