]> git.pld-linux.org Git - projects/template-specs.git/commitdiff
- with(out)_test -> with(out)_tests
authorankry <ankry@pld-linux.org>
Thu, 1 Aug 2002 14:28:13 +0000 (14:28 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    perl.spec -> 1.12

perl.spec

index f6cd13fedb22cbdf1d24727d15a188e428576443..21b088fd1a2d85f837a2d5c72c58f2921af19a12 100644 (file)
--- a/perl.spec
+++ b/perl.spec
@@ -1,6 +1,6 @@
 #
 # Conditional build:
-# _without_test - do not perform "make test"
+# _without_tests - do not perform "make test"
 %include       /usr/lib/rpm/macros.perl
 %define                pdir    -
 %define                pnam    -
@@ -60,7 +60,9 @@ perl Makefile.PL
 %{__make}
 # if module isn't noarch, use:
 # %{__make} OPTIMIZE="%{rpmcflags}"
-%{!?_without_test:%{__make} test}
+
+
+%{!?_without_tests:%{__make} test}
 
 %install
 rm -rf $RPM_BUILD_ROOT
This page took 0.060025 seconds and 4 git commands to generate.