summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorankry2004-04-20 23:59:34 (GMT)
committercvs2git2012-06-24 12:13:13 (GMT)
commite2a77d0eb16514e0952e2facc6b4b3c81604e4a6 (patch)
tree026f606c628f90891c134407653f5e0ce27b0e83
parent930dc1e558e88ea1473948b7ac316043a25bb528 (diff)
downloadperl-Make-e2a77d0eb16514e0952e2facc6b4b3c81604e4a6.zip
perl-Make-e2a77d0eb16514e0952e2facc6b4b3c81604e4a6.tar.gz
- ported to new bconds
Changed files: perl-Make.spec -> 1.27
-rw-r--r--perl-Make.spec4
1 files changed, 2 insertions, 2 deletions
diff --git a/perl-Make.spec b/perl-Make.spec
index 45012d4..64df6e4 100644
--- a/perl-Make.spec
+++ b/perl-Make.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
Summary: Make - module for processing makefiles
@@ -32,7 +32,7 @@ mv pmake pmake.pl
%{__perl} Makefile.PL \
INSTALLDIRS=vendor
-%{!?_without_tests:%{__make} test}
+%{?with_tests:%{__make} test}
%install
rm -rf $RPM_BUILD_ROOT