diff options
author | jbj <devnull@localhost> | 2002-12-21 20:37:37 +0000 |
---|---|---|
committer | jbj <devnull@localhost> | 2002-12-21 20:37:37 +0000 |
commit | 1f6cdca2d549e02f3e65afa27b80cb852e283cd2 (patch) | |
tree | c5dc26a5bb2bd0d112194a325221f14b5f0bbd70 /macros.in | |
parent | b2402702ae91a73f7e4a4787b6a170357e219533 (diff) | |
download | rpm-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.in | 16 |
1 files changed, 15 insertions, 1 deletions
@@ -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} |