diff options
author | jbj <devnull@localhost> | 1999-07-23 19:19:15 +0000 |
---|---|---|
committer | jbj <devnull@localhost> | 1999-07-23 19:19:15 +0000 |
commit | 5ddfcc2f6ab43ca5bbaf4cfce2aeeef5c316616c (patch) | |
tree | ca99bc8a15e6e86f88fd5df620368ea827683870 /macros.in | |
parent | 22dad3f4ce2a1571a1a109f817568dc322d6354b (diff) | |
download | librpm-tizen-5ddfcc2f6ab43ca5bbaf4cfce2aeeef5c316616c.tar.gz librpm-tizen-5ddfcc2f6ab43ca5bbaf4cfce2aeeef5c316616c.tar.bz2 librpm-tizen-5ddfcc2f6ab43ca5bbaf4cfce2aeeef5c316616c.zip |
add post install configurable dependency checking.
CVS patchset: 3202
CVS date: 1999/07/23 19:19:15
Diffstat (limited to 'macros.in')
-rw-r--r-- | macros.in | 8 |
1 files changed, 7 insertions, 1 deletions
@@ -1,4 +1,4 @@ -# $Id: macros.in,v 1.31 1999/05/14 18:59:43 jbj Exp $ +# $Id: macros.in,v 1.32 1999/07/23 19:19:15 jbj Exp $ #============================================================================== # Macro naming conventions (preliminary): # @@ -63,6 +63,12 @@ %_dbpath %{_var}/lib/rpm %_defaultdocdir %{_usr}/doc # +%__find_provides @FINDPROVIDES@ +%__find_requires @FINDREQUIRES@ +#%__find_prereq ??? +#%__find_conflicts ??? +#%__find_obsoletes ??? +# # XXX fixowner, fixgroup, and fixperms are run at the end of hardcoded setup %_fixowner [ `%{__id} -u` = '0' ] && %{__chown} -Rf root %_fixgroup [ `%{__id} -u` = '0' ] && %{__chgrp} -Rf @ROOT_GROUP@ |