summaryrefslogtreecommitdiff
path: root/popt
diff options
context:
space:
mode:
authorjbj <devnull@localhost>1999-12-24 14:54:34 +0000
committerjbj <devnull@localhost>1999-12-24 14:54:34 +0000
commitb325535ff19dbc77a43e42808ffeb31c794e76bd (patch)
treef75b859eb0a5c8cf94b56148878231b94deba3cd /popt
parent7007cb8ae4cdf69bdd9de43d29eb4dd73fd3c311 (diff)
downloadrpm-b325535ff19dbc77a43e42808ffeb31c794e76bd.tar.gz
rpm-b325535ff19dbc77a43e42808ffeb31c794e76bd.tar.bz2
rpm-b325535ff19dbc77a43e42808ffeb31c794e76bd.zip
split python bindings into a separate sub-package of rpm.
CVS patchset: 3497 CVS date: 1999/12/24 14:54:34
Diffstat (limited to 'popt')
-rwxr-xr-xpopt/configure.in2
-rw-r--r--popt/popt.spec6
2 files changed, 6 insertions, 2 deletions
diff --git a/popt/configure.in b/popt/configure.in
index d0e04ce11..400293a08 100755
--- a/popt/configure.in
+++ b/popt/configure.in
@@ -11,7 +11,7 @@ AC_PROG_CC
AC_GCC_TRADITIONAL
AM_C_PROTOTYPES
-AM_DISABLE_SHARED
+dnl AM_DISABLE_SHARED
AM_PROG_LIBTOOL
AC_PROG_INSTALL
diff --git a/popt/popt.spec b/popt/popt.spec
index 8adb06f6b..26106525d 100644
--- a/popt/popt.spec
+++ b/popt/popt.spec
@@ -1,6 +1,10 @@
+#
+# Note: popt is now an rpm sub-package (including libpopt.so*) so you probably
+# shouldn't need to use this spec file to package popt anymore.
+#
Summary: A C library for parsing command line parameters.
Name: popt
-Version: 1.4
+Version: 1.5
Release: 1
Copyright: LGPL
Group: System Environment/Libraries