]> git.pld-linux.org Git - packages/perl-SQL-Statement.git/commitdiff
- new style bconds
authorAdam Gołębiowski <adamg@pld-linux.org>
Sun, 25 Apr 2004 20:22:52 +0000 (20:22 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    perl-SQL-Statement.spec -> 1.42

perl-SQL-Statement.spec

index 9ed72951a03c1aa43edaa0922081f832eb1eb0bc..576eba7a1cf9177f0f0c432299fa3ac7fe0cb757 100644 (file)
@@ -1,6 +1,6 @@
 #
 # Conditional build:
-# _without_tests - do not perform "make test"
+%bcond_without tests   # do not perform "make test"
 #
 %include       /usr/lib/rpm/macros.perl
 %define                pdir    SQL
@@ -40,14 +40,16 @@ XML, CSV, dane o sta
 %build
 %{__perl} Makefile.PL \
        INSTALLDIRS=vendor
+
 %{__make}
 
-%{!?_without_tests:%{__make} test}
+%{?with_tests:%{__make} test}
 
 %install
 rm -rf $RPM_BUILD_ROOT
 
-%{__make} install DESTDIR=$RPM_BUILD_ROOT
+%{__make} install \
+       DESTDIR=$RPM_BUILD_ROOT
 
 %clean
 rm -rf $RPM_BUILD_ROOT
This page took 0.087923 seconds and 4 git commands to generate.