|
|
@@ -26,17 +26,17 @@
|
|
|
# package information
|
|
|
Name: str
|
|
|
Summary: String Library
|
|
|
-URL: http://www.engelschall.com/sw/str/
|
|
|
+URL: http://www.ossp.org/pkg/lib/str/
|
|
|
Vendor: Ralf S. Engelschall
|
|
|
Packager: The OpenPKG Project
|
|
|
Distribution: OpenPKG [REL]
|
|
|
Group: Text
|
|
|
License: MIT/BSD-style
|
|
|
-Version: 0.9.6
|
|
|
-Release: 20020206
|
|
|
+Version: 0.9.7
|
|
|
+Release: 20020401
|
|
|
|
|
|
# list of sources
|
|
|
-Source0: http://www.engelschall.com/sw/str/str-%{version}.tar.gz
|
|
|
+Source0: ftp://ftp.ossp.org/pkg/lib/str/str-%{version}.tar.gz
|
|
|
|
|
|
# build information
|
|
|
Prefix: %{l_prefix}
|
|
|
@@ -47,9 +47,9 @@ AutoReq: no
|
|
|
AutoReqProv: no
|
|
|
|
|
|
%description
|
|
|
- The Str library is a generic string library written in ANSI C which
|
|
|
+ OSSP str is a generic string library written in ISO-C which
|
|
|
provides functions for handling, matching, parsing, searching and
|
|
|
- formatting of C strings. So it can be considered as a superset
|
|
|
+ formatting of ISO-C strings. So it can be considered as a superset
|
|
|
of POSIX string(3), but its main intention is to provide a more
|
|
|
convinient and compact API plus a more generalized functionality.
|
|
|
|