]> git.pld-linux.org Git - packages/perl-DBD-mysql.git/commitdiff
- cosmetics
authorankry <ankry@pld-linux.org>
Wed, 5 May 2004 11:02:12 +0000 (11:02 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    perl-DBD-mysql.spec -> 1.31

perl-DBD-mysql.spec

index 9f15b477b71980bda49967ff1e9218f98be5d0b0..8415d35d88e7759b754d860aec41c80564486ac2 100644 (file)
@@ -1,6 +1,7 @@
 #
 # Conditional build:
 %bcond_with    tests   # perform "make test"
+                       # tests require access to a working mysql
 #
 %include       /usr/lib/rpm/macros.perl
 %define                pdir    DBD
@@ -121,9 +122,9 @@ M(y)sql.pm 
 %build
 %{__perl} Makefile.PL \
        INSTALLDIRS=vendor
-%{__make} OPTIMIZE="%{rpmcflags}"
+%{__make} \
+       OPTIMIZE="%{rpmcflags}"
 
-# tests require access to a working mysql
 %{?with_tests:%{__make} test}
 
 %install
This page took 0.900933 seconds and 4 git commands to generate.