]> git.pld-linux.org Git - packages/pldcpan.git/commitdiff
- kill autodeps (finally!)
authorradek <radek@pld-linux.org>
Sun, 17 Feb 2008 16:42:34 +0000 (16:42 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    pldcpan.pl -> 1.52

pldcpan.pl

index bdfeaae5bd0015766e9d5ec34aaa95876e928f2c..5a737985ed26b4fed8390ed5c2443520c4bdc9b9 100644 (file)
@@ -740,7 +740,6 @@ __DATA__
 # $[% 'Revision:$, $Date'%]:$
 #
 # Conditional build:
-%bcond_without autodeps        # don't BR packages needed only for resolving deps
 %bcond_without tests           # do not perform "make test"
 #
 %include       /usr/lib/rpm/macros.perl
@@ -784,7 +783,7 @@ Source0:    http://www.cpan.org/modules/by-module/[% pdir %]/%{pdir}-%{version}.tar
 BuildRequires: perl-devel >= 1:5.8.0
 BuildRequires: rpm-perlprov >= 4.1-13
 [% IF test_has_tests -%]
-%if %{with autodeps} || %{with tests}
+%if %{with tests}
 [% FOREACH req IN requires.keys.sort -%]
 BuildRequires: [% req %][% ' >= ' _ requires.$req IF requires.$req %]
 [% END -%]
This page took 0.097623 seconds and 4 git commands to generate.