]> git.pld-linux.org Git - packages/perl-Class-Accessor.git/blobdiff - perl-Class-Accessor.spec
- bcond fixes/porting
[packages/perl-Class-Accessor.git] / 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.102646 seconds and 4 git commands to generate.