Browse Source

- try to confince bash to not use curses - upgrade to curl 7.9.5 - history cleanup in rpmtool.pod

Ralf S. Engelschall 24 years ago
parent
commit
f60df8e804
2 changed files with 6 additions and 6 deletions
  1. 4 3
      openpkg/openpkg.spec
  2. 2 3
      openpkg/rpmtool.pod

+ 4 - 3
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 .)

+ 2 - 3
openpkg/rpmtool.pod

@@ -169,9 +169,8 @@ This adds (B<-a>) or removes (B<-r>) the group I<groupname> 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