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

perl-Math-BaseCalc.spec

index acd30cd80cb3e5abcc8dfc1ba462b9e776c6c9b8..7910ff075a63607f2fb13ebf2b7de935e85b2fdc 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    Math
@@ -37,7 +37,7 @@ predefiniowanych.
        INSTALLDIRS=vendor
 %{__make}
 
-%{!?_without_tests:%{__make} test}
+%{?with_tests:%{__make} test}
 
 %install
 rm -rf $RPM_BUILD_ROOT
This page took 0.077885 seconds and 4 git commands to generate.