summaryrefslogtreecommitdiff
path: root/build/rpmbuild.h
diff options
context:
space:
mode:
authorniemeyer <devnull@localhost>2004-03-16 21:58:25 +0000
committerniemeyer <devnull@localhost>2004-03-16 21:58:25 +0000
commit73260d956c54a3d95aa7d367c09ed3e2cb2a2a00 (patch)
tree420516b3d6568f1e09364f6fd59c6c1849da0b43 /build/rpmbuild.h
parent55f77d61d72a3993436db9a8eefec9eaa7fb61ae (diff)
downloadrpm-73260d956c54a3d95aa7d367c09ed3e2cb2a2a00.tar.gz
- Implemented support for internal Lua scripts.
- Implemented %pretrans and %posttrans script slots. Changed files: Makefile.am configure.ac build/pack.c build/parseScript.c build/parseSpec.c build/rpmbuild.h build/rpmspec.h lib/Makefile.am lib/psm.c lib/rpmlib.h lib/rpmlibprov.c lib/rpmts.c lib/rpmts.h lib/transaction.c Added files: lib/rpmlua.c lib/rpmlua.h lua/* CVS patchset: 7175 CVS date: 2004/03/16 21:58:25
Diffstat (limited to 'build/rpmbuild.h')
-rw-r--r--build/rpmbuild.h18
1 files changed, 10 insertions, 8 deletions
diff --git a/build/rpmbuild.h b/build/rpmbuild.h
index a6a918364..66d670064 100644
--- a/build/rpmbuild.h
+++ b/build/rpmbuild.h
@@ -62,14 +62,16 @@ typedef enum rpmParseState_e {
PART_POST = 9, /*!< */
PART_PREUN = 10, /*!< */
PART_POSTUN = 11, /*!< */
- PART_DESCRIPTION = 12, /*!< */
- PART_CHANGELOG = 13, /*!< */
- PART_TRIGGERIN = 14, /*!< */
- PART_TRIGGERUN = 15, /*!< */
- PART_VERIFYSCRIPT = 16, /*!< */
- PART_BUILDARCHITECTURES= 17,/*!< */
- PART_TRIGGERPOSTUN = 18, /*!< */
- PART_LAST = 19 /*!< */
+ PART_PRETRANS = 12, /*!< */
+ PART_POSTTRANS = 13, /*!< */
+ PART_DESCRIPTION = 14, /*!< */
+ PART_CHANGELOG = 15, /*!< */
+ PART_TRIGGERIN = 16, /*!< */
+ PART_TRIGGERUN = 17, /*!< */
+ PART_VERIFYSCRIPT = 18, /*!< */
+ PART_BUILDARCHITECTURES= 19,/*!< */
+ PART_TRIGGERPOSTUN = 20, /*!< */
+ PART_LAST = 21 /*!< */
} rpmParseState;
#define STRIP_NOTHING 0