diff --git a/openpkg/openpkg.spec b/openpkg/openpkg.spec index 00b26031e4..33c1642345 100644 --- a/openpkg/openpkg.spec +++ b/openpkg/openpkg.spec @@ -39,15 +39,15 @@ # o any cc(1) # the package version and release -%define V_openpkg 20020225 -%define R_openpkg 20020225 +%define V_openpkg 20020308 +%define R_openpkg 20020308 # the used software versions %define V_rpm 4.0.2 %define V_zlib 1.1.3 %define V_bzip2 1.0.2 %define V_db 3.2.9 -%define V_curl 7.9.3 +%define V_curl 7.9.5 %define V_make 3.79.1 %define V_gzip 1.3.2 %define V_patch 2.5.4 @@ -302,6 +302,7 @@ Provides: OpenPKG CC="${l_cc}" ./configure \ --prefix=%{l_prefix} \ + --without-curses \ --disable-nls ${l_make} (mv bash ..; ${l_make} clean || true; mv ../bash .) diff --git a/openpkg/rpmtool.pod b/openpkg/rpmtool.pod index 92c18287dc..ca400d8db4 100644 --- a/openpkg/rpmtool.pod +++ b/openpkg/rpmtool.pod @@ -169,9 +169,8 @@ This adds (B<-a>) or removes (B<-r>) the group I in the system databa =head1 HISTORY -This tool was created in November 2000 for use with the Portable -RPM-based Unix Software Packages at Cable & Wireless Deutschland GmbH, -Munich. +This tool was created in November 2000 for use in OpenPKG, the +cross-platform RPM-based Unix software packaging facility. =head1 AUTHOR