summaryrefslogtreecommitdiff
path: root/macros.in
diff options
context:
space:
mode:
authorjbj <devnull@localhost>1999-07-23 19:19:15 +0000
committerjbj <devnull@localhost>1999-07-23 19:19:15 +0000
commit5ddfcc2f6ab43ca5bbaf4cfce2aeeef5c316616c (patch)
treeca99bc8a15e6e86f88fd5df620368ea827683870 /macros.in
parent22dad3f4ce2a1571a1a109f817568dc322d6354b (diff)
downloadlibrpm-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.in8
1 files changed, 7 insertions, 1 deletions
diff --git a/macros.in b/macros.in
index 5ad702d8a..acae7fc44 100644
--- a/macros.in
+++ b/macros.in
@@ -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@