]> git.pld-linux.org Git - packages/perl-Class-Accessor.git/commitdiff
- bcond fixes/porting
authorankry <ankry@pld-linux.org>
Tue, 20 Apr 2004 09:46:28 +0000 (09:46 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    perl-Class-Accessor.spec -> 1.16

perl-Class-Accessor.spec

index 12a8c51a64e1e4fd142fbf791d82129404709b32..c518c7bfd061d81c22246aad0551376d2acb67ed 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    Class
@@ -35,7 +35,7 @@ Ten modu
        INSTALLDIRS=vendor
 %{__make}
 
-%{!?_without_tests:%{__make} test}
+%{?with_tests:%{__make} test}
 
 %install
 rm -rf $RPM_BUILD_ROOT
This page took 0.041864 seconds and 4 git commands to generate.