]> git.pld-linux.org Git - packages/perl-AI-NeuralNet-BackProp.git/commitdiff
- new style bcond
authorAdam Gołębiowski <adamg@pld-linux.org>
Mon, 8 Mar 2004 23:10:17 +0000 (23:10 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- added missing bcond description

Changed files:
    perl-AI-NeuralNet-BackProp.spec -> 1.13

perl-AI-NeuralNet-BackProp.spec

index b6f9172420c286e1223732d4164f8a544edc2a6d..452293e9a0bbca96b9ad4f2dc49eb3b7f8ea5716 100644 (file)
@@ -1,3 +1,7 @@
+#
+# Conditional build:
+%bcond_without tests   # don't perform "make test"
+#
 %include       /usr/lib/rpm/macros.perl
 %define        pdir    AI
 %define        pnam    NeuralNet-BackProp
@@ -32,7 +36,7 @@ uog
 %{__perl} Makefile.PL \
        INSTALLDIRS=vendor
 %{__make}
-%{!?_without_tests:%{__make} test}
+%{?with_tests:%{__make} test}
 
 %install
 rm -rf $RPM_BUILD_ROOT
This page took 0.127327 seconds and 4 git commands to generate.