mirror of
https://github.com/curl/curl.git
synced 2026-08-01 14:58:54 +03:00
parent
8e65877870
commit
f7df67cff0
92 changed files with 165 additions and 165 deletions
|
|
@ -36,7 +36,7 @@ Note: this version is compiled without SSL support.
|
|||
%endif
|
||||
|
||||
%package devel
|
||||
Summary: Development files for the curl libary
|
||||
Summary: Development files for the curl library
|
||||
Group: Development/Libraries
|
||||
%if %{SSL} == 1
|
||||
Requires: openssl >= 0.9.5
|
||||
|
|
|
|||
|
|
@ -16,7 +16,7 @@ $datarootdir=@datarootdir@
|
|||
%vendor Daniel Stenberg, <daniel@haxx.se>
|
||||
%license ${srcdir}/MITX.txt
|
||||
%readme ${srcdir}/README
|
||||
%description Curl is a command line tool for transfering data specified
|
||||
%description Curl is a command line tool for transferring data specified
|
||||
%description with URL syntax
|
||||
%version @VERSION@
|
||||
%packager Giuseppe "Cowo" Corbelli <cowo@lugbs.linux.it>
|
||||
|
|
|
|||
|
|
@ -276,7 +276,7 @@ _ CURL.INC member in file H. This defines everything needed by an ILE/RPG
|
|||
program using libcurl.
|
||||
_ LIBxxx modules and programs. Although the test environment is not supported
|
||||
on OS/400, the libcurl test programs are compiled for manual tests.
|
||||
_ IFS directory /curl/include/curl containg the C header files for IFS source
|
||||
_ IFS directory /curl/include/curl containing the C header files for IFS source
|
||||
C/C++ compilation and curl.inc.rpgle for IFS source ILE/RPG compilation.
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -797,7 +797,7 @@ curl_formadd_ccsid(struct curl_httppost * * httppost,
|
|||
unsigned int contentccsid;
|
||||
unsigned int nameccsid;
|
||||
|
||||
/* A single curl_formadd() call cannot be splitted in several calls to deal
|
||||
/* A single curl_formadd() call cannot be split in several calls to deal
|
||||
with all parameters: the original parameters are thus copied to a local
|
||||
curl_forms array and converted to ASCII when needed.
|
||||
CURLFORM_PTRNAME is processed as if it were CURLFORM_COPYNAME.
|
||||
|
|
|
|||
|
|
@ -70,7 +70,7 @@ P.I.P.S. causes a USER:87 panic if certain timeouts much longer than
|
|||
half an hour are selected.
|
||||
|
||||
LDAP, SCP or SFTP methods are not supported due to lack of support for
|
||||
the dependent libaries on Symbian.
|
||||
the dependent libraries on Symbian.
|
||||
|
||||
gzip and deflate decompression is supported when the appropriate macro
|
||||
is uncommented in the libcurl.mmp file.
|
||||
|
|
|
|||
|
|
@ -20,7 +20,7 @@ marker, you'll want to rejoin the pieces to be all on one line in the batch
|
|||
file). Call any of these batch files - after compiling the curl binaries -
|
||||
with a single parameter specifying the name of the archive file to be created.
|
||||
|
||||
It is implicitely assumed that all of the binary files (curl.exe, libcurl.a,
|
||||
It is implicitly assumed that all of the binary files (curl.exe, libcurl.a,
|
||||
etc) have previously been copied to the main directory of the curl source
|
||||
package (the directory where the main README resides), because that is where
|
||||
they should end up in the zip archive. The archive should *not* be built with
|
||||
|
|
|
|||
|
|
@ -11,7 +11,7 @@ $!
|
|||
$! This should be run with no parameters after the gnv_curl_configure.sh
|
||||
$! script is run.
|
||||
$!
|
||||
$! Paramter P1: REALCLEAN
|
||||
$! Parameter P1: REALCLEAN
|
||||
$! This removes all build products and brings the environment back to
|
||||
$! the point where the gnv_curl_configure.sh procedure needs to be run again.
|
||||
$!
|
||||
|
|
|
|||
|
|
@ -235,7 +235,7 @@ branding the PCSI kit based on who is making the kit.
|
|||
Since at this time curl does not need this alias procedure, the steps
|
||||
to automatically build it are not included here.
|
||||
|
||||
While newer versions of PCSI can support ODS-5 filenames, not all verions
|
||||
While newer versions of PCSI can support ODS-5 filenames, not all versions
|
||||
of PCSI on systems that have ODS-5 filenames do. So as a post install
|
||||
step, the PCSI kit built by these steps does a rename to the correct
|
||||
case as a post install step.
|
||||
|
|
|
|||
|
|
@ -219,7 +219,7 @@ $deck
|
|||
; The first for upper case which matches the tradition method of generating
|
||||
; VAX transfer vectors.
|
||||
;
|
||||
; The second is the exact case for compatibilty with open source C programs
|
||||
; The second is the exact case for compatibility with open source C programs
|
||||
; that expect exact case symbols in images. These are separated because a
|
||||
; previous kit had only upper case symbols.
|
||||
;
|
||||
|
|
|
|||
|
|
@ -218,7 +218,7 @@ allow interrupted downloads to be continued.
|
|||
|
||||
|
||||
The libcurl file module still does not understand VMS file types and requires
|
||||
the input files to be in STREAM_LF to work propery.
|
||||
the input files to be in STREAM_LF to work property.
|
||||
|
||||
The test suites are not supported as of 7.11.0.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue