diff options
author | jbj <devnull@localhost> | 2003-03-05 00:13:11 +0000 |
---|---|---|
committer | jbj <devnull@localhost> | 2003-03-05 00:13:11 +0000 |
commit | e8cf6cbb056a5b4517191b2a216d48a712993460 (patch) | |
tree | d6b2854dc6040be56ae3ec230897dd44f9a630a7 /macros.in | |
parent | ef4490102a278a335d711dda2fc144a99f985a76 (diff) | |
download | librpm-tizen-e8cf6cbb056a5b4517191b2a216d48a712993460.tar.gz librpm-tizen-e8cf6cbb056a5b4517191b2a216d48a712993460.tar.bz2 librpm-tizen-e8cf6cbb056a5b4517191b2a216d48a712993460.zip |
Sanity.
CVS patchset: 6652
CVS date: 2003/03/05 00:13:11
Diffstat (limited to 'macros.in')
-rw-r--r-- | macros.in | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -1,7 +1,7 @@ #/*! \page config_macros Default configuration: @RPMCONFIGDIR@/macros # \verbatim # -# $Id: macros.in,v 1.137 2003/01/31 22:55:28 jbj Exp $ +# $Id: macros.in,v 1.138 2003/03/05 00:13:11 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 @@ -339,6 +339,8 @@ package or when debugging this package.\ # # Note: Used iff _use_internal_dependency_generator is non-zero. The # helpers are also used by @RPMCONFIGDIR@/rpmdeps {--provides|--requires). +#%__perl_provides /usr/lib/rpm/perldeps --provides +#%__perl_requires /usr/lib/rpm/perldeps --requires %__perl_provides @RPMCONFIGDIR@/perl.prov %__perl_requires @RPMCONFIGDIR@/perl.req |