]> git.pld-linux.org Git - packages/perl-File-MMagic.git/commitdiff
- new style bconds
authorAdam Gołębiowski <adamg@pld-linux.org>
Tue, 13 Apr 2004 18:48:10 +0000 (18:48 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    perl-File-MMagic.spec -> 1.27

perl-File-MMagic.spec

index e6d596d3e583aefac7ea334ad12f13bdc1ce7153..055522ec8020fd5d08787a8dd2da765ab17e224c 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    File
@@ -95,7 +95,7 @@ fungerar.
 %{__perl} Makefile.PL \
        INSTALLDIRS=vendor
 %{__make}
-%{!?_without_tests:%{__make} test}
+%{?with_tests:%{__make} test}
 
 %install
 rm -rf $RPM_BUILD_ROOT
This page took 0.038674 seconds and 4 git commands to generate.