]> git.pld-linux.org Git - packages/perl-libwww.git/commitdiff
- new bcond style
authormigo <migo@pld-linux.org>
Tue, 28 Oct 2003 19:07:20 +0000 (19:07 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    perl-libwww.spec -> 1.70

perl-libwww.spec

index 54884ec84f895de99c150d286ebb45e9b77b234b..ab3a4e88df764967bcd16c8e113bb0198b0a8ff0 100644 (file)
@@ -1,7 +1,7 @@
-#
+
 # Conditional build:
-# _with_tests - perform "make test"
-#
+%bcond_with    tests   # perform "make test"
+
 %include       /usr/lib/rpm/macros.perl
 %define                pdir    WWW
 %define                pnam    libwww-perl
@@ -52,7 +52,7 @@ na implementacj
        INSTALLDIRS=vendor
 %{__make}
 
-%{?_with_tests:%{__make} test}
+%{?with_tests:%{__make} test}
 
 %install
 rm -rf $RPM_BUILD_ROOT
This page took 0.084023 seconds and 4 git commands to generate.