summaryrefslogtreecommitdiff
path: root/macros.in
diff options
context:
space:
mode:
authorjbj <devnull@localhost>2005-07-13 10:16:06 +0000
committerjbj <devnull@localhost>2005-07-13 10:16:06 +0000
commitf7de2d2424b38311ba7340b495db5e3b2670146b (patch)
treed9b33caa8c970918f3a132c85fd79703abee41aa /macros.in
parentae02fe2242a0f50262f435f41add7277fa5098b6 (diff)
downloadrpm-f7de2d2424b38311ba7340b495db5e3b2670146b.tar.gz
- use perldeps.pl, phase out perl.{req,prov} (#161921).
CVS patchset: 7876 CVS date: 2005/07/13 10:16:06
Diffstat (limited to 'macros.in')
-rw-r--r--macros.in10
1 files changed, 5 insertions, 5 deletions
diff --git a/macros.in b/macros.in
index a1dde3074..6e17dc3ea 100644
--- a/macros.in
+++ b/macros.in
@@ -1,7 +1,7 @@
#/*! \page config_macros Default configuration: @RPMCONFIGDIR@/macros
# \verbatim
#
-# $Id: macros.in,v 1.154.2.3 2005/01/26 04:05:34 jbj Exp $
+# $Id: macros.in,v 1.154.2.4 2005/07/13 10:16:06 jbj Exp $
#
# This is a global RPM configuration file. All changes made here will
# be lost when the rpm package is upgraded. Any per-system configuration
@@ -430,10 +430,10 @@ print (t)\
#
# Note: Used iff _use_internal_dependency_generator is non-zero. The
# helpers are also used by @RPMCONFIGDIR@/rpmdeps {--provides|--requires}.
-#%__perl_provides @RPMCONFIGDIR@/perldeps.pl --provides
-#%__perl_requires @RPMCONFIGDIR@/perldeps.pl --requires
-%__perl_provides @RPMCONFIGDIR@/perl.prov
-%__perl_requires @RPMCONFIGDIR@/perl.req
+%__perl_provides @RPMCONFIGDIR@/perldeps.pl --provides
+%__perl_requires @RPMCONFIGDIR@/perldeps.pl --requires
+#%__perl_provides @RPMCONFIGDIR@/perl.prov
+#%__perl_requires @RPMCONFIGDIR@/perl.req
%__python_provides @RPMCONFIGDIR@/pythondeps.sh --provides
%__python_requires @RPMCONFIGDIR@/pythondeps.sh --requires