]> git.pld-linux.org Git - packages/perl-DBI.git/commitdiff
- BRs are needed also for resolving dependencies
authorJakub Bogusz <qboosh@pld-linux.org>
Fri, 11 Apr 2003 08:47:45 +0000 (08:47 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    perl-DBI.spec -> 1.44

perl-DBI.spec

index e77cbf1b65ce2e663c4437b7b750173ea89647ba..b30127719e61585a42b9100325d04239fc8d4e67 100644 (file)
@@ -1,6 +1,7 @@
 #
 # Conditional build:
-# _with_tests - perform "make test"
+# _without_autodeps    - don't BR packages needed only for resolving deps
+# _with_tests          - perform "make test"
 #
 %include       /usr/lib/rpm/macros.perl
 %define        pdir    DBI
@@ -16,7 +17,7 @@ Source0:      http://www.cpan.org/modules/by-module/%{pdir}/%{pnam}-%{version}.tar.gz
 Patch0:                perl-DBI-changes.patch
 BuildRequires: rpm-perlprov >= 4.1-13
 BuildRequires: perl >= 5.6.1
-%if %{?_with_tests:1}%{!?_with_tests:0}
+%if 0%{!?_without_autodeps:1}%{?_with_tests:1}
 BuildRequires: perl-PlRPC
 BuildRequires: perl-Storable
 BuildRequires: perl-Net-Daemon
This page took 0.035465 seconds and 4 git commands to generate.