]> git.pld-linux.org Git - packages/perl-Data-Dump.git/commitdiff
- tests bcond auto/ti/perl-Data-Dump-1_08-2
authorJakub Bogusz <qboosh@pld-linux.org>
Sun, 23 Mar 2008 19:50:19 +0000 (19:50 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    perl-Data-Dump.spec -> 1.27

perl-Data-Dump.spec

index 2d1bf9bc49bba43fd071883b1cb63d1b93a8afcb..20b9adfb90c057304845e9c451dece16d3aad8c6 100644 (file)
@@ -1,3 +1,7 @@
+#
+# Conditional build:
+%bcond_without tests           # do not perform "make test"
+#
 %include       /usr/lib/rpm/macros.perl
 %define                pdir    Data
 %define                pnam    Dump
@@ -40,7 +44,8 @@ by był łatwo czytelny.
 %{__perl} Makefile.PL \
        INSTALLDIRS=vendor
 %{__make}
-%{__make} test
+
+%{?with_tests:%{__make} test}
 
 %install
 rm -rf $RPM_BUILD_ROOT
This page took 0.036841 seconds and 4 git commands to generate.