SOURCES: pldcpan.pl - kill autodeps (finally!)

radek radek at pld-linux.org
Sun Feb 17 17:42:39 CET 2008


Author: radek                        Date: Sun Feb 17 16:42:39 2008 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- kill autodeps (finally!)

---- Files affected:
SOURCES:
   pldcpan.pl (1.51 -> 1.52) 

---- Diffs:

================================================================
Index: SOURCES/pldcpan.pl
diff -u SOURCES/pldcpan.pl:1.51 SOURCES/pldcpan.pl:1.52
--- SOURCES/pldcpan.pl:1.51	Sun Feb 17 17:37:54 2008
+++ SOURCES/pldcpan.pl	Sun Feb 17 17:42:34 2008
@@ -740,7 +740,6 @@
 # $[% '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 @@
 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 -%]
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SOURCES/pldcpan.pl?r1=1.51&r2=1.52&f=u



More information about the pld-cvs-commit mailing list