Initial revision
authorewt <devnull@localhost>
Mon, 11 Dec 1995 23:42:31 +0000 (23:42 +0000)
committerewt <devnull@localhost>
Mon, 11 Dec 1995 23:42:31 +0000 (23:42 +0000)
CVS patchset: 5
CVS date: 1995/12/11 23:42:31

lib/rpmlib.h [new file with mode: 0644]

diff --git a/lib/rpmlib.h b/lib/rpmlib.h
new file mode 100644 (file)
index 0000000..d89953d
--- /dev/null
@@ -0,0 +1,23 @@
+#ifndef H_RPMLIB
+#define H_RPMLIB
+
+/* This is the *only* modules users of rpmlib should need to include */
+
+/* these tags are for both the database and packages */
+
+#define RPMTAG_NAME                    1000
+#define RPMTAG_VERSION                 1001
+#define RPMTAG_RELEASE                 1002
+#define RPMTAG_SERIAL                  1003
+#define        RPMTAG_SUMMARY                  1004
+#define RPMTAG_DESCRIPTION             1005
+#define RPMTAG_BUILDTIME               1006
+#define RPMTAG_BUILDHOST               1007
+#define RPMTAG_INSTALLTIME             1008
+#define RPMTAG_SIZE                    1009
+#define RPMTAG_DISTRIBUTION            1010
+#define RPMTAG_VENDOR                  1011
+#define RPMTAG_GIF                     1012
+#define RPMTAG_XPM                     1013
+
+#endif