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

perl-Math-LogRand.spec

index 832a25d17aaa115b73d55d73b366bbf9b9af1fdd..dbb3546f6e6b6d1c21f6acd87aa5e2dc1737ac98 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
@@ -36,10 +36,9 @@ rand() z podanego przedzia
 %build
 %{__perl} Makefile.PL \
        INSTALLDIRS=vendor
-
 %{__make}
 
-%{!?_without_tests:%{__make} test}
+%{?with_tests:%{__make} test}
 
 %install
 rm -rf $RPM_BUILD_ROOT
This page took 0.055749 seconds and 4 git commands to generate.