summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorankry2004-04-20 23:59:35 (GMT)
committercvs2git2012-06-24 12:13:13 (GMT)
commit36ca2c7e9335d40590b9016758ce9fedd22623ef (patch)
treeabc0c80b3905dfd87ff62c246f3f399edf66098c
parent55c62ce0b6a3eef638827680fcf6eaf5afed3539 (diff)
downloadperl-Math-BigInt-Pari-36ca2c7e9335d40590b9016758ce9fedd22623ef.zip
perl-Math-BigInt-Pari-36ca2c7e9335d40590b9016758ce9fedd22623ef.tar.gz
- ported to new bconds
Changed files: perl-Math-BigInt-Pari.spec -> 1.2
-rw-r--r--perl-Math-BigInt-Pari.spec5
1 files changed, 2 insertions, 3 deletions
diff --git a/perl-Math-BigInt-Pari.spec b/perl-Math-BigInt-Pari.spec
index 276b14b..47786dc 100644
--- a/perl-Math-BigInt-Pari.spec
+++ b/perl-Math-BigInt-Pari.spec
@@ -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
@@ -43,10 +43,9 @@ warstwy XS będącej interfejsem do bardzo szybkiej biblioteki PARI.
%build
%{__perl} Makefile.PL \
INSTALLDIRS=vendor
-
%{__make}
-%{!?_without_tests:%{__make} test}
+%{?with_tests:%{__make} test}
%install
rm -rf $RPM_BUILD_ROOT