]> git.pld-linux.org Git - packages/perl-DBD-ODBC.git/commitdiff
- use _without_tests, added bcond description RA-1_0 STABLE perl-DBD-ODBC-0_43-2
authorJakub Bogusz <qboosh@pld-linux.org>
Wed, 2 Oct 2002 14:32:20 +0000 (14:32 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    perl-DBD-ODBC.spec -> 1.7

perl-DBD-ODBC.spec

index 80075e589a69b36945582865cf83782142b56ba1..a0a8e8655642d20aa989b2f3a2fb79b586fff4e3 100644 (file)
@@ -1,3 +1,7 @@
+#
+# Conditional build:
+# _without_tests - do not perform "make test"
+#
 %include       /usr/lib/rpm/macros.perl
 %define        pdir    DBD
 %define        pnam    ODBC
@@ -35,7 +39,7 @@ rm -rf $RPM_BUILD_ROOT
 %{__make} install \
        DESTDIR=$RPM_BUILD_ROOT
 
-%{!?_without_test:%{__make} test}
+%{!?_without_tests:%{__make} test}
 
 %clean
 rm -rf $RPM_BUILD_ROOT
This page took 0.331679 seconds and 4 git commands to generate.