]> git.pld-linux.org Git - packages/perl-Term-ReadKey.git/commitdiff
- tests disabled - they require terminal RA-1_0 STABLE perl-Term-ReadKey-2_21-1
authorankry <ankry@pld-linux.org>
Sun, 29 Sep 2002 18:57:06 +0000 (18:57 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    perl-Term-ReadKey.spec -> 1.26

perl-Term-ReadKey.spec

index dd7ea8f147719cacbfbb4c61fe3cea9d7fa8cc00..ce34973b1a2de0a316d3652cfba627bee4b6d6f2 100644 (file)
@@ -1,6 +1,6 @@
 #
 # Conditional build:
-# _without_tests - do not perform "make test"
+# _with_tests - perform "make test"
 #
 %include       /usr/lib/rpm/macros.perl
 %define                pdir    Term
@@ -64,7 +64,8 @@ controle.
 perl Makefile.PL
 %{__make} OPTIMIZE="%{rpmcflags}"
 
-%{!?_without_tests:%{__make} test}
+# tests require terminal
+%{?_with_tests:%{__make} test}
 
 %install
 rm -rf $RPM_BUILD_ROOT
This page took 0.094046 seconds and 4 git commands to generate.