]> git.pld-linux.org Git - packages/perl-B-Utils.git/commitdiff
- new style bconds
authorAdam Gołębiowski <adamg@pld-linux.org>
Tue, 9 Mar 2004 21:00:09 +0000 (21:00 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    perl-B-Utils.spec -> 1.12

perl-B-Utils.spec

index 15e3193531c72ca035e6fe1a6daadb80d4f49bb8..0b3683dcf87a470ea4753967fc1b4d16978d6eea 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    B
 %define        pnam    Utils
@@ -33,7 +34,7 @@ Te funkcje u
        INSTALLDIRS=vendor
 %{__make}
 
-%{!?_without_tests:%{__make} test}
+%{?with_tests:%{__make} test}
 
 %install
 rm -rf $RPM_BUILD_ROOT
This page took 0.1168 seconds and 4 git commands to generate.