summaryrefslogtreecommitdiff
path: root/macros.in
diff options
context:
space:
mode:
authorjbj <devnull@localhost>2002-12-21 20:37:37 +0000
committerjbj <devnull@localhost>2002-12-21 20:37:37 +0000
commit1f6cdca2d549e02f3e65afa27b80cb852e283cd2 (patch)
treec5dc26a5bb2bd0d112194a325221f14b5f0bbd70 /macros.in
parentb2402702ae91a73f7e4a4787b6a170357e219533 (diff)
downloadrpm-1f6cdca2d549e02f3e65afa27b80cb852e283cd2.tar.gz
rpm-1f6cdca2d549e02f3e65afa27b80cb852e283cd2.tar.bz2
rpm-1f6cdca2d549e02f3e65afa27b80cb852e283cd2.zip
- add --enable-posixmutexes when configuring on linux.
- add rpmdb_{deadlock,dump,load,svc,stat,verify} utilities. - include srpm pkgid in binary headers (#71460). - add %check scriptlet to run after %install (#64137). CVS patchset: 5957 CVS date: 2002/12/21 20:37:37
Diffstat (limited to 'macros.in')
-rw-r--r--macros.in16
1 files changed, 15 insertions, 1 deletions
diff --git a/macros.in b/macros.in
index d1298a293..137e9e27f 100644
--- a/macros.in
+++ b/macros.in
@@ -1,7 +1,7 @@
#/*! \page config_macros Default configuration: @RPMCONFIGDIR@/macros
# \verbatim
#
-# $Id: macros.in,v 1.133 2002/12/17 19:22:15 jbj Exp $
+# $Id: macros.in,v 1.134 2002/12/21 20:37:37 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
@@ -806,6 +806,20 @@ package or when debugging this package.\
#%{__spec_install_post}\
#%{nil}
+%__spec_check_shell %{___build_shell}
+%__spec_check_args %{___build_args}
+%__spec_check_cmd %{___build_cmd}
+%__spec_check_pre %{___build_pre}
+%__spec_check_body %{___build_body}
+%__spec_check_post %{___build_post}
+%__spec_check_template #!%{__spec_check_shell}\
+%{__spec_check_pre}\
+%{nil}
+
+#%{__spec_check_body}\
+#%{__spec_check_post}\
+#%{nil}
+
#%__spec_autodep_shell %{___build_shell}
#%__spec_autodep_args %{___build_args}
#%__spec_autodep_cmd %{___build_cmd}