SPECS (DEVEL): ZendFramework.spec - add missing description
arvenil
arvenil at pld-linux.org
Fri Jul 25 20:04:47 CEST 2008
Author: arvenil Date: Fri Jul 25 18:04:47 2008 GMT
Module: SPECS Tag: DEVEL
---- Log message:
- add missing description
---- Files affected:
SPECS:
ZendFramework.spec (1.15.2.4 -> 1.15.2.5)
---- Diffs:
================================================================
Index: SPECS/ZendFramework.spec
diff -u SPECS/ZendFramework.spec:1.15.2.4 SPECS/ZendFramework.spec:1.15.2.5
--- SPECS/ZendFramework.spec:1.15.2.4 Fri Jul 25 00:21:55 2008
+++ SPECS/ZendFramework.spec Fri Jul 25 20:04:42 2008
@@ -1,6 +1,7 @@
# $Revision$, $Date$
# TODO
# - Components to subpackages
+# - sumaries for subpackages
# - dependencies?
%include /usr/lib/rpm/macros.php
%define rel RC1
@@ -71,7 +72,8 @@
Requires: %{name} = %{version}-%{release}
%description Zend_Cache
-Zend_Cache provides a generic way to cache any data.
+Zend_Cache provides a flexible approach toward caching data, including
+support for tagging, manipulating, iterating, and removing subsets.
%package Zend_Config
Summary: Zend_Config
@@ -291,7 +293,11 @@
Requires: %{name} = %{version}-%{release}
%description Zend_Http
-Zend_Http
+Zend_Http component provides a client for the HTTP protocol. It
+supports:
+- URL validation
+- cookies
+- proxy servers.
%package Zend_InfoCard
Summary: Zend_InfoCard
@@ -383,7 +389,13 @@
Requires: %{name} = %{version}-%{release}
%description Zend_Locale
-Zend_Locale
+Zend_Locale is the Framework's answer to the question, "How can the
+same application be used around the whole world?". This component is
+the foundation of Zend_Date, Zend_Translate, and others. It provides:
+- access to CLDR, an international data repository for I18N issues,
+ for all framework classes
+- localizing of numbers
+- normalizing of dates, times and numbers.
%package Zend_Log
Summary: Zend_Log
@@ -537,7 +549,13 @@
Requires: %{name} = %{version}-%{release}
%description Zend_Rest
-Zend_Rest
+REST Web Services use service-specific XML formats. These ad-hoc
+standards mean that the manner for accessing a REST web service is
+different for each service. REST web services typically use URL
+parameters (GET data) or path information for requesting data and POST
+data for sending data. Zend_Rest component provides:
+- capabilities to access REST web services
+- capabilities to expose APIs as REST services
%package Zend_Search_Lucene
Summary: Zend_Search_Lucene
@@ -770,7 +788,12 @@
Requires: %{name} = %{version}-%{release}
%description Zend_Session
-Zend_Session
+Zend_Session helps manage and preserve session data across multiple
+page requests by the same client. Zend_Session component:
+- provides an object-oriented interface to access session data
+- provides optional security features to help protect against session
+ hijacking
+- supports namespaced access to the PHP session for interoperability.
%package Zend_Soap
Summary: Zend_Soap
@@ -864,7 +887,8 @@
Requires: %{name} = %{version}-%{release}
%description Zend_Version
-Zend_Version
+Zend_Version component delivers current version number of Zend
+Framework.
%package Zend_View
Summary: Zend_View
@@ -1232,6 +1256,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.15.2.5 2008/07/25 18:04:42 arvenil
+- add missing description
+
Revision 1.15.2.4 2008/07/24 22:21:55 arvenil
- up to 1.6.0RC1
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/ZendFramework.spec?r1=1.15.2.4&r2=1.15.2.5&f=u
More information about the pld-cvs-commit
mailing list