]> git.pld-linux.org Git - packages/perl-HTML-Tree.git/commitdiff
- ported to new bconds
authorankry <ankry@pld-linux.org>
Tue, 20 Apr 2004 23:30:13 +0000 (23:30 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    perl-HTML-Tree.spec -> 1.38

perl-HTML-Tree.spec

index ef5dd0b2d3c38f81a8c34d359065e412c54151ca..5c940cc2a1548fe2a774c25f8e9ea96ec7757260 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    HTML
@@ -54,7 +54,8 @@ HTML::Parse.
 %{__perl} Makefile.PL \
        INSTALLDIRS=vendor
 %{__make}
-%{!?_without_tests:%{__make} test}
+
+%{?with_tests:%{__make} test}
 
 %install
 rm -rf $RPM_BUILD_ROOT
This page took 0.144878 seconds and 4 git commands to generate.