diff options
author | jbj <devnull@localhost> | 2002-10-24 21:36:12 +0000 |
---|---|---|
committer | jbj <devnull@localhost> | 2002-10-24 21:36:12 +0000 |
commit | e2b28faace3abc3f1962e6c54fdb5f4af797ebf1 (patch) | |
tree | dc9908b5692c097832e105805db83554695499bd /macros.in | |
parent | dec92019981323fac040c4d73f553d9e6bd72dda (diff) | |
download | rpm-e2b28faace3abc3f1962e6c54fdb5f4af797ebf1.tar.gz rpm-e2b28faace3abc3f1962e6c54fdb5f4af797ebf1.tar.bz2 rpm-e2b28faace3abc3f1962e6c54fdb5f4af797ebf1.zip |
- add /usr/lib/rpm/rpmdeps.
- add /usr/lib/rpm/magic.
CVS patchset: 5814
CVS date: 2002/10/24 21:36:12
Diffstat (limited to 'macros.in')
-rw-r--r-- | macros.in | 8 |
1 files changed, 6 insertions, 2 deletions
@@ -1,7 +1,7 @@ #/*! \page config_macros Default configuration: @RPMCONFIGDIR@/macros # \verbatim # -# $Id: macros.in,v 1.124 2002/10/18 16:01:59 jbj Exp $ +# $Id: macros.in,v 1.125 2002/10/24 21:36:13 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 @@ -129,13 +129,17 @@ package or when debugging this package. \ %_defaultdocdir %{_usr}/doc -# Path to cripts to autogenerate package dependencies. +# Path to scripts to autogenerate package dependencies. %__find_provides @FINDPROVIDES@ %__find_requires @FINDREQUIRES@ #%__find_prereq ??? #%__find_conflicts ??? #%__find_obsoletes ??? +%__file_z_n %{__file} -z -n -m @RPMCONFIGDIR@/magic +%__perl_provides @RPMCONFIGDIR@/perl.prov +%__perl_requires @RPMCONFIGDIR@/perl.req + # # fixowner, fixgroup, and fixperms are run at the end of hardcoded setup # These macros are necessary only for legacy compatibility, and have moved |