]> git.pld-linux.org Git - packages/ZendFramework.git/blame - ZendFramework.spec
update manual deps
[packages/ZendFramework.git] / ZendFramework.spec
CommitLineData
f935b20d
ER
1# NOTE
2# - dependencies are filled according to official doc:
fe42ae92 3# http://framework.zend.com/manual/1.12/en/requirements.introduction.html
a42fce70
ER
4#
5# Conditional build:
6%bcond_without tests # do not perform "make test"
7
126270fc 8# TODO
a4a512d7 9# - check Zend/Pdf/FileParser/Image/Jpeg.php and Zend/Pdf/FileParser/Image/Tiff.php
5d4e00df 10# presence in Zend/Pdf/Image.php after update [not implemented in 1.10.2)
82333b58 11%define php_min_version 5.2.11
15178bf9 12%include /usr/lib/rpm/macros.php
366e32c5 13Summary: Zend Framework
4bcf46e1 14Summary(pl.UTF-8): Szkielet Zend
366e32c5 15Name: ZendFramework
fe42ae92 16Version: 1.12.11
60a23880 17Release: 1
e100c5ce 18License: New BSD License
366e32c5 19Group: Development/Languages/PHP
6007ee30 20Source0: http://framework.zend.com/releases/%{name}-%{version}/%{name}-%{version}.tar.gz
fe42ae92 21# Source0-md5: fb05390d22bb0ab9b340c456c4b25af5
6007ee30 22Source1: http://framework.zend.com/releases/%{name}-%{version}/%{name}-%{version}-manual-en.tar.gz
fe42ae92 23# Source1-md5: ca6ab6b20ca0a0f32b680c8111404286
25284397 24Source2: %{name}-find-lang.sh
c064d7ba 25Patch0: %{name}-additional-locales.patch
cd38c384 26Patch1: %{name}-deps.patch
0ed534c0 27URL: http://framework.zend.com/manual/1.12/en/manual.html
9e45b986 28BuildRequires: /usr/bin/php
15178bf9 29BuildRequires: rpm-php-pearprov >= 4.4.2-11
cf32eb5c 30BuildRequires: rpmbuild(macros) >= 1.654
39269395 31BuildRequires: sed >= 4.0
60a23880 32Requires: php(core) >= %{php_min_version}
e53c1633 33Requires: php-pear
5d4e00df 34Requires: rpm-whiteout >= 1.32
6e96c14e 35Obsoletes: ZendFramework-doc
366e32c5
ER
36BuildArch: noarch
37BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
38
15178bf9
ER
39# disable PEAR dependency solving in requirements, while we still do Provide them
40%define _noautoreq_pear Zend/.*
41
5d4e00df
ER
42# exclude optional php dependencies
43%define _noautophp php-oci8 php-bitset
44
45# put it together for rpmbuild
f935b20d 46%define _noautoreq %{?_noautophp}
8246fb64 47
366e32c5
ER
48%description
49Zend Framework is a high quality and open source framework for
50developing Web Applications and Web Services.
51
52Built in the true PHP spirit, the Zend Framework delivers ease-of-use
53and powerful functionality. It provides solutions for building modern,
54robust, and secure websites.
55
0c96b98d
JR
56%description -l pl.UTF-8
57Zend Framework to mający otwarte źródła, wysokiej jakości szkielet do
58tworzenia aplikacji i usług WWW.
6dcfea62 59
0c96b98d
JR
60Stworzony w prawdziwym duchu PHP szkielet Zend dostarcza łatwą w
61użyciu i potężną funkcjonalność. Udostępnia rozwiązania do tworzenia
62nowoczesnych, bogatych i bezpiecznych serwisów WWW.
6dcfea62 63
e71cf32a 64%package Zend_Acl
74a16276
JB
65Summary: Zend_Acl - ACL functionality and privileges management
66Summary(pl.UTF-8): Zend_Acl - listy kontroli dostępu i zarządzanie uprawnieniami
e71cf32a 67Group: Development/Languages/PHP
0ed534c0 68URL: http://framework.zend.com/manual/1.12/en/zend.acl.html
e71cf32a 69Requires: %{name} = %{version}-%{release}
094ea275 70Requires: %{name}-Zend_Exception = %{version}-%{release}
e71cf32a 71
72%description Zend_Acl
73Zend_Acl provides lightweight and flexible access control list (ACL)
74functionality and privileges management. In general, an application
75may utilize such functionality to control access to certain protected
76objects by other requesting objects.
77
74a16276
JB
78%description Zend_Acl -l pl.UTF-8
79Zend_Acl udostępnia lekkie i elastyczne listy kontroli dostępu (ACL)
80oraz zarządzanie uprawnieniami. W ogólności aplikacje mogą
81wykorzystywać te funkcje do kontroli dostępu do określonych
82chronionych obiektów przez inne obiekty.
83
16faf287 84%package Zend_Amf
74a16276
JB
85Summary: Zend_Amf - Action Message Format support
86Summary(pl.UTF-8): Zend_Amf - obsługa formatu AMF (Action Message Format)
16faf287 87Group: Development/Languages/PHP
0ed534c0 88URL: http://framework.zend.com/manual/1.12/en/zend.amf.html
16faf287 89Requires: %{name} = %{version}-%{release}
935c079e
ER
90Requires: %{name}-Zend_Acl = %{version}-%{release}
91Requires: %{name}-Zend_Auth = %{version}-%{release}
094ea275 92Requires: %{name}-Zend_Exception = %{version}-%{release}
935c079e 93Requires: %{name}-Zend_Reflection = %{version}-%{release}
094ea275 94Requires: %{name}-Zend_Server = %{version}-%{release}
8f301a89 95Requires: %{name}-Zend_Xml = %{version}-%{release}
a61792aa
ER
96Requires: php(dom)
97Suggests: php(simplexml)
16faf287
ER
98
99%description Zend_Amf
6d2990e4
ER
100Zend_Amf provides support for Adobe's Action Message Format (AMF), to
101allow communication between Adobe's Flash Player and PHP.
102Specifically, it provides a gateway server implementation for handling
103requests sent from the Flash Player to the server and mapping these
104requests to object and class methods and arbitrary callbacks.
16faf287 105
74a16276
JB
106%description Zend_Amf -l pl.UTF-8
107Zend_Amf dodaje obsługę formatu Adobe Action Message Format (AMF),
108pozwalającego na komunikację między Adobe Flash Playerem a PHP. W
109szczególności udostępnia implementację serwera bramki do obsługi żądań
110wysyłanych z Flash Playera do serwera i odwzorowywania tych żądań na
111obiekty i metody klas oraz wywołania zwrotne.
112
8d05effb
AG
113%package Zend_Application
114Summary: Zend_Application - bootstrap facility
115Group: Development/Languages/PHP
0ed534c0 116URL: http://framework.zend.com/manual/1.12/en/zend.amf.html
8d05effb 117Requires: %{name} = %{version}-%{release}
935c079e
ER
118Requires: %{name}-Zend_Exception = %{version}-%{release}
119Requires: %{name}-Zend_Loader = %{version}-%{release}
a61792aa 120Suggests: php(date)
8d05effb
AG
121
122%description Zend_Application
123Zend_Application provides a bootstrapping facility for applications
124which provides reusable resources, common- and module-based bootstrap
125classes and dependency checking. It also takes care of setting up the
126PHP environment and introduces autoloading by default.
127
e71cf32a 128%package Zend_Auth
74a16276
JB
129Summary: Zend_Auth - authentication API
130Summary(pl.UTF-8): Zend_Auth - API do uwierzytelniania
e71cf32a 131Group: Development/Languages/PHP
0ed534c0 132URL: http://framework.zend.com/manual/1.12/en/zend.auth.html
e71cf32a 133Requires: %{name} = %{version}-%{release}
935c079e 134Requires: %{name}-Zend_Db = %{version}-%{release}
094ea275 135Requires: %{name}-Zend_Exception = %{version}-%{release}
cf32eb5c 136Requires: php(ctype)
a61792aa
ER
137Suggests: php(hash)
138# Zend_Auth_Adapter_Http requires hash
e71cf32a 139
140%description Zend_Auth
141Zend_Auth provides an API for authentication and includes concrete
142authentication adapters for common use case scenarios.
143
74a16276
JB
144%description Zend_Auth -l pl.UTF-8
145Zend_Auth udostępnia API do uwierzytelniania i zawiera właściwe
146adaptery do uwierzytelniania w popularnych przypadkach użycia.
147
1e0529b7
AG
148%package Zend_Barcode
149Summary: Zend_Barcode - barcode generator
c7215af1 150Summary(pl.UTF-8): Zend_Barcode - generator kodów kreskowych
1e0529b7 151Group: Development/Languages/PHP
0ed534c0 152URL: http://framework.zend.com/manual/1.12/en/zend.barcode.html
1e0529b7 153Requires: %{name} = %{version}-%{release}
935c079e
ER
154Requires: %{name}-Zend_Exception = %{version}-%{release}
155Requires: %{name}-Zend_Validate = %{version}-%{release}
1e0529b7
AG
156
157%description Zend_Barcode
158Zend_Barcode provides a generic way to generate barcodes. The
159Zend_Barcode component is divided into two subcomponents: barcode
160objects and renderers. Objects allow you to create barcodes
161independently of the renderer. Renderer allow you to draw barcodes
162based on the support required.
163
164%description Zend_Barcode -l pl.UTF-8
165Zend_Barcode udostępnia funkcjonalność generowania kodów kreskowych.
166Komponent Zend_Barcode podzielony jest na dwa podkomponenty: obiekty i
167renderery. Obiekty pozwalają na tworzenie kodów niezależnie od
168renderera, renderer na rysowanie kodów na podstawie obiektu.
169
e71cf32a 170%package Zend_Cache
74a16276
JB
171Summary: Zend_Cache - data caching
172Summary(pl.UTF-8): Zend_Cache - pamięć podręczna dla danych
e71cf32a 173Group: Development/Languages/PHP
0ed534c0 174URL: http://framework.zend.com/manual/1.12/en/zend.cache.html
e71cf32a 175Requires: %{name} = %{version}-%{release}
a61792aa
ER
176Suggests: php(apc)
177Suggests: php(memcache)
178Suggests: php(memcached)
179Suggests: php(sqlite)
180# Zend_Cache_Backend_Apc requires apc
181# Zend_Cache_Backend_Memcached requires memcache
182# Zend_Cache_Backend_Libmemcached requires memcached
183# Zend_Cache_Backend_Sqlite requires sqlite
e71cf32a 184
185%description Zend_Cache
186Zend_Cache provides a flexible approach toward caching data, including
187support for tagging, manipulating, iterating, and removing subsets.
188
74a16276
JB
189%description Zend_Cache -l pl.UTF-8
190Zend_Cache zapewnia elastyczną pamięć podręczną dla danych z obsługą
191oznaczania, modyfikowania, iterowania i usuwania podzbiorów.
192
e71cf32a 193%package Zend_Captcha
74a16276
JB
194Summary: Zend_Captcha - CAPTCHA functionality
195Summary(pl.UTF-8): Zend_Captcha - funkcjonalność CAPTCHA
e71cf32a 196Group: Development/Languages/PHP
0ed534c0 197URL: http://framework.zend.com/manual/1.12/en/zend.captcha.html
e71cf32a 198Requires: %{name} = %{version}-%{release}
094ea275
ER
199Requires: %{name}-Zend_Exception = %{version}-%{release}
200Requires: %{name}-Zend_Service_ReCaptcha = %{version}-%{release}
201Requires: %{name}-Zend_Text = %{version}-%{release}
202Requires: %{name}-Zend_Validate = %{version}-%{release}
a61792aa 203Requires: php(gd)
e71cf32a 204
205%description Zend_Captcha
206CAPTCHA stands for "Completely Automated Turing test to tell Computers
207and Humans Apart" it is used as a challenge-response to ensure that
208the individual submitting information is a human and not an automated
209process. Typically, a captcha is used with form submissions where
210authenticated users are not necessary, but you desire to prevent spam
211submissions. Captchas can take variety of forms, including asking
212logic questions, presenting skewed fonts, and presenting images and
213asking how they relate. Zend_Captcha aims to provide a variety of
214backends that may be utilized either standalone or in conjunction with
215Zend_Form.
216
74a16276
JB
217%description Zend_Captcha -l pl.UTF-8
218CAPTCHA (Completely Automated Turing test to tell Computers and Humans
219Apart) to oparta na pytaniu i odpowiedzi metoda upewnienia się, że
220wysyłający informację jest człowiekiem, a nie zautomatyzowanym
221procesem. Zwykle captcha używa się tam, gdzie formularze są wywyłane
222bez uwierzytelniania, ale chcemy zapobiec wysyłaniu spamu. Mają różne
223postaci, np. zadawanie pytań logicznych, pokazywanie wykrzywionych
224fontów lub obrazków z pytaniem o ich powiązania. Klasa Zend_Captcha
225udostępnia różne backendy. Może być używana zarówno samodzielnie, jak
226i w połączeniu z Zend_Form.
227
7c53a033
ER
228%package Zend_Cloud
229Summary: Zend_Cloud - SimpleCloud API
230Group: Development/Languages/PHP
0ed534c0 231URL: http://framework.zend.com/manual/1.12/en/zend.cloud.html
7c53a033 232Requires: %{name} = %{version}-%{release}
935c079e 233Requires: %{name}-Zend_Exception = %{version}-%{release}
7c53a033
ER
234
235%description Zend_Cloud
236SimpleCloud API
237
8d05effb
AG
238%package Zend_CodeGenerator
239Summary: Zend_CodeGenerator - generate arbitrary code using OO interface
240Group: Development/Languages/PHP
0ed534c0 241URL: http://framework.zend.com/manual/1.12/en/zend.codegenerator.html
8d05effb 242Requires: %{name} = %{version}-%{release}
935c079e 243Requires: %{name}-Zend_Exception = %{version}-%{release}
8d05effb
AG
244
245%description Zend_CodeGenerator
141d3d77
ER
246Zend_CodeGenerator provides facilities to generate arbitrary code
247using an object oriented interface, both to create new code as well as
248to update existing code. While the current implementation is limited
249to generating PHP code, you can easily extend the base class in order
250to provide code generation for other tasks: JavaScript, configuration
8d05effb
AG
251files, apache vhosts, etc.
252
e71cf32a 253%package Zend_Config
74a16276
JB
254Summary: Zend_Config - access to configuration data
255Summary(pl.UTF-8): Zend_Config - dostęp do danych konfiguracyjnych
e71cf32a 256Group: Development/Languages/PHP
0ed534c0 257URL: http://framework.zend.com/manual/1.12/en/zend.config.html
e71cf32a 258Requires: %{name} = %{version}-%{release}
094ea275 259Requires: %{name}-Zend_Exception = %{version}-%{release}
a61792aa
ER
260Suggests: php(simplexml)
261# Zend_Config_Xml requires simplexml
e71cf32a 262
263%description Zend_Config
264Zend_Config is designed to simplify access to and use of configuration
265data within applications.
266
74a16276
JB
267%description Zend_Config -l pl.UTF-8
268Zend_Config ma na celu ułatwienie dostępu i używania danych
269konfiguracyjnych w aplikacjach.
270
e71cf32a 271%package Zend_Console_Getopt
74a16276
JB
272Summary: Zend_Console_Getopt - parsing command-line options and arguments
273Summary(pl.UTF-8): Zend_Console_Getopt - analiza opcji i argumentów linii poleceń
e71cf32a 274Group: Development/Languages/PHP
0ed534c0 275URL: http://framework.zend.com/manual/1.12/en/zend.console.getopt.html
e71cf32a 276Requires: %{name} = %{version}-%{release}
094ea275 277Requires: %{name}-Zend_Exception = %{version}-%{release}
e71cf32a 278
279%description Zend_Console_Getopt
280The Zend_Console_Getopt class helps command-line applications to parse
281their options and arguments.
282
74a16276
JB
283%description Zend_Console_Getopt -l pl.UTF-8
284Klasa Zend_Console_Getopt pomaga aplikacjom linii poleceń w analizie
285opcji i argumentów.
286
e71cf32a 287%package Zend_Controller
74a16276
JB
288Summary: Zend_Controller - heart of Model-View-Controller system
289Summary(pl.UTF-8): Zend_Controller - podstawa systemu Model-View-Controller
e71cf32a 290Group: Development/Languages/PHP
0ed534c0 291URL: http://framework.zend.com/manual/1.12/en/zend.controller.html
e71cf32a 292Requires: %{name} = %{version}-%{release}
094ea275
ER
293Requires: %{name}-Zend_Config = %{version}-%{release}
294Requires: %{name}-Zend_Exception = %{version}-%{release}
295Requires: %{name}-Zend_Loader = %{version}-%{release}
296Requires: %{name}-Zend_Registry = %{version}-%{release}
297Requires: %{name}-Zend_Uri = %{version}-%{release}
298Requires: %{name}-Zend_View = %{version}-%{release}
a61792aa
ER
299Requires: php(reflection)
300Requires: php(session)
e71cf32a 301
302%description Zend_Controller
303Zend_Controller is the heart of Zend Framework's MVC system. MVC
304stands for Model-View-Controller and is a design pattern targeted at
305separating application logic from display logic.
306
74a16276
JB
307%description Zend_Controller -l pl.UTF-8
308Zend_Controller to podstawa systemu MVC szkieletu Zend. MVC oznacza
309Model-View-Controller (model-widok-kontroler) i jest wzorcem
310projektowym służącym do oddzielenia logiki aplikacji od logiki
311wyświetlania.
312
8d05effb
AG
313%package Zend_Crypt
314Summary: Zend_Crypt
315Group: Development/Languages/PHP
c56135d1 316#URL: http://framework.zend.com/manual/1.12/en/zend.crypt.html
8d05effb 317Requires: %{name} = %{version}-%{release}
935c079e 318Requires: %{name}-Zend_Exception = %{version}-%{release}
8d05effb
AG
319
320%description Zend_Crypt
321Zend_Crypt
322
e71cf32a 323%package Zend_Currency
74a16276
JB
324Summary: Zend_Currency - currency representation handling
325Summary(pl.UTF-8): Zend_Currency - obsługa reprezentacji walut
e71cf32a 326Group: Development/Languages/PHP
0ed534c0 327URL: http://framework.zend.com/manual/1.12/en/zend.currency.html
e71cf32a 328Requires: %{name} = %{version}-%{release}
094ea275
ER
329Requires: %{name}-Zend_Exception = %{version}-%{release}
330Requires: %{name}-Zend_Locale = %{version}-%{release}
cf32eb5c 331Requires: php(iconv)
e71cf32a 332
333%description Zend_Currency
334Zend_Currency is part of the I18N core of the Zend_Framework. It
335handles all issues related to currency, money representation and
336formating. And it also provides additional informational methods which
337include localized informations on currencies, informations about which
338currency is used in which region and more.
339
74a16276
JB
340%description Zend_Currency -l pl.UTF-8
341Zend_Currency to część rdzenia I18N szkieletu Zend. Obsługuje
342wszystkie zawiłości związane z walutami, reprezentacją i formatowaniem
343jednostek monetarnych. Zawiera także dodatkowe metody informacyjne
344zawierające zlokalizowane informacje o walutach, regionach, w których
345są używane itp.
346
e71cf32a 347%package Zend_Date
74a16276
JB
348Summary: Zend_Date - manipulating dates and times
349Summary(pl.UTF-8): Zend_Date - operacje na dacie i czasie
e71cf32a 350Group: Development/Languages/PHP
0ed534c0 351URL: http://framework.zend.com/manual/1.12/en/zend.date.html
e71cf32a 352Requires: %{name} = %{version}-%{release}
094ea275
ER
353Requires: %{name}-Zend_Exception = %{version}-%{release}
354Requires: %{name}-Zend_Locale = %{version}-%{release}
e71cf32a 355
356%description Zend_Date
357Zend_Date component offers a detailed, but simple API for manipulating
358dates and times. Its methods accept a wide variety of types of
359information, including date parts, in numerous combinations yielding
360many features and possibilities above and beyond the existing PHP date
361related functions.
362
74a16276
JB
363%description Zend_Date -l pl.UTF-8
364Komponent Zend_Date oferuje szczegółowe, ale proste API do operacji na
365dacie i czasie. Metody przyjmują szeroki zakres typów informacji, w
366tym części daty w różnych kombinacjach wykraczających poza funkcje
367obróbki daty istniejące w PHP.
368
e71cf32a 369%package Zend_Db
370Summary: Zend_Db
371Group: Development/Languages/PHP
0ed534c0 372URL: http://framework.zend.com/manual/1.12/en/zend.db.html
e71cf32a 373Requires: %{name} = %{version}-%{release}
094ea275
ER
374Requires: %{name}-Zend_Exception = %{version}-%{release}
375Requires: %{name}-Zend_Loader = %{version}-%{release}
a61792aa
ER
376Suggests: php(mysqli)
377Suggests: php(pdo-mysql)
378Suggests: php(pdo-pgsql)
379Suggests: php(pdo-sqlite)
380# Zend_Db_Adapter_Db2 requires ibm_db2
381# Zend_Db_Adapter_Firebird requires interbase
382# Zend_Db_Adapter_Mysqli requires mysqli
383# Zend_Db_Adapter_Oracle requires oci8
384# Zend_Db_Adapter_Pdo_Mysql requires pdo_mysql
385# Zend_Db_Adapter_Pdo_Pgsql requires pdo_pgsql
386# Zend_Db_Adapter_Pdo_Sqlite requires pdo_sqlite
e71cf32a 387
388%description Zend_Db
389Zend_Db and its related classes provide a simple SQL database
390interface for Zend Framework. The Zend_Db_Adapter is the basic class
391you use to connect your PHP application to an RDBMS. There is a
392different Adapter class for each brand of RDBMS. The Zend_Db Adapters
393create a bridge from the vendor-specific PHP extensions to a common
394interface, to help you write PHP applications once and deploy with
395multiple brands of RDBMS with very little effort. The interface of the
396Adapter class is similar to the interface of the PHP Data Objects
397extension.
398
399Zend_Db provides Adapter classes to PDO drivers for the following
400RDBMS brands:
401- IBM DB2 and Informix Dynamic Server (IDS), using the pdo_ibm PHP
402 extension
403- MySQL, using the pdo_mysql PHP extension
404- Microsoft SQL Server, using the pdo_mssql PHP extension
405- Oracle, using the pdo_oci PHP extension
406- PostgreSQL, using the pdo_pgsql PHP extension
407- SQLite, using the pdo_sqlite PHP extension
408
409In addition, Zend_Db provides Adapter classes that utilize PHP
410database extensions for the following RDBMS brands:
411- MySQL, using the mysqli PHP extension
412- Oracle, using the oci8 PHP extension
413- IBM DB2, using the ibm_db2 PHP extension
414- Firebird/Interbase, using the php_interbase PHP extension
415
416%package Zend_Debug
417Summary: Zend_Debug
418Group: Development/Languages/PHP
0ed534c0 419URL: http://framework.zend.com/manual/1.12/en/zend.debug.html
e71cf32a 420Requires: %{name} = %{version}-%{release}
421
422%description Zend_Debug
423Zend_Debug is a simple debugging component. The static method
424Zend_Debug::dump() prints or returns information about an expression.
425This simple technique of debugging is easy to use in an ad hoc
426fashion, and requires no initialization, special tools, or debugging
427environment.
428
429%package Zend_Dojo
430Summary: Zend_Dojo
431Group: Development/Languages/PHP
0ed534c0 432URL: http://framework.zend.com/manual/1.12/en/zend.dojo.html
e71cf32a 433Requires: %{name} = %{version}-%{release}
094ea275
ER
434Requires: %{name}-Zend_Exception = %{version}-%{release}
435Requires: %{name}-Zend_Form = %{version}-%{release}
436Requires: %{name}-Zend_Json = %{version}-%{release}
437Requires: %{name}-Zend_Registry = %{version}-%{release}
438Requires: %{name}-Zend_View = %{version}-%{release}
e71cf32a 439
440%description Zend_Dojo
441Zend_Dojo component provides integration with Dojo Toolkit.
442
443Integration points with Dojo include:
444- JSON-RPC support
445- dojo.data compatibility
446- View helper to help setup the Dojo environment
447- Dijit-specific Zend_View helpres
448- Dijit-specific Zend_Form elements and decorators
449
450%package Zend_Dom
451Summary: Zend_Dom
452Group: Development/Languages/PHP
0ed534c0 453URL: http://framework.zend.com/manual/1.12/en/zend.dom.html
e71cf32a 454Requires: %{name} = %{version}-%{release}
094ea275 455Requires: %{name}-Zend_Exception = %{version}-%{release}
8f301a89 456Requires: %{name}-Zend_Xml = %{version}-%{release}
a61792aa 457Requires: php(dom)
e71cf32a 458
459%description Zend_Dom
460Zend_Dom provides tools for working with DOM documents and structures.
461Currently, it offer Zend_Dom_Query, which provides a unified interface
462for querying DOM documents utilizing both XPath and CSS selectors.
463
464%package Zend_Exception
465Summary: Zend_Exception
466Group: Development/Languages/PHP
0ed534c0 467URL: http://framework.zend.com/manual/1.12/en/zend.exception.html
e71cf32a 468Requires: %{name} = %{version}-%{release}
469
470%description Zend_Exception
471Zend_Exception is a base exception class. All exceptions thrown by
472Zend Framework classes should throw an exception that derives from the
473base class Zend_Exception.
474
60a23880
ER
475%package Zend_EventManager
476Summary: Zend_EventManager
477Group: Development/Languages/PHP
0ed534c0 478URL: http://framework.zend.com/manual/1.12/en/zend.event-manager.html
60a23880
ER
479Requires: %{name} = %{version}-%{release}
480
481%description Zend_EventManager
482Zend_EventManager is a component designed for the following use cases:
483- Implementing simple subject/observer patterns.
484- Implementing Aspect-Oriented designs.
485- Implementing event-driven architectures.
486
e71cf32a 487%package Zend_Feed
488Summary: Zend_Feed
489Group: Development/Languages/PHP
0ed534c0 490URL: http://framework.zend.com/manual/1.12/en/zend.feed.html
e71cf32a 491Requires: %{name} = %{version}-%{release}
094ea275
ER
492Requires: %{name}-Zend_Exception = %{version}-%{release}
493Requires: %{name}-Zend_Loader = %{version}-%{release}
494Requires: %{name}-Zend_Uri = %{version}-%{release}
8f301a89 495Requires: %{name}-Zend_Xml = %{version}-%{release}
cf32eb5c
ER
496Requires: php(dom)
497Requires: php(mbstring)
a61792aa 498Requires: php(simplexml)
e71cf32a 499
500%description Zend_Feed
501Zend_Feed provides functionality for consuming RSS and Atom feeds. It
502provides a natural syntax for accessing elements of feeds, feed
503attributes, and entry attributes. Zend_Feed also has extensive support
504for modifying feed and entry structure with the same natural syntax,
505and turning the result back into XML. In the future, this modification
506support could provide support for the Atom Publishing Protocol.
507
508%package Zend_File
509Summary: Zend_File
510Group: Development/Languages/PHP
0ed534c0 511URL: http://framework.zend.com/manual/1.12/en/zend.file.html
e71cf32a 512Requires: %{name} = %{version}-%{release}
094ea275 513Requires: %{name}-Zend_Exception = %{version}-%{release}
a61792aa 514Suggests: php(apc)
e71cf32a 515
516%description Zend_File
517Zend_File enables developers to take control over file uploads and
518also over file downloads. It allows you to use built in validators for
519file purposes and gives you the ability even to change files with
520filters. Zend_File_Transfer works with adapters which allow to use the
521same API for different transport protocols like HTTP, FTP, WEBDAV and
522more.
523
524%package Zend_Filter
525Summary: Zend_Filter
526Group: Development/Languages/PHP
0ed534c0 527URL: http://framework.zend.com/manual/1.12/en/zend.filter.html
e71cf32a 528Requires: %{name} = %{version}-%{release}
094ea275
ER
529Requires: %{name}-Zend_Exception = %{version}-%{release}
530Requires: %{name}-Zend_Loader = %{version}-%{release}
531Requires: %{name}-Zend_Validate = %{version}-%{release}
a61792aa
ER
532Requires: php(reflection)
533Suggests: php(zlib)
534# Zend_Filter_Compress requires zlib
e71cf32a 535
536%description Zend_Filter
537Zend_Filter component provides a set of commonly needed data filters.
538It also provides a simple filter chaining mechanism by which multiple
539filters may be applied to a single datum in a user-defined order.
540
541%package Zend_Filter_Input
542Summary: Zend_Filter_Input
543Group: Development/Languages/PHP
0ed534c0 544URL: http://framework.zend.com/manual/1.12/en/zend.filter.input.html
e71cf32a 545Requires: %{name} = %{version}-%{release}
546
547%description Zend_Filter_Input
548Zend_Filter_Input provides a declarative interface to associate
549multiple filters and validators, apply them to collections of data,
550and to retrieve input values after they have been processed by the
551filters and validators. Values are returned in escaped format by
552default for safe HTML output.
553
554%package Zend_Form
555Summary: Zend_Form
556Group: Development/Languages/PHP
0ed534c0 557URL: http://framework.zend.com/manual/1.12/en/zend.form.html
e71cf32a 558Requires: %{name} = %{version}-%{release}
094ea275
ER
559Requires: %{name}-Zend_Exception = %{version}-%{release}
560Requires: %{name}-Zend_Filter = %{version}-%{release}
561Requires: %{name}-Zend_Validate = %{version}-%{release}
e71cf32a 562
563%description Zend_Form
564Zend_Form simplifies form creation and handling in your web
565application. It accomplishes the following goals:
566- Element input filtering and validation
567- Element ordering
568- Element and Form rendering, including escaping
569- Element and form grouping
570- Element and form-level configuration
571
572%package Zend_Gdata
573Summary: Zend_Gdata
574Group: Development/Languages/PHP
0ed534c0 575URL: http://framework.zend.com/manual/1.12/en/zend.gdata.html
e71cf32a 576Requires: %{name} = %{version}-%{release}
094ea275
ER
577Requires: %{name}-Zend_Exception = %{version}-%{release}
578Requires: %{name}-Zend_Http = %{version}-%{release}
579Requires: %{name}-Zend_Mime = %{version}-%{release}
580Requires: %{name}-Zend_Version = %{version}-%{release}
8f301a89 581Requires: %{name}-Zend_Xml = %{version}-%{release}
cf32eb5c
ER
582Requires: php(ctype)
583Requires: php(dom)
e71cf32a 584
585%description Zend_Gdata
586Zend_Gdata component is a interface for accessing Google Data from
587PHP. Google Data APIs provide programmatic interface to some of
588Google's online services. The Google data Protocol is based upon the
589Atom Publishing Protocol and allows client applications to retrieve
590data matching queries, post data, update data and delete data using
591standard HTTP and the Atom syndication formation. Zend_Gdata component
592also supports accessing other services implementing the Atom
593Publishing Protocol.
594
595%package Zend_Http
596Summary: Zend_Http
597Group: Development/Languages/PHP
0ed534c0 598URL: http://framework.zend.com/manual/1.12/en/zend.http.html
e71cf32a 599Requires: %{name} = %{version}-%{release}
094ea275
ER
600Requires: %{name}-Zend_Exception = %{version}-%{release}
601Requires: %{name}-Zend_Loader = %{version}-%{release}
602Requires: %{name}-Zend_Uri = %{version}-%{release}
cf32eb5c 603Requires: php(ctype)
a61792aa
ER
604Suggests: php(curl)
605Suggests: php(fileinfo)
606# Zend_Http_Client_Adapter_Curl requires curl
607# Zend_Http_Client has soft dependency on mime_magic (fileinfo)
e71cf32a 608
609%description Zend_Http
610Zend_Http component provides a client for the HTTP protocol. It
611supports:
612- URL validation
613- cookies
614- proxy servers.
615
e71cf32a 616%package Zend_Json
617Summary: Zend_Json
618Group: Development/Languages/PHP
0ed534c0 619URL: http://framework.zend.com/manual/1.12/en/zend.json.html
e71cf32a 620Requires: %{name} = %{version}-%{release}
094ea275
ER
621Requires: %{name}-Zend_Exception = %{version}-%{release}
622Requires: %{name}-Zend_Loader = %{version}-%{release}
623Requires: %{name}-Zend_Server = %{version}-%{release}
aeecb1b0 624Requires: %{name}-Zend_Xml = %{version}-%{release}
a61792aa
ER
625Requires: php(reflection)
626Suggests: php(json)
e71cf32a 627
628%description Zend_Json
629Zend_Json provides convenience methods for serializing native PHP to
630JSON and decoding JSON to native PHP.
631
632JSON, JavaScript Object Notation, can be used for data interchange
633between JavaScript and other languages. Since JSON can be directly
634evaluated by JavaScript, it is a more efficient and lightweight format
635than XML for exchanging data with JavaScript clients.
636
637In addition, Zend_Json provides a useful way to convert any arbitrary
638XML formatted string into a JSON formatted string. This built-in
639feature will enable PHP developers to transform the enterprise data
640encoded in XML format into JSON format before sending it to
641browser-based Ajax client applications. It provides an easy way to do
642dynamic data conversion on the server-side code thereby avoiding
643unnecessary XML parsing in the browser-side applications. It offers a
644nice utility function that results in easier application-specific data
645processing techniques.
646
647%package Zend_Layout
648Summary: Zend_Layout
649Group: Development/Languages/PHP
0ed534c0 650URL: http://framework.zend.com/manual/1.12/en/zend.layout.html
e71cf32a 651Requires: %{name} = %{version}-%{release}
094ea275 652Requires: %{name}-Zend_Exception = %{version}-%{release}
e71cf32a 653
654%description Zend_Layout
655Zend_Layout implements a classic Two Step View pattern, allowing
656developers to wrap application content within another view, usually
657representing the site template. Such templates are often termed
658layouts by other projects, and Zend Framework has adopted this term
659for consistency.
660
661The main goals of Zend_Layout are as follows:
662- Automate selection and rendering of layouts when used with the Zend
663 Framework MVC components.
664- Provide separate scope for layout related variables and content.
665- Allow configuration, including layout name, layout script resolution
666 (inflection), and layout script path.
667- Allow disabling layouts, changing layout scripts, and other states;
668 allow these actions from within action controllers and view scripts.
669- Follow same script resolution rules (inflection) as the
670 ViewRenderer, but allow them to also use different rules.
671- Allow usage without Zend Framework MVC components.
672
673%package Zend_Ldap
674Summary: Zend_Ldap
675Group: Development/Languages/PHP
0ed534c0 676URL: http://framework.zend.com/manual/1.12/en/zend.ldap.html
e71cf32a 677Requires: %{name} = %{version}-%{release}
094ea275 678Requires: %{name}-Zend_Exception = %{version}-%{release}
a61792aa 679Requires: php(ldap)
e71cf32a 680
681%description Zend_Ldap
682Zend_Ldap is a class for performing LDAP operations including but not
683limited to binding, searching and modifying entries in an LDAP
684directory.
685
686%package Zend_Loader
687Summary: Zend_Loader
688Group: Development/Languages/PHP
0ed534c0 689URL: http://framework.zend.com/manual/1.12/en/zend.loader.html
e71cf32a 690Requires: %{name} = %{version}-%{release}
094ea275 691Requires: %{name}-Zend_Exception = %{version}-%{release}
e71cf32a 692
693%description Zend_Loader
694The Zend_Loader class includes methods to help you load files
695dynamically.
696
697%package Zend_Locale
698Summary: Zend_Locale
699Group: Development/Languages/PHP
0ed534c0 700URL: http://framework.zend.com/manual/1.12/en/zend.locale.html
e71cf32a 701Requires: %{name} = %{version}-%{release}
094ea275 702Requires: %{name}-Zend_Exception = %{version}-%{release}
8f301a89 703Requires: %{name}-Zend_Xml = %{version}-%{release}
cf32eb5c 704Requires: php(iconv)
e71cf32a 705
706%description Zend_Locale
707Zend_Locale is the Framework's answer to the question, "How can the
708same application be used around the whole world?". This component is
709the foundation of Zend_Date, Zend_Translate, and others. It provides:
710- access to CLDR, an international data repository for I18N issues,
711 for all framework classes
712- localizing of numbers
713- normalizing of dates, times and numbers.
714
715%package Zend_Log
716Summary: Zend_Log
717Group: Development/Languages/PHP
0ed534c0 718URL: http://framework.zend.com/manual/1.12/en/zend.log.html
e71cf32a 719Requires: %{name} = %{version}-%{release}
094ea275 720Requires: %{name}-Zend_Exception = %{version}-%{release}
a61792aa
ER
721Requires: php(reflection)
722Suggests: php(dom)
723# Zend_Log_Formatter_Xml requires dom
e71cf32a 724
725%description Zend_Log
726Zend_Log is a component for general purpose logging. It supports
727multiple log backends, formatting messages sent to the log, and
728filtering messages from being logged. These functions are divided into
729the following objects:
730- A Log (instance of Zend_Log) is the object that your application
731 uses the most. You can have as many Log objects as you like; they do
732 not interact. A Log object must contain at least one Writer, and can
733 optionally contain one or more Filters.
734- A Writer (inherits from Zend_Log_Writer_Abstract) is responsible for
735 saving data to storage.
736- A Filter (implements Zend_Log_Filter_Interface) blocks log data from
737 being saved. A filter may be applied to an individual Writer, or to a
738 Log where it is applied before all Writers. In either case, filters
739 may be chained.
740- A Formatter (implements Zend_Log_Formatter_Interface) can format the
741 log data before it is written by a Writer. Each Writer has exactly one
742 Formatter.
743
744%package Zend_Mail
745Summary: Zend_Mail
746Group: Development/Languages/PHP
0ed534c0 747URL: http://framework.zend.com/manual/1.12/en/zend.mail.html
e71cf32a 748Requires: %{name} = %{version}-%{release}
094ea275
ER
749Requires: %{name}-Zend_Exception = %{version}-%{release}
750Requires: %{name}-Zend_Loader = %{version}-%{release}
751Requires: %{name}-Zend_Mime = %{version}-%{release}
752Requires: %{name}-Zend_Validate = %{version}-%{release}
a61792aa 753Suggests: php(posix)
e71cf32a 754
755%description Zend_Mail
756Zend_Mail provides generalized functionality to compose and send both
757text and MIME-compliant multipart e-mail messages. Mail can be sent
758with Zend_Mail via the default Zend_Mail_Transport_Sendmail transport
759or via Zend_Mail_Transport_Smtp.
760
1e0529b7
AG
761%package Zend_Markup
762Summary: Zend_Markup
763Group: Development/Languages/PHP
0ed534c0 764URL: http://framework.zend.com/manual/1.12/en/zend.markup.html
1e0529b7
AG
765Requires: %{name} = %{version}-%{release}
766
767%description Zend_Markup
768The Zend_Markup component provides an extensible way for parsing text
769and rendering lightweight markup languages like BBcode and Textile. It
770is available as of Zend Framework version 1.10.
771
772Zend_Markup uses a factory method to instantiate an instance of a
773renderer that extends Zend_Markup_Renderer_Abstract. The factory
774method accepts three arguments. The first one is the parser used to
775tokenize the text (e.g. BbCode). The second (optional) parameter is
776the renderer to use, Html by default. Thirdly an array with options to
76a7afe5 777use for the renderer can be specified.
1e0529b7 778
e71cf32a 779%package Zend_Measure
780Summary: Zend_Measure
781Group: Development/Languages/PHP
0ed534c0 782URL: http://framework.zend.com/manual/1.12/en/zend.measure.html
e71cf32a 783Requires: %{name} = %{version}-%{release}
094ea275
ER
784Requires: %{name}-Zend_Exception = %{version}-%{release}
785Requires: %{name}-Zend_Locale = %{version}-%{release}
786Requires: %{name}-Zend_Registry = %{version}-%{release}
e71cf32a 787
788%description Zend_Measure
789Zend_Measure component provide a generic and easy way for working with
790measurements. Using Zend_Measure_* classes, you can convert
791measurements into different units of the same type. They can be added,
792subtracted and compared against each other. From a given input made in
793the user's native language, the unit of measurement can be
794automatically extracted. Numerous units of measurement are supported.
795
796%package Zend_Memory
797Summary: Zend_Memory
798Group: Development/Languages/PHP
0ed534c0 799URL: http://framework.zend.com/manual/1.12/en/zend.memory.html
e71cf32a 800Requires: %{name} = %{version}-%{release}
094ea275
ER
801Requires: %{name}-Zend_Cache = %{version}-%{release}
802Requires: %{name}-Zend_Exception = %{version}-%{release}
e71cf32a 803
804%description Zend_Memory
805The Zend_Memory component is intended to manage data in an environment
806with limited memory. Memory objects (memory containers) are generated
807by memory manager by request and transparently swapped/loaded when
808it's necessary. For example, if creating or loading a managed object
809would cause the total memory usage to exceed the limit you specify,
810some managed objects are copied to cache storage outside of memory. In
811this way, the total memory used by managed objects does not exceed the
812limit you need to enforce.
813
814%package Zend_Mime
815Summary: Zend_Mime
816Group: Development/Languages/PHP
0ed534c0 817URL: http://framework.zend.com/manual/1.12/en/zend.mime.html
e71cf32a 818Requires: %{name} = %{version}-%{release}
094ea275 819Requires: %{name}-Zend_Exception = %{version}-%{release}
cf32eb5c 820Requires: php(iconv)
e71cf32a 821
822%description Zend_Mime
823Zend_Mime is a support class for handling multipart MIME messages.
824
60a23880
ER
825%package Zend_Mobile_Push
826Summary: Zend_Mobile_Push
827Group: Development/Languages/PHP
0ed534c0 828URL: http://framework.zend.com/manual/1.12/en/zend.mobile.push.html
60a23880 829Requires: %{name} = %{version}-%{release}
8f301a89 830Requires: %{name}-Zend_Xml = %{version}-%{release}
60a23880
ER
831
832%description Zend_Mobile_Push
833Zend_Mobile_Push provides the ability for sending push notifications
834to the vendor specific notification servers. Currently this list
835includes APNS (iTouch/iPad/iPhone), GCM (Google Android) and MPNS
836(Windows Phone).
837
8d05effb
AG
838%package Zend_Navigation
839Summary: Zend_Navigation - manage trees of pointers to web page
840Group: Development/Languages/PHP
0ed534c0 841URL: http://framework.zend.com/manual/1.12/en/zend.navigation.html
8d05effb
AG
842Requires: %{name} = %{version}-%{release}
843
844%description Zend_Navigation
845Zend_Navigation is a component for managing trees of pointers to web
846pages. Simply put: It can be used for creating menus, breadcrumbs,
847links, and sitemaps, or serve as a model for other navigation related
848purposes.
849
1e0529b7
AG
850%package Zend_Oauth
851Summary: Zend_Oauth
852Group: Development/Languages/PHP
0ed534c0 853URL: http://framework.zend.com/manual/1.12/en/zend.oauth.html
1e0529b7
AG
854Requires: %{name} = %{version}-%{release}
855
856%description Zend_Oauth
857OAuth allows you to approve access by any application to your private
858data stored a website without being forced to disclose your username
859or password. If you think about it, the practice of handing over your
860username and password for sites like Yahoo Mail or Twitter has been
861endemic for quite a while. This has raised some serious concerns
862because there's nothing to prevent other applications from misusing
863this data. Yes, some services may appear trustworthy but that is never
864guaranteed. OAuth resolves this problem by eliminating the need for
865any username and password sharing, replacing it with a user controlled
866authorization process
867
e71cf32a 868%package Zend_OpenId
869Summary: Zend_OpenId
870Group: Development/Languages/PHP
0ed534c0 871URL: http://framework.zend.com/manual/1.12/en/zend.openid.html
e71cf32a 872Requires: %{name} = %{version}-%{release}
094ea275
ER
873Requires: %{name}-Zend_Controller = %{version}-%{release}
874Requires: %{name}-Zend_Exception = %{version}-%{release}
875Requires: %{name}-Zend_Http = %{version}-%{release}
876Requires: %{name}-Zend_Session = %{version}-%{release}
d4af8417 877# needed for dh keys: any of these tree can do for
fe42ae92
ER
878Suggests: php(bcmath)
879Suggests: php(gmp)
880Suggests: php(openssl)
e71cf32a 881
882%description Zend_OpenId
883Zend_OpenId is a Zend Framework component that provides a simple API
884for building OpenID-enabled sites and identity providers.
885
886%package Zend_Paginator
887Summary: Zend_Paginator
888Group: Development/Languages/PHP
0ed534c0 889URL: http://framework.zend.com/manual/1.12/en/zend.paginator.html
e71cf32a 890Requires: %{name} = %{version}-%{release}
094ea275
ER
891Requires: %{name}-Zend_Exception = %{version}-%{release}
892Requires: %{name}-Zend_Json = %{version}-%{release}
893Requires: %{name}-Zend_Loader = %{version}-%{release}
e71cf32a 894
895%description Zend_Paginator
896Zend_Paginator is a flexible component for paginating collections of
897data and presenting that data to users.
898
899The primary design goals of Zend_Paginator are as follows:
900- Paginate arbitrary data, not just relational databases
901- Fetch only the results that need to be displayed
902- Do not force users to adhere to only one way of displaying data or
903 rendering pagination controls
904- Loosely couple Zend_Paginator to other Zend Framework components so
905 that users who wish to use it independently of Zend_View, Zend_Db,
906 etc. can do so.
907
908%package Zend_Pdf
909Summary: Zend_Pdf
910Group: Development/Languages/PHP
0ed534c0 911URL: http://framework.zend.com/manual/1.12/en/zend.pdf.html
e71cf32a 912Requires: %{name} = %{version}-%{release}
094ea275
ER
913Requires: %{name}-Zend_Exception = %{version}-%{release}
914Requires: %{name}-Zend_Log = %{version}-%{release}
915Requires: %{name}-Zend_Memory = %{version}-%{release}
cf32eb5c
ER
916Requires: php(ctype)
917Requires: php(gd)
918Requires: php(iconv)
919Requires: php(zlib)
e71cf32a 920
921%description Zend_Pdf
922Zend_Pdf module is a PDF (Portable Document Format) manipulation
923engine. It can load existing documents, create new, modify and save
924modified documents. Thus it can help application dynamically prepare
925documents in a PDF by modifying existing template or generating
926document from a scratch.
927
928Zend_Pdf module supports the following features:
929- Create new document or load existing one (PDF V1.4 (Acrobat 5)
930 documents are supported for loading now).
931- Retrieving specified revision of the document.
932- Manipulate pages within document. Changing page order, adding new
933 pages, removing pages from a document.
934- Different drawing primitives (lines, rectangles, polygons, circles,
935 ellipses and sectors).
936- Text drawing using any of the 14 standard (built-in) fonts or your
937 own custom TrueType fonts.
938- Rotations.
939- Image drawing (JPG, PNG [Up to 8bit per channel+Alpha] and TIFF
940 images are supported).
941- Incremental PDF file update.
942
16faf287
ER
943%package Zend_ProgressBar
944Summary: Zend_ProgressBar
945Group: Development/Languages/PHP
0ed534c0 946URL: http://framework.zend.com/manual/1.12/en/zend.progressbar.html
16faf287 947Requires: %{name} = %{version}-%{release}
094ea275
ER
948Requires: %{name}-Zend_Config = %{version}-%{release}
949Requires: %{name}-Zend_Exception = %{version}-%{release}
950Requires: %{name}-Zend_Json = %{version}-%{release}
16faf287
ER
951
952%description Zend_ProgressBar
6d2990e4
ER
953Zend_ProgressBar is a component to create and update progressbars in
954different environments. It consists of a single backend, which outputs
955the progress through one of the multiple adapters. On every update, it
956takes an absolute value and optionally a status message, and then
957calls the adapter with some precalculated values like percentage and
958estimated time left.
16faf287 959
39ea3a57
AG
960%package Zend_Queue
961Summary: Zend_Queue
962Group: Development/Languages/PHP
0ed534c0 963URL: http://framework.zend.com/manual/1.12/en/zend.progressbar.html
39ea3a57
AG
964Requires: %{name} = %{version}-%{release}
965
966%description Zend_Queue
967Zend_Queue is a standardized interface for dealing with a variety of
968queuing systems. Proposed systems include: simple array access,
969Zend_Cache, Zend Platform Job Queue, Amazon's Simple Queue Service
970(SQS). It should support creating queues, determining the number of
971messages in a queue, retrieving messages from a queue (all or specific
972number), submitting messages to a queue, and removing queues.
973
8d05effb
AG
974%package Zend_Reflection
975Summary: Zend_Reflection
976Group: Development/Languages/PHP
0ed534c0 977URL: http://framework.zend.com/manual/1.12/en/zend.reflection.html
8d05effb
AG
978Requires: %{name} = %{version}-%{release}
979
980%description Zend_Reflection
981Zend_Reflection is a drop-in extension to PHP's own Reflection API,
141d3d77
ER
982providing several additional features:
983 - Ability to retrieve return values types.
984 - Ability to retrieve method and function parameter types.
985 - Ability to retrieve class property types.
986 - DocBlocks gain a Reflection class, allowing introspection of
987 docblocks. This provides the ability to determine what annotation tags
988 have been defined as well as to retrieve their values, and the ability
989 to retrieve the short and long descriptions.
990 - Files gain a Reflection class, allowing introspection of PHP files.
991 This provides the ability to determine what functions and classes are
992 defined in a given file, as well as to instrospect them.
993 - Ability to override any Reflection class with your own variant, for
994 the entire reflection tree you create.
995
996In general, Zend_Reflection works just like the standard Reflection
997API, but provides a few additional methods for retrieving artifacts
998not defined in the Reflection API.
8d05effb 999
e71cf32a 1000%package Zend_Registry
1001Summary: Zend_Registry
1002Group: Development/Languages/PHP
0ed534c0 1003URL: http://framework.zend.com/manual/1.12/en/zend.registry.html
e71cf32a 1004Requires: %{name} = %{version}-%{release}
094ea275 1005Requires: %{name}-Zend_Exception = %{version}-%{release}
e71cf32a 1006
1007%description Zend_Registry
1008The registry is a container for storing objects and values in the
1009application space. By storing the value in the registry, the same
1010object is always available throughout your application. This mechanism
1011is an alternative to using global storage.
1012
1013%package Zend_Rest
1014Summary: Zend_Rest
1015Group: Development/Languages/PHP
0ed534c0 1016URL: http://framework.zend.com/manual/1.12/en/zend.rest.html
e71cf32a 1017Requires: %{name} = %{version}-%{release}
094ea275
ER
1018Requires: %{name}-Zend_Exception = %{version}-%{release}
1019Requires: %{name}-Zend_Server = %{version}-%{release}
1020Requires: %{name}-Zend_Service = %{version}-%{release}
1021Requires: %{name}-Zend_Uri = %{version}-%{release}
8f301a89 1022Requires: %{name}-Zend_Xml = %{version}-%{release}
cf32eb5c
ER
1023Requires: php(ctype)
1024Requires: php(dom)
a61792aa
ER
1025Requires: php(reflection)
1026Requires: php(simplexml)
e71cf32a 1027
1028%description Zend_Rest
1029REST Web Services use service-specific XML formats. These ad-hoc
1030standards mean that the manner for accessing a REST web service is
1031different for each service. REST web services typically use URL
1032parameters (GET data) or path information for requesting data and POST
1033data for sending data. Zend_Rest component provides:
1034- capabilities to access REST web services
1035- capabilities to expose APIs as REST services
1036
1037%package Zend_Search_Lucene
1038Summary: Zend_Search_Lucene
1039Group: Development/Languages/PHP
0ed534c0 1040URL: http://framework.zend.com/manual/1.12/en/zend.search.lucene.html
e71cf32a 1041Requires: %{name} = %{version}-%{release}
094ea275 1042Requires: %{name}-Zend_Exception = %{version}-%{release}
8f301a89 1043Requires: %{name}-Zend_Xml = %{version}-%{release}
cf32eb5c
ER
1044Requires: php(ctype)
1045Requires: php(dom)
1046Requires: php(iconv)
a61792aa 1047Suggests: php(bitset)
e71cf32a 1048
1049%description Zend_Search_Lucene
1050Zend_Search_Lucene is a general purpose text search engine. Since it
1051stores its index on the filesystem and does not require a database
1052server, it can add search capabilities to almost any PHP-driven
1053website.
1054
1055Zend_Search_Lucene supports the following features:
1056- Ranked searching - best results returned first
1057- Many powerful query types: phrase queries, wildcard queries,
1058 proximity queries, range queries and more
1059- Search by specific field (e.g., title, author, contents)
1060
1e0529b7
AG
1061%package Zend_Serializer
1062Summary: Zend_Serializer
1063Group: Development/Languages/PHP
0ed534c0 1064URL: http://framework.zend.com/manual/1.12/en/zend.serializer.html
1e0529b7 1065Requires: %{name} = %{version}-%{release}
094ea275
ER
1066Requires: %{name}-Zend_Exception = %{version}-%{release}
1067Requires: %{name}-Zend_Loader = %{version}-%{release}
8f301a89 1068Requires: %{name}-Zend_Xml = %{version}-%{release}
a61792aa
ER
1069Suggests: php(igbinary)
1070Suggests: php(json)
1071Suggests: php(simplexml)
1072Suggests: php(wddx)
1073# Zend_Serializer_Adapter_Igbinary requires igbinary
1074# Zend_Serializer_Adapter_Json soft depends on json
1075# Zend_Serializer_Adapter_Wddx requires SimpleXML, wddx
1e0529b7
AG
1076
1077%description Zend_Serializer
1078Zend_Serializer provides an adapter based interface to simply generate
1079storable representation of php types by different facilities, and
76a7afe5 1080recover.
1e0529b7 1081
5d4e00df
ER
1082%package Zend_Server
1083Summary: Zend_Server
1084Group: Development/Languages/PHP
0ed534c0 1085URL: http://framework.zend.com/manual/1.12/en/zend.server.html
5d4e00df 1086Requires: %{name} = %{version}-%{release}
094ea275 1087Requires: %{name}-Zend_Exception = %{version}-%{release}
935c079e 1088Requires: php(spl)
5d4e00df
ER
1089
1090%description Zend_Server
1091The Zend_Server family of classes provides functionality for the
1092various server classes, including Zend_XmlRpc_Server,
1093Zend_Rest_Server, Zend_Json_Server and Zend_Soap_Wsdl.
1094
e71cf32a 1095%package Zend_Server_Reflection
1096Summary: Zend_Server_Reflection
1097Group: Development/Languages/PHP
0ed534c0 1098URL: http://framework.zend.com/manual/1.12/en/zend.server.reflection.html
e71cf32a 1099Requires: %{name} = %{version}-%{release}
a61792aa 1100Requires: php(reflection)
e71cf32a 1101
1102%description Zend_Server_Reflection
1103Zend_Server_Reflection provides a standard mechanism for performing
1104function and class introspection for use with server classes. It is
1105based on Reflection API, and extends it to provide methods for
1106retrieving parameter and return value types and descriptions, a full
1107list of function and method prototypes (i.e., all possible valid
1108calling combinations), and function/method descriptions.
1109
5d4e00df
ER
1110%package Zend_Service
1111Summary: Zend_Service
1112Group: Development/Languages/PHP
0ed534c0 1113URL: http://framework.zend.com/manual/1.12/en/zend.service.html
5d4e00df
ER
1114Requires: %{name} = %{version}-%{release}
1115
1116%description Zend_Service
1117Zend_Service is an abstract class which serves as a foundation for web
1118service implementations, such as SOAP or REST.
1119
e71cf32a 1120%package Zend_Service_Akismet
1121Summary: Zend_Service_Akismet
1122Group: Development/Languages/PHP
0ed534c0 1123URL: http://framework.zend.com/manual/1.12/en/zend.service.akismet.html
e71cf32a 1124Requires: %{name} = %{version}-%{release}
094ea275
ER
1125Requires: %{name}-Zend_Exception = %{version}-%{release}
1126Requires: %{name}-Zend_Http = %{version}-%{release}
1127Requires: %{name}-Zend_Uri = %{version}-%{release}
1128Requires: %{name}-Zend_Version = %{version}-%{release}
e71cf32a 1129
1130%description Zend_Service_Akismet
1131Zend_Service_Akismet provides a client for the Akismet API. The
1132Akismet service is used to determine if incoming data is potentially
1133spam; it also exposes methods for submitting data as known spam or as
1134false positives (ham). Originally intended to help categorize and
1135identify spam for Wordpress, it can be used for any type of data.
1136
1137Akismet requires an API key for usage. You may get one for signing up
1138for a WordPress.com account. You do not need to activate a blog;
1139simply acquiring the account will provide you with the API key.
1140
1141Additionally, Akismet requires that all requests contain a URL to the
1142resource for which data is being filtered, and, because of Akismet's
1143origins in WordPress, this resource is called the blog url. This value
1144should be passed as the second argument to the constructor, but may be
1145reset at any time using the setBlogUrl() accessor, or overridden by
1146specifying a 'blog' key in the various method calls.
1147
1148%package Zend_Service_Amazon
1149Summary: Zend_Service_Amazon
1150Group: Development/Languages/PHP
0ed534c0 1151URL: http://framework.zend.com/manual/1.12/en/zend.service.amazon.html
e71cf32a 1152Requires: %{name} = %{version}-%{release}
094ea275
ER
1153Requires: %{name}-Zend_Exception = %{version}-%{release}
1154Requires: %{name}-Zend_Http = %{version}-%{release}
1155Requires: %{name}-Zend_Rest = %{version}-%{release}
8f301a89 1156Requires: %{name}-Zend_Xml = %{version}-%{release}
cf32eb5c 1157Requires: php(dom)
e71cf32a 1158
1159%description Zend_Service_Amazon
1160Zend_Service_Amazon is a simple API for using Amazon web services.
1161Zend_Service_Amazon has two APIs: a more traditional one that follows
1162Amazon's own API, and a simpler "Query API" for constructing even
1163complex search queries easily.
1164
1165Zend_Service_Amazon enables developers to retrieve information
1166appearing throughout Amazon.com web sites directly through the Amazon
1167Web Services API.
1168
1169%package Zend_Service_Audioscrobbler
1170Summary: Zend_Service_Audioscrobbler
1171Group: Development/Languages/PHP
0ed534c0 1172URL: http://framework.zend.com/manual/1.12/en/zend.service.audioscrobbler.html
e71cf32a 1173Requires: %{name} = %{version}-%{release}
094ea275
ER
1174Requires: %{name}-Zend_Exception = %{version}-%{release}
1175Requires: %{name}-Zend_Http = %{version}-%{release}
8f301a89 1176Requires: %{name}-Zend_Xml = %{version}-%{release}
cf32eb5c 1177Requires: php(iconv)
a61792aa 1178Requires: php(simplexml)
e71cf32a 1179
1180%description Zend_Service_Audioscrobbler
1181Zend_Service_Audioscrobbler is a simple API for using the
1182Audioscrobbler REST Web Service. The Audioscrobbler Web Service
1183provides access to its database of Users, Artists, Albums, Tracks,
1184Tags, Groups, and Forums.
1185
1186%package Zend_Service_Delicious
1187Summary: Zend_Service_Delicious
1188Group: Development/Languages/PHP
0ed534c0 1189URL: http://framework.zend.com/manual/1.12/en/zend.service.delicious.html
e71cf32a 1190Requires: %{name} = %{version}-%{release}
094ea275
ER
1191Requires: %{name}-Zend_Date = %{version}-%{release}
1192Requires: %{name}-Zend_Exception = %{version}-%{release}
1193Requires: %{name}-Zend_Http = %{version}-%{release}
1194Requires: %{name}-Zend_Json = %{version}-%{release}
1195Requires: %{name}-Zend_Rest = %{version}-%{release}
8f301a89 1196Requires: %{name}-Zend_Xml = %{version}-%{release}
cf32eb5c 1197Requires: php(dom)
e71cf32a 1198
1199%description Zend_Service_Delicious
1200Zend_Service_Delicious is simple API for using del.icio.us XML and
1201JSON web services. This component gives you read-write access to posts
1202at del.icio.us if you provide credentials. It also allows read-only
1203access to public data of all users.
1204
1e0529b7
AG
1205%package Zend_Service_DeveloperGarden
1206Summary: Zend_Service_DeveloperGarden
1207Group: Development/Languages/PHP
0ed534c0 1208URL: http://framework.zend.com/manual/1.12/en/zend.service.developergarden.html
1e0529b7
AG
1209Requires: %{name} = %{version}-%{release}
1210
1211%description Zend_Service_DeveloperGarden
76a7afe5
ER
1212DeveloperGarden is the name for the "Open Development services" of the
1213German Telekom. The "Open Development services" are a set of SOAP API
1214Services.
1e0529b7
AG
1215
1216The family of Zend_Service_DeveloperGarden components provides a clean
76a7afe5 1217and simple interface to the DeveloperGarden API and additionally
1e0529b7
AG
1218offers functionality to improve handling and performance
1219
7c53a033
ER
1220%package Zend_Service_Ebay
1221Summary: Zend_Service_Ebay is a simple group of APIs for using eBay web services
1222Group: Development/Languages/PHP
0ed534c0 1223URL: http://framework.zend.com/manual/1.12/en/zend.service.ebay.html
7c53a033 1224Requires: %{name} = %{version}-%{release}
8f301a89 1225Requires: %{name}-Zend_Xml = %{version}-%{release}
7c53a033
ER
1226
1227%description Zend_Service_Ebay
1228Zend_Service_Ebay is a simple group of APIs for using eBay web
1229services.
1230
1231Zend_Service_Ebay implements the eBay APIs:
1232- Finding
1233
e71cf32a 1234%package Zend_Service_Flickr
1235Summary: Zend_Service_Flickr
1236Group: Development/Languages/PHP
0ed534c0 1237URL: http://framework.zend.com/manual/1.12/en/zend.service.delicious.html
e71cf32a 1238Requires: %{name} = %{version}-%{release}
094ea275
ER
1239Requires: %{name}-Zend_Exception = %{version}-%{release}
1240Requires: %{name}-Zend_Http = %{version}-%{release}
8f301a89 1241Requires: %{name}-Zend_Xml = %{version}-%{release}
cf32eb5c
ER
1242Requires: php(dom)
1243Requires: php(iconv)
e71cf32a 1244
1245%description Zend_Service_Flickr
1246Zend_Service_Flickr is a simple API for using the Flickr REST Web
1247Service. In order to use the Flickr web services, you must have an API
1248key. To obtain a key, visit the Flickr API Documentation
6d2990e4 1249<http://www.flickr.com/services/api/>.
e71cf32a 1250
1e0529b7
AG
1251%package Zend_Service_LiveDocx
1252Summary: Zend_Service_LiveDocx
1253Group: Development/Languages/PHP
0ed534c0 1254URL: http://framework.zend.com/manual/1.12/en/zend.service.livedocx.html
1e0529b7
AG
1255Requires: %{name} = %{version}-%{release}
1256
1257%description Zend_Service_LiveDocx
1258LiveDocx is a SOAP service that allows developers to generate word
1259processing documents by combining structured data from PHP with a
1260template, created in a word processor. The resulting document can be
76a7afe5 1261saved as a PDF, DOCX, DOC, HTML or RTF file. LiveDocx implements
1e0529b7
AG
1262mail-merge in PHP.
1263
1264The family of Zend_Service_LiveDocx components provides a clean and
76a7afe5
ER
1265simple interface to the LiveDocx API and additionally offers
1266functionality to improve network performance.
1e0529b7 1267
60a23880
ER
1268%package Zend_Service_Rackspace
1269Summary: Zend_Service_Rackspace
1270Group: Development/Languages/PHP
0ed534c0 1271URL: http://framework.zend.com/manual/1.12/en/zend.service.rackspace.html
60a23880
ER
1272Requires: %{name} = %{version}-%{release}
1273
1274%description Zend_Service_Rackspace
1275The Zend_Service_Rackspace is a class that provides a simple API to
1276manage the Rackspace services Cloud Files and Cloud Servers.
1277
e71cf32a 1278%package Zend_Service_ReCaptcha
1279Summary: Zend_Service_ReCaptcha
1280Group: Development/Languages/PHP
0ed534c0 1281URL: http://framework.zend.com/manual/1.12/en/zend.service.recaptcha.html
e71cf32a 1282Requires: %{name} = %{version}-%{release}
094ea275
ER
1283Requires: %{name}-Zend_Exception = %{version}-%{release}
1284Requires: %{name}-Zend_Http = %{version}-%{release}
1285Requires: %{name}-Zend_Json = %{version}-%{release}
a61792aa
ER
1286Suggests: php(mcrypt)
1287# Zend_Service_ReCaptcha_MailHide requires mcrypt
e71cf32a 1288
1289%description Zend_Service_ReCaptcha
1290Zend_Service_ReCaptcha provides a client for the reCAPTCHA Web
1291Service. Per the reCAPTCHA site, "reCAPTCHA is a free CAPTCHA service
1292that helps to digitize books." Each reCAPTCHA requires the user to
1293input two words, the first of which is the actual captcha, and the
1294second of which is a word from some scanned text that Optical
1295Character Recognition (OCR) software has been unable to identifiy. The
1296assumption is that if a user correctly provides the first word, the
1297second is likely correctly entered as well, and can be used to improve
1298OCR software for digitizing books.
1299
1300In order to use the reCAPTCHA service, you will need to sign up for an
1301account (http://recaptcha.net/whyrecaptcha.html) and register one or
1302more domains with the service in order to generate public and private
1303keys.
1304
7c53a033
ER
1305%package Zend_Service_ShortUrl
1306Summary: Zend_Service_ShortUrl
1307Group: Development/Languages/PHP
0ed534c0 1308URL: http://framework.zend.com/manual/1.12/en/zend.service.short-url.html
7c53a033
ER
1309Requires: %{name} = %{version}-%{release}
1310
1311%description Zend_Service_ShortUrl
1312URL shorteners have exploded in popularity in the last several years,
1313in large part due to the social nature of the web and the desire to
1314share links.
1315
1316Zend_Service_ShortUrl provides an API for accessing a number of
1317different URL shortener services, with the ability to both create
1318short URLs as well as retrieve the original URL.
1319
e71cf32a 1320%package Zend_Service_SlideShare
1321Summary: Zend_Service_SlideShare
1322Group: Development/Languages/PHP
0ed534c0 1323URL: http://framework.zend.com/manual/1.12/en/zend.service.slideshare.html
e71cf32a 1324Requires: %{name} = %{version}-%{release}
094ea275
ER
1325Requires: %{name}-Zend_Cache = %{version}-%{release}
1326Requires: %{name}-Zend_Exception = %{version}-%{release}
1327Requires: %{name}-Zend_Http = %{version}-%{release}
8f301a89 1328Requires: %{name}-Zend_Xml = %{version}-%{release}
e71cf32a 1329
1330%description Zend_Service_SlideShare
1331The Zend_Service_SlideShare component is used to interact with the
1332slideshare.net web services for hosting slide shows online. With this
1333component, you can embed slide shows which are hosted on this web site
1334within a web site and even upload new slide shows to your account.
1335
1336In order to use the Zend_Service_SlideShare component you must first
1337create an account on the slideshare.net servers in order to receive an
1338API key, username, password and shared secret value -- all of which
1339are needed in order to use the Zend_Service_SlideShare component.
1340
60a23880
ER
1341%package Zend_Service_SqlAzure
1342Summary: Zend_Service_
1343Group: Development/Languages/PHP
1344Requires: %{name} = %{version}-%{release}
8f301a89 1345Requires: %{name}-Zend_Xml = %{version}-%{release}
60a23880
ER
1346
1347%description Zend_Service_SqlAzure
1348
e71cf32a 1349%package Zend_Service_StrikeIron
1350Summary: Zend_Service_StrikeIron
1351Group: Development/Languages/PHP
0ed534c0 1352URL: http://framework.zend.com/manual/1.12/en/zend.service.strikeiron.html
e71cf32a 1353Requires: %{name} = %{version}-%{release}
094ea275
ER
1354Requires: %{name}-Zend_Exception = %{version}-%{release}
1355Requires: %{name}-Zend_Http = %{version}-%{release}
1356Requires: %{name}-Zend_Loader = %{version}-%{release}
e71cf32a 1357
1358%description Zend_Service_StrikeIron
1359Zend_Service_StrikeIron provides a client to StrikeIron web services.
1360
1361The Zend_Service_StrikeIron component provides:
1362- A single point for configuring your StrikeIron authentication
1363 credentials that can be used across many StrikeIron services.
1364- A standard way of retrieving your StrikeIron subscription
1365 information such as license status and the number of hits remaining to
1366 a service.
1367- The ability to use any StrikeIron service from its WSDL without
1368 creating a PHP wrapper class, and the option of creating a wrapper for
1369 a more convenient interface.
1370- Wrappers for three popular StrikeIron services.
1371
1372Before you can get started with Zend_Service_StrikeIron, you must
1373first register (http://strikeiron.com/Register.aspx) for a StrikeIron
1374developer account. After registering, you will receive a StrikeIron
1375username and password. These will be used when connecting to
1376StrikeIron using Zend_Service_StrikeIron. You will also need to sign
1377up (http://www.strikeiron.com/ProductDetail.aspx?p=257) for
1378StrikeIron's Super Data Pack Web Service. Both registration steps are
1379free and can be done relatively quickly through the StrikeIron
1380website.
1381
1382%package Zend_Service_Technorati
1383Summary: Zend_Service_Technorati
1384Group: Development/Languages/PHP
0ed534c0 1385URL: http://framework.zend.com/manual/1.12/en/zend.service.technorati.html
e71cf32a 1386Requires: %{name} = %{version}-%{release}
094ea275
ER
1387Requires: %{name}-Zend_Date = %{version}-%{release}
1388Requires: %{name}-Zend_Exception = %{version}-%{release}
1389Requires: %{name}-Zend_Http = %{version}-%{release}
1390Requires: %{name}-Zend_Locale = %{version}-%{release}
1391Requires: %{name}-Zend_Uri = %{version}-%{release}
8f301a89 1392Requires: %{name}-Zend_Xml = %{version}-%{release}
e71cf32a 1393
1394%description Zend_Service_Technorati
1395Zend_Service_Technorati provides an easy, intuitive and
1396object-oriented interface for using the Technorati API. It provides
1397access to all available Technorati API queries and returns the
1398original XML response as a friendly PHP object.
1399
1400Technorati requires a valid API key for usage. To get your own API Key
1401you first need to create a new Technorati account
1402(http://technorati.com/signup/), then visit the API Key section
1403(http://technorati.com/developers/apikey.html).
1404
16faf287
ER
1405%package Zend_Service_Twitter
1406Summary: Zend_Service_Twitter
1407Group: Development/Languages/PHP
5a60e364 1408URL: http://framework.zend.com/manual/1.12/en/zend.service.twitter.html
16faf287 1409Requires: %{name} = %{version}-%{release}
094ea275
ER
1410Requires: %{name}-Zend_Exception = %{version}-%{release}
1411Requires: %{name}-Zend_Feed = %{version}-%{release}
1412Requires: %{name}-Zend_Http = %{version}-%{release}
1413Requires: %{name}-Zend_Json = %{version}-%{release}
1414Requires: %{name}-Zend_Rest = %{version}-%{release}
1415Requires: %{name}-Zend_Uri = %{version}-%{release}
16faf287
ER
1416
1417%description Zend_Service_Twitter
1418Zend_Service_Twitter provides a client for the Twitter REST API.
6d2990e4
ER
1419Zend_Service_Twitter will allow you to query the public timeline and
1420if you provide a username and password for Twitter it will allow you
1421to get and update your status, reply to friends, direct message
1422friends, mark tweets as favorite and much more.
16faf287 1423
1e0529b7
AG
1424%package Zend_Service_WindowsAzure
1425Summary: Zend_Service_WindowsAzure
1426Group: Development/Languages/PHP
0ed534c0 1427URL: http://framework.zend.com/manual/1.12/en/zend.service.windowsazure.html
1e0529b7 1428Requires: %{name} = %{version}-%{release}
8f301a89 1429Requires: %{name}-Zend_Xml = %{version}-%{release}
1e0529b7
AG
1430
1431%description Zend_Service_WindowsAzure
1432Windows Azure is the name for Microsoft’s Software + Services
1433platform, an operating system in the cloud providing services for
1434hosting, management, scalable storage with support for simple blobs,
1435tables, and queues, as well as a management infrastructure for
1436provisioning and geo-distribution of cloud-based services, and a
76a7afe5 1437development platform for the Azure Services layer.
1e0529b7 1438
e71cf32a 1439%package Zend_Service_Yahoo
1440Summary: Zend_Service_Yahoo
1441Group: Development/Languages/PHP
0ed534c0 1442URL: http://framework.zend.com/manual/1.12/en/zend.service.yahoo.html
e71cf32a 1443Requires: %{name} = %{version}-%{release}
094ea275
ER
1444Requires: %{name}-Zend_Exception = %{version}-%{release}
1445Requires: %{name}-Zend_Http = %{version}-%{release}
1446Requires: %{name}-Zend_Rest = %{version}-%{release}
8f301a89 1447Requires: %{name}-Zend_Xml = %{version}-%{release}
cf32eb5c 1448Requires: php(dom)
e71cf32a 1449
1450%description Zend_Service_Yahoo
1451Zend_Service_Yahoo is a simple API for using many of the Yahoo! REST
1452APIs. Zend_Service_Yahoo allows you to search Yahoo! Web search,
1453Yahoo! News, Yahoo! Local, Yahoo! Images. In order to use the Yahoo!
1454REST API, you must have a Yahoo! Application ID. To obtain an
1455Application ID, please complete and submit the Application ID Request
1456Form (http://developer.yahoo.com/wsregapp/).
1457
1458%package Zend_Session
1459Summary: Zend_Session
1460Group: Development/Languages/PHP
0ed534c0 1461URL: http://framework.zend.com/manual/1.12/en/zend.session.html
e71cf32a 1462Requires: %{name} = %{version}-%{release}
094ea275 1463Requires: %{name}-Zend_Exception = %{version}-%{release}
a61792aa 1464Requires: php(session)
e71cf32a 1465
1466%description Zend_Session
1467Zend_Session helps manage and preserve session data across multiple
1468page requests by the same client. Zend_Session component:
1469- provides an object-oriented interface to access session data
1470- provides optional security features to help protect against session
1471 hijacking
1472- supports namespaced access to the PHP session for interoperability.
1473
1474%package Zend_Soap
1475Summary: Zend_Soap
1476Group: Development/Languages/PHP
0ed534c0 1477URL: http://framework.zend.com/manual/1.12/en/zend.soap.html
e71cf32a 1478Requires: %{name} = %{version}-%{release}
094ea275
ER
1479Requires: %{name}-Zend_Exception = %{version}-%{release}
1480Requires: %{name}-Zend_Server = %{version}-%{release}
1481Requires: %{name}-Zend_Uri = %{version}-%{release}
8f301a89 1482Requires: %{name}-Zend_Xml = %{version}-%{release}
a61792aa
ER
1483Requires: php(dom)
1484Requires: php(simplexml)
e71cf32a 1485
1486%description Zend_Soap
1487Zend_Soap component is intended to simplify Web Services development
1488for PHP programmers.
1489
8d05effb
AG
1490%package Zend_Tag
1491Summary: Zend_Tag -- work with taggable Items
1492Group: Development/Languages/PHP
0ed534c0 1493URL: http://framework.zend.com/manual/1.12/en/zend.tag.html
8d05effb
AG
1494Requires: %{name} = %{version}-%{release}
1495
1496%description Zend_Tag
1497Zend_Tag is a component suite which provides a facility to work with
141d3d77
ER
1498taggable Items. As its base, it provides two classes to work with
1499Tags, Zend_Tag_Item and Zend_Tag_ItemList. Additionally, it comes with
1500the interface Zend_Tag_Taggable, which allows you to use any of your
1501models as a taggable item in conjunction with Zend_Tag.
8d05effb 1502
e71cf32a 1503%package Zend_Text
1504Summary: Zend_Text
1505Group: Development/Languages/PHP
0ed534c0 1506URL: http://framework.zend.com/manual/1.12/en/zend.text.html
e71cf32a 1507Requires: %{name} = %{version}-%{release}
094ea275 1508Requires: %{name}-Zend_Exception = %{version}-%{release}
e71cf32a 1509
1510%description Zend_Text
1511Zend_Text is a component which enables developers to create a so
1512called FIGlet text. A FIGlet text is a string, which is represented as
1513ASCII art. FIGlets use a special font format, called FLT (FigLet
1514Font).
1515
1516%package Zend_Test
1517Summary: Zend_Test
1518Group: Development/Languages/PHP
0ed534c0 1519URL: http://framework.zend.com/manual/1.12/en/zend.test.html
e71cf32a 1520Requires: %{name} = %{version}-%{release}
094ea275
ER
1521Requires: %{name}-Zend_Controller = %{version}-%{release}
1522Requires: %{name}-Zend_Dom = %{version}-%{release}
1523Requires: %{name}-Zend_Exception = %{version}-%{release}
1524Requires: %{name}-Zend_Layout = %{version}-%{release}
1525Requires: %{name}-Zend_Registry = %{version}-%{release}
1526Requires: %{name}-Zend_Session = %{version}-%{release}
e71cf32a 1527
1528%description Zend_Test
1529Zend_Test provides tools to facilitate unit testing of your Zend
1530Framework applications.
1531
5d4e00df
ER
1532%package Zend_TimeSync
1533Summary: Zend_TimeSync
1534Group: Development/Languages/PHP
0ed534c0 1535URL: http://framework.zend.com/manual/1.12/en/zend.timesync.html
5d4e00df 1536Requires: %{name} = %{version}-%{release}
094ea275
ER
1537Requires: %{name}-Zend_Date = %{version}-%{release}
1538Requires: %{name}-Zend_Exception = %{version}-%{release}
1539Requires: %{name}-Zend_Loader = %{version}-%{release}
5d4e00df
ER
1540
1541%description Zend_TimeSync
1542Zend_TimeSync is able to receive internet or network time from a time
1543server using the NTP or SNTP protocol. With Zend_TimeSync, Zend
1544Framework is able to act independently from the time settings of the
1545server where it is running.
1546
6ac29181
AG
1547%package Zend_Tool
1548Summary: Zend_Tool
1549Group: Development/Languages/PHP
1550URL: http://framework.zend.com/wiki/display/ZFDEV/Zend_Tool
1551Requires: %{name} = %{version}-%{release}
d021911c 1552Requires: /usr/bin/php
6ac29181
AG
1553
1554%description Zend_Tool
6007ee30
ER
1555Zend_Tool component is intended to simplify project development for
1556PHP programmers.
6ac29181
AG
1557
1558Please note that this component is part of Zend Framework incubator.
1559
e71cf32a 1560%package Zend_Translate
1561Summary: Zend_Translate
1562Group: Development/Languages/PHP
0ed534c0 1563URL: http://framework.zend.com/manual/1.12/en/zend.translate.html
e71cf32a 1564Requires: %{name} = %{version}-%{release}
094ea275
ER
1565Requires: %{name}-Zend_Exception = %{version}-%{release}
1566Requires: %{name}-Zend_Loader = %{version}-%{release}
1567Requires: %{name}-Zend_Locale = %{version}-%{release}
a61792aa
ER
1568Suggests: php(xml)
1569# Zend_Translate_Adapter_Qt requires xml
1570# Zend_Translate_Adapter_Tmx requires xml
1571# Zend_Translate_Adapter_Xliff requires xml
e71cf32a 1572
1573%description Zend_Translate
1574Zend_Translate is the Zend Framework's solution for multilingual
1575applications.
1576
1577The benefits of Zend_Translate are:
1578- Supports multiple source formats: Zend_Translate supports several
1579 source formats, including those supported by PHP, and other formats
1580 including TMX and CSV files.
1581- Thread-safe gettext: The gettext reader of Zend_Translate is
1582 thread-safe. There are no problems using it in multi-threaded
1583 environments.
1584- Easy and generic API: The API of Zend_Translate is very simple and
1585 requires only a handful of functions. So it's easy to learn and easy
1586 to maintain. All source formats are handled the same way, so if the
1587 format of your source files change from Gettext to TMX, you only need
1588 to change one line of code to specify the storage adapter.
1589- Detection of the user's standard language: The preferred language of
1590 the user accessing the site can be detected and used by
1591 Zend_Translate.
1592- Automatic source detection: Zend_Translate is capable of detecting
1593 and integrating multiple source files and additionally detect the
1594 locale to be used depending on directory or filenames.
1595
1596%package Zend_Uri
1597Summary: Zend_Uri
1598Group: Development/Languages/PHP
0ed534c0 1599URL: http://framework.zend.com/manual/1.12/en/zend.uri.html
e71cf32a 1600Requires: %{name} = %{version}-%{release}
094ea275
ER
1601Requires: %{name}-Zend_Exception = %{version}-%{release}
1602Requires: %{name}-Zend_Loader = %{version}-%{release}
1603Requires: %{name}-Zend_Locale = %{version}-%{release}
1604Requires: %{name}-Zend_Validate = %{version}-%{release}
cf32eb5c 1605Requires: php(ctype)
e71cf32a 1606
1607%description Zend_Uri
1608Zend_Uri is a component that aids in manipulating and validating
1609Uniform Resource Identifiers (URIs). Zend_Uri exists primarily to
1610service other components such as Zend_Http_Client but is also useful
1611as a standalone utility.
1612
1613%package Zend_Validate
1614Summary: Zend_Validate
1615Group: Development/Languages/PHP
0ed534c0 1616URL: http://framework.zend.com/manual/1.12/en/zend.validate.html
e71cf32a 1617Requires: %{name} = %{version}-%{release}
094ea275
ER
1618Requires: %{name}-Zend_Exception = %{version}-%{release}
1619Requires: %{name}-Zend_Loader = %{version}-%{release}
1620Requires: %{name}-Zend_Locale = %{version}-%{release}
cf32eb5c 1621Requires: php(ctype)
a61792aa 1622Requires: php(reflection)
e71cf32a 1623
1624%description Zend_Validate
1625The Zend_Validate component provides a set of commonly needed
1626validators. It also provides a simple validator chaining mechanism by
1627which multiple validators may be applied to a single datum in a
1628user-defined order.
1629
1630%package Zend_Version
1631Summary: Zend_Version
1632Group: Development/Languages/PHP
0ed534c0 1633URL: http://framework.zend.com/manual/1.12/en/zend.version.html
e71cf32a 1634Requires: %{name} = %{version}-%{release}
1635
1636%description Zend_Version
1637Zend_Version component delivers current version number of Zend
1638Framework.
1639
1640%package Zend_View
1641Summary: Zend_View
1642Group: Development/Languages/PHP
0ed534c0 1643URL: http://framework.zend.com/manual/1.12/en/zend.view.html
e71cf32a 1644Requires: %{name} = %{version}-%{release}
094ea275
ER
1645Requires: %{name}-Zend_Controller = %{version}-%{release}
1646Requires: %{name}-Zend_Exception = %{version}-%{release}
1647Requires: %{name}-Zend_Loader = %{version}-%{release}
1648Requires: %{name}-Zend_Locale = %{version}-%{release}
1649Requires: %{name}-Zend_Registry = %{version}-%{release}
a61792aa 1650Requires: php(reflection)
e71cf32a 1651
1652%description Zend_View
1653Zend_View is a class for working with the "view" portion of the
1654model-view-controller pattern. That is, it exists to help keep the
1655view script separate from the model and controller scripts. It
1656provides a system of helpers, output filters, and variable escaping.
1657Zend_View is template system agnostic; you may use PHP as your
1658template language, or create instances of other template systems and
1659manipulate them within your view script. Essentially, using Zend_View
1660happens in two major steps: 1. Your controller script creates an
1661instance of Zend_View and assigns variables to that instance. 2. The
1662controller tells the Zend_View to render a particular view, thereby
1663handing control over the view script, which generates the view output.
1664
1665%package Zend_Wildfire
1666Summary: Zend_Wildfire
1667Group: Development/Languages/PHP
0ed534c0 1668URL: http://framework.zend.com/manual/1.12/en/zend.wildfire.html
e71cf32a 1669Requires: %{name} = %{version}-%{release}
094ea275
ER
1670Requires: %{name}-Zend_Controller = %{version}-%{release}
1671Requires: %{name}-Zend_Exception = %{version}-%{release}
1672Requires: %{name}-Zend_Json = %{version}-%{release}
1673Requires: %{name}-Zend_Loader = %{version}-%{release}
e71cf32a 1674
1675%description Zend_Wildfire
1676Zend_Wildfire is a component that facilitates communication between
1677PHP code and Wildfire client components. The purpose of the Wildfire
1678Project is to develop standardized communication channels between a
1679large variety of components and a dynamic and scriptable plugin
1680architecture. At this time the primary focus is to provide a system to
1681allow server-side PHP code to inject logging messages into the Firebug
1682Console (http://getfirebug.com/).
1683
aeecb1b0
ER
1684%package Zend_Xml
1685Summary: Zend_Xml
1686Group: Development/Languages/PHP
1687Requires: %{name} = %{version}-%{release}
f603f1ea
ER
1688Requires: php(dom)
1689Requires: php(simplexml)
1690Requires: php(xml)
aeecb1b0
ER
1691
1692%description Zend_Xml
1693Zend_Xml.
1694
e71cf32a 1695%package Zend_XmlRpc
1696Summary: Zend_XmlRpc
1697Group: Development/Languages/PHP
0ed534c0 1698URL: http://framework.zend.com/manual/1.12/en/zend.xmlrpc.html
e71cf32a 1699Requires: %{name} = %{version}-%{release}
094ea275
ER
1700Requires: %{name}-Zend_Exception = %{version}-%{release}
1701Requires: %{name}-Zend_Http = %{version}-%{release}
1702Requires: %{name}-Zend_Server = %{version}-%{release}
aeecb1b0 1703Requires: %{name}-Zend_Xml = %{version}-%{release}
cf32eb5c
ER
1704Requires: php(dom)
1705Requires: php(iconv)
a61792aa
ER
1706Requires: php(reflection)
1707Requires: php(simplexml)
e71cf32a 1708
1709%description Zend_XmlRpc
6d2990e4 1710From its home page <http://www.xmlrpc.com/>, XML-RPC is described as a
e71cf32a 1711"...remote procedure calling using HTTP as the transport and XML as
1712the encoding. XML-RPC is designed to be as simple as possible, while
1713allowing complex data structures to be transmitted, processed and
1714returned". The Zend Framework provides support for both consuming
1715remote XML-RPC services and building new XML-RPC servers.
1716
6e96c14e
ER
1717%package demos
1718Summary: Demos for Zend Framework
661af80f 1719Summary(pl.UTF-8): Programy demonstracyjne dla szkieletu Zend Framework
6e96c14e
ER
1720Group: Documentation
1721
1722%description demos
1723Demos for Zend Framework.
1724
661af80f
JB
1725%description demos -l pl.UTF-8
1726Programy demonstracyjne dla szkieletu Zend Framework.
1727
25284397
ER
1728%package manual-en
1729Summary: Zend Framework manual in English language
1730Summary(pl.UTF-8): Podręcznik do Zend Framework w języku angielskim
1731Group: Documentation
1732
1733%description manual-en
1734Zend Framework manual in English language.
1735
1736%description manual-en -l pl.UTF-8
1737Podręcznik do Zend Framework w języku angielskim.
1738
366e32c5 1739%prep
25284397
ER
1740%setup -q -a1
1741mv %{name}-%{version}/documentation .
39269395 1742find '(' -name '*.php' -o -name '*.xml' ')' -print0 | xargs -0 %{__sed} -i -e 's,\r$,,'
c064d7ba 1743%patch0 -p1
cd38c384 1744%patch1 -p1
39269395 1745
5d4e00df
ER
1746install -p %{SOURCE2} find-lang.sh
1747
1748sed -i -e 's,Zend/Serializer/Excception.php,Zend/Serializer/Exception.php,' library/Zend/Serializer/Adapter/PythonPickle.php
39269395 1749
cd38c384
ER
1750# cleanup backups after patching
1751find '(' -name '*~' -o -name '*.orig' ')' -print0 | xargs -0 -r -l512 rm -f
1752
141d3d77 1753%build
a42fce70 1754%if %{with tests}
141d3d77 1755lint_php() {
965c9f21 1756 for a in $(find library -name '*.php'); do
528ca4a9 1757 php -n -l $a
965c9f21 1758 done
141d3d77
ER
1759}
1760lint_php
a42fce70 1761%endif
141d3d77 1762
366e32c5
ER
1763%install
1764rm -rf $RPM_BUILD_ROOT
f935b20d 1765install -d $RPM_BUILD_ROOT{%{_examplesdir}/%{name}-%{version},%{_bindir},%{php_pear_dir}/bin}
366e32c5
ER
1766cp -a demos/Zend/* $RPM_BUILD_ROOT%{_examplesdir}/%{name}-%{version}
1767
9d1d6b31 1768# library should be in include_path if used, so we use already defined %{php_pear_dir}
c064d7ba
ER
1769# NOTE: we could use %{php_data_dir} as of php-common-4:5.2.8-3, but then
1770# pear(...) deps won't be satisifed that these libs use extensively.
9d1d6b31 1771cp -a library/* $RPM_BUILD_ROOT%{php_pear_dir}
366e32c5 1772
cd26b345 1773# create script in bindir
528ca4a9 1774install -p bin/zf.php $RPM_BUILD_ROOT%{php_pear_dir}/bin
d021911c 1775cat >> $RPM_BUILD_ROOT%{_bindir}/zf <<-'EOF'
cd26b345
AG
1776#!/bin/sh
1777cd %{php_pear_dir}/bin
5d4e00df 1778exec %{_bindir}/php -d safe_mode=off zf.php ${1:+"$@"}
cd26b345 1779EOF
6ac29181 1780
39269395
ER
1781./find-lang.sh %{name}.lang
1782
25284397
ER
1783# manual
1784install -d $RPM_BUILD_ROOT%{_docdir}/%{name}-en
1785cp -a documentation/manual/core/en/* $RPM_BUILD_ROOT%{_docdir}/%{name}-en
1786
366e32c5
ER
1787%clean
1788rm -rf $RPM_BUILD_ROOT
1789
1790%files
1791%defattr(644,root,root,755)
60a23880 1792%doc LICENSE.txt README.md
e71cf32a 1793%dir %{php_pear_dir}/Zend
e71cf32a 1794
1795%files Zend_Acl
1796%defattr(644,root,root,755)
1797%{php_pear_dir}/Zend/Acl
1798%{php_pear_dir}/Zend/Acl.php
1799
16faf287
ER
1800%files Zend_Amf
1801%defattr(644,root,root,755)
1802%{php_pear_dir}/Zend/Amf
1803
8d05effb
AG
1804%files Zend_Application
1805%defattr(644,root,root,755)
1806%{php_pear_dir}/Zend/Application
1807%{php_pear_dir}/Zend/Application.php
1808
16faf287
ER
1809%files Zend_ProgressBar
1810%defattr(644,root,root,755)
1811%{php_pear_dir}/Zend/ProgressBar.php
1812%{php_pear_dir}/Zend/ProgressBar
1813
e71cf32a 1814%files Zend_Auth
1815%defattr(644,root,root,755)
1816%{php_pear_dir}/Zend/Auth
1817%{php_pear_dir}/Zend/Auth.php
1818
1e0529b7
AG
1819%files Zend_Barcode
1820%defattr(644,root,root,755)
1821%{php_pear_dir}/Zend/Barcode
1822%{php_pear_dir}/Zend/Barcode.php
1823
e71cf32a 1824%files Zend_Cache
1825%defattr(644,root,root,755)
1826%{php_pear_dir}/Zend/Cache
1827%{php_pear_dir}/Zend/Cache.php
16faf287
ER
1828# Zend_Server_Cache subpackage?
1829# but not listed as separate component on doc
1830%{php_pear_dir}/Zend/Server/Cache.php
e71cf32a 1831
1832%files Zend_Captcha
1833%defattr(644,root,root,755)
1834%{php_pear_dir}/Zend/Captcha
1835
7c53a033
ER
1836%files Zend_Cloud
1837%defattr(644,root,root,755)
1838%dir %{php_pear_dir}/Zend/Cloud
1839%{php_pear_dir}/Zend/Cloud/AbstractFactory.php
1840%{php_pear_dir}/Zend/Cloud/Exception.php
1841%{php_pear_dir}/Zend/Cloud/OperationNotAvailableException.php
1842
1843# subpackages?
1844%{php_pear_dir}/Zend/Cloud/DocumentService
60a23880 1845%{php_pear_dir}/Zend/Cloud/Infrastructure
7c53a033
ER
1846%{php_pear_dir}/Zend/Cloud/QueueService
1847%{php_pear_dir}/Zend/Cloud/StorageService
1848
8d05effb
AG
1849%files Zend_CodeGenerator
1850%defattr(644,root,root,755)
1851%{php_pear_dir}/Zend/CodeGenerator
1852
e71cf32a 1853%files Zend_Config
1854%defattr(644,root,root,755)
1855%{php_pear_dir}/Zend/Config
1856%{php_pear_dir}/Zend/Config.php
1857
1858%files Zend_Console_Getopt
1859%defattr(644,root,root,755)
5d4e00df 1860%dir %{php_pear_dir}/Zend/Console
e71cf32a 1861%{php_pear_dir}/Zend/Console/Getopt
1862%{php_pear_dir}/Zend/Console/Getopt.php
1863
1864%files Zend_Controller
1865%defattr(644,root,root,755)
1866%{php_pear_dir}/Zend/Controller
1867
8d05effb
AG
1868%files Zend_Crypt
1869%defattr(644,root,root,755)
1870%{php_pear_dir}/Zend/Crypt
1871%{php_pear_dir}/Zend/Crypt.php
1872
e71cf32a 1873%files Zend_Currency
1874%defattr(644,root,root,755)
1875%{php_pear_dir}/Zend/Currency
1876%{php_pear_dir}/Zend/Currency.php
1877
1878%files Zend_Date
1879%defattr(644,root,root,755)
1880%{php_pear_dir}/Zend/Date
1881%{php_pear_dir}/Zend/Date.php
1882
1883%files Zend_Db
1884%defattr(644,root,root,755)
1885%{php_pear_dir}/Zend/Db
1886%{php_pear_dir}/Zend/Db.php
1887
1888%files Zend_Debug
1889%defattr(644,root,root,755)
1890%{php_pear_dir}/Zend/Debug.php
1891
1892%files Zend_Dojo
1893%defattr(644,root,root,755)
1894%{php_pear_dir}/Zend/Dojo
1895%{php_pear_dir}/Zend/Dojo.php
1896
1897%files Zend_Dom
1898%defattr(644,root,root,755)
1899%{php_pear_dir}/Zend/Dom
1900
1901%files Zend_Exception
1902%defattr(644,root,root,755)
1903%{php_pear_dir}/Zend/Exception.php
1904
60a23880
ER
1905%files Zend_EventManager
1906%defattr(644,root,root,755)
1907%{php_pear_dir}/Zend/EventManager
1908
1909# package here, as for now only EventManager uses Stdlib classes
1910%{php_pear_dir}/Zend/Stdlib
1911
e71cf32a 1912%files Zend_Feed
1913%defattr(644,root,root,755)
1914%{php_pear_dir}/Zend/Feed
1915%{php_pear_dir}/Zend/Feed.php
1916
1917%files Zend_File
1918%defattr(644,root,root,755)
1919%{php_pear_dir}/Zend/File
1920
1921%files Zend_Filter
1922%defattr(644,root,root,755)
1923%{php_pear_dir}/Zend/Filter
1924%{php_pear_dir}/Zend/Filter.php
e71cf32a 1925%exclude %{php_pear_dir}/Zend/Filter/Input.php
1926
1927%files Zend_Filter_Input
1928%defattr(644,root,root,755)
1929%{php_pear_dir}/Zend/Filter/Input.php
1930
1931%files Zend_Form
1932%defattr(644,root,root,755)
1933%{php_pear_dir}/Zend/Form
1934%{php_pear_dir}/Zend/Form.php
1935
1936%files Zend_Gdata
1937%defattr(644,root,root,755)
1938%{php_pear_dir}/Zend/Gdata
1939%{php_pear_dir}/Zend/Gdata.php
1940
1941%files Zend_Http
1942%defattr(644,root,root,755)
1943%{php_pear_dir}/Zend/Http
1944
e71cf32a 1945%files Zend_Json
1946%defattr(644,root,root,755)
1947%{php_pear_dir}/Zend/Json
1948%{php_pear_dir}/Zend/Json.php
1949
1950%files Zend_Layout
1951%defattr(644,root,root,755)
1952%{php_pear_dir}/Zend/Layout
1953%{php_pear_dir}/Zend/Layout.php
1954
1955%files Zend_Ldap
1956%defattr(644,root,root,755)
1957%{php_pear_dir}/Zend/Ldap
1958%{php_pear_dir}/Zend/Ldap.php
1959
1960%files Zend_Loader
1961%defattr(644,root,root,755)
1962%{php_pear_dir}/Zend/Loader
1963%{php_pear_dir}/Zend/Loader.php
1964
39269395 1965%files Zend_Locale -f %{name}.lang
e71cf32a 1966%defattr(644,root,root,755)
39269395 1967%dir %{php_pear_dir}/Zend/Locale
e71cf32a 1968%{php_pear_dir}/Zend/Locale.php
39269395
ER
1969%{php_pear_dir}/Zend/Locale/Exception.php
1970%{php_pear_dir}/Zend/Locale/Format.php
1971%{php_pear_dir}/Zend/Locale/Math.php
1972%{php_pear_dir}/Zend/Locale/Math
1973
1974%{php_pear_dir}/Zend/Locale/Data.php
1975%dir %{php_pear_dir}/Zend/Locale/Data
1976%{php_pear_dir}/Zend/Locale/Data/Translation.php
16faf287 1977%{php_pear_dir}/Zend/Locale/Data/characters.xml
60a23880
ER
1978%{php_pear_dir}/Zend/Locale/Data/coverageLevels.xml
1979%{php_pear_dir}/Zend/Locale/Data/dayPeriods.xml
1980%{php_pear_dir}/Zend/Locale/Data/genderList.xml
1981%{php_pear_dir}/Zend/Locale/Data/languageInfo.xml
39ea3a57 1982%{php_pear_dir}/Zend/Locale/Data/likelySubtags.xml
60a23880 1983%{php_pear_dir}/Zend/Locale/Data/metaZones.xml
39ea3a57 1984%{php_pear_dir}/Zend/Locale/Data/numberingSystems.xml
60a23880
ER
1985%{php_pear_dir}/Zend/Locale/Data/ordinals.xml
1986%{php_pear_dir}/Zend/Locale/Data/plurals.xml
39ea3a57 1987%{php_pear_dir}/Zend/Locale/Data/postalCodeData.xml
16faf287 1988%{php_pear_dir}/Zend/Locale/Data/root.xml
39269395 1989%{php_pear_dir}/Zend/Locale/Data/supplementalData.xml
60a23880 1990%{php_pear_dir}/Zend/Locale/Data/supplementalMetadata.xml
16faf287 1991%{php_pear_dir}/Zend/Locale/Data/telephoneCodeData.xml
60a23880 1992%{php_pear_dir}/Zend/Locale/Data/windowsZones.xml
e71cf32a 1993
1994%files Zend_Log
1995%defattr(644,root,root,755)
1996%{php_pear_dir}/Zend/Log
1997%{php_pear_dir}/Zend/Log.php
1998
1999%files Zend_Mail
2000%defattr(644,root,root,755)
2001%{php_pear_dir}/Zend/Mail
2002%{php_pear_dir}/Zend/Mail.php
2003
1e0529b7
AG
2004%files Zend_Markup
2005%defattr(644,root,root,755)
2006%{php_pear_dir}/Zend/Markup
2007%{php_pear_dir}/Zend/Markup.php
2008
e71cf32a 2009%files Zend_Measure
2010%defattr(644,root,root,755)
2011%{php_pear_dir}/Zend/Measure
2012
2013%files Zend_Memory
2014%defattr(644,root,root,755)
2015%{php_pear_dir}/Zend/Memory
2016%{php_pear_dir}/Zend/Memory.php
2017
2018%files Zend_Mime
2019%defattr(644,root,root,755)
2020%{php_pear_dir}/Zend/Mime
2021%{php_pear_dir}/Zend/Mime.php
2022
60a23880
ER
2023%files Zend_Mobile_Push
2024%defattr(644,root,root,755)
2025%dir %{php_pear_dir}/Zend/Mobile
2026%{php_pear_dir}/Zend/Mobile/Exception.php
2027%{php_pear_dir}/Zend/Mobile/Push
2028
8d05effb
AG
2029%files Zend_Navigation
2030%defattr(644,root,root,755)
2031%{php_pear_dir}/Zend/Navigation
2032%{php_pear_dir}/Zend/Navigation.php
2033
1e0529b7
AG
2034%files Zend_Oauth
2035%defattr(644,root,root,755)
2036%{php_pear_dir}/Zend/Oauth
2037%{php_pear_dir}/Zend/Oauth.php
2038
e71cf32a 2039%files Zend_OpenId
2040%defattr(644,root,root,755)
2041%{php_pear_dir}/Zend/OpenId
2042%{php_pear_dir}/Zend/OpenId.php
2043
2044%files Zend_Paginator
2045%defattr(644,root,root,755)
2046%{php_pear_dir}/Zend/Paginator
2047%{php_pear_dir}/Zend/Paginator.php
2048
2049%files Zend_Pdf
2050%defattr(644,root,root,755)
2051%{php_pear_dir}/Zend/Pdf
2052%{php_pear_dir}/Zend/Pdf.php
2053
39ea3a57
AG
2054%files Zend_Queue
2055%defattr(644,root,root,755)
2056%{php_pear_dir}/Zend/Queue
2057%{php_pear_dir}/Zend/Queue.php
2058
8d05effb
AG
2059%files Zend_Reflection
2060%defattr(644,root,root,755)
2061%{php_pear_dir}/Zend/Reflection
2062
e71cf32a 2063%files Zend_Registry
2064%defattr(644,root,root,755)
2065%{php_pear_dir}/Zend/Registry.php
2066
2067%files Zend_Rest
2068%defattr(644,root,root,755)
2069%{php_pear_dir}/Zend/Rest
2070
2071%files Zend_Search_Lucene
2072%defattr(644,root,root,755)
5d4e00df 2073%dir %{php_pear_dir}/Zend/Search
e71cf32a 2074%{php_pear_dir}/Zend/Search/Exception.php
2075%{php_pear_dir}/Zend/Search/Lucene
2076%{php_pear_dir}/Zend/Search/Lucene.php
2077
1e0529b7
AG
2078%files Zend_Serializer
2079%defattr(644,root,root,755)
2080%{php_pear_dir}/Zend/Serializer
2081%{php_pear_dir}/Zend/Serializer.php
2082
5d4e00df
ER
2083%files Zend_Server
2084%defattr(644,root,root,755)
2085%dir %{php_pear_dir}/Zend/Server
2086%{php_pear_dir}/Zend/Server/Abstract.php
2087%{php_pear_dir}/Zend/Server/Exception.php
2088%{php_pear_dir}/Zend/Server/Interface.php
2089%{php_pear_dir}/Zend/Server/Definition.php
2090%dir %{php_pear_dir}/Zend/Server/Method
2091%{php_pear_dir}/Zend/Server/Method/Callback.php
2092%{php_pear_dir}/Zend/Server/Method/Definition.php
2093%{php_pear_dir}/Zend/Server/Method/Parameter.php
2094%{php_pear_dir}/Zend/Server/Method/Prototype.php
2095
e71cf32a 2096%files Zend_Server_Reflection
2097%defattr(644,root,root,755)
2098%{php_pear_dir}/Zend/Server/Reflection
2099%{php_pear_dir}/Zend/Server/Reflection.php
2100
5d4e00df
ER
2101%files Zend_Service
2102%defattr(644,root,root,755)
2103%dir %{php_pear_dir}/Zend/Service
2104%{php_pear_dir}/Zend/Service/Abstract.php
2105%{php_pear_dir}/Zend/Service/Exception.php
2106
fe42ae92
ER
2107# subpackage?
2108%{php_pear_dir}/Zend/Service/Console
2109
e71cf32a 2110%files Zend_Service_Akismet
2111%defattr(644,root,root,755)
2112%{php_pear_dir}/Zend/Service/Akismet.php
2113
2114%files Zend_Service_Amazon
2115%defattr(644,root,root,755)
2116%{php_pear_dir}/Zend/Service/Amazon
2117%{php_pear_dir}/Zend/Service/Amazon.php
2118
2119%files Zend_Service_Audioscrobbler
2120%defattr(644,root,root,755)
b573c28a 2121%{php_pear_dir}/Zend/Service/Audioscrobbler
e71cf32a 2122%{php_pear_dir}/Zend/Service/Audioscrobbler.php
2123
2124%files Zend_Service_Delicious
2125%defattr(644,root,root,755)
2126%{php_pear_dir}/Zend/Service/Delicious
2127%{php_pear_dir}/Zend/Service/Delicious.php
2128
1e0529b7
AG
2129%files Zend_Service_DeveloperGarden
2130%defattr(644,root,root,755)
2131%{php_pear_dir}/Zend/Service/DeveloperGarden
2132
7c53a033
ER
2133%files Zend_Service_Ebay
2134%defattr(644,root,root,755)
2135%{php_pear_dir}/Zend/Service/Ebay
2136
e71cf32a 2137%files Zend_Service_Flickr
2138%defattr(644,root,root,755)
2139%{php_pear_dir}/Zend/Service/Flickr
2140%{php_pear_dir}/Zend/Service/Flickr.php
2141
1e0529b7
AG
2142%files Zend_Service_LiveDocx
2143%defattr(644,root,root,755)
2144%{php_pear_dir}/Zend/Service/LiveDocx
2145%{php_pear_dir}/Zend/Service/LiveDocx.php
2146
60a23880
ER
2147%files Zend_Service_Rackspace
2148%defattr(644,root,root,755)
2149%{php_pear_dir}/Zend/Service/Rackspace
e71cf32a 2150
2151%files Zend_Service_ReCaptcha
2152%defattr(644,root,root,755)
2153%{php_pear_dir}/Zend/Service/ReCaptcha
2154%{php_pear_dir}/Zend/Service/ReCaptcha.php
2155
7c53a033
ER
2156%files Zend_Service_ShortUrl
2157%defattr(644,root,root,755)
2158%{php_pear_dir}/Zend/Service/ShortUrl
2159
e71cf32a 2160%files Zend_Service_SlideShare
2161%defattr(644,root,root,755)
2162%{php_pear_dir}/Zend/Service/SlideShare
2163%{php_pear_dir}/Zend/Service/SlideShare.php
2164
60a23880
ER
2165%files Zend_Service_SqlAzure
2166%defattr(644,root,root,755)
2167%{php_pear_dir}/Zend/Service/SqlAzure
2168
e71cf32a 2169%files Zend_Service_StrikeIron
2170%defattr(644,root,root,755)
2171%{php_pear_dir}/Zend/Service/StrikeIron
2172%{php_pear_dir}/Zend/Service/StrikeIron.php
2173
2174%files Zend_Service_Technorati
2175%defattr(644,root,root,755)
2176%{php_pear_dir}/Zend/Service/Technorati
2177%{php_pear_dir}/Zend/Service/Technorati.php
2178
16faf287
ER
2179%files Zend_Service_Twitter
2180%defattr(644,root,root,755)
16faf287 2181%{php_pear_dir}/Zend/Service/Twitter
0704a169 2182%{php_pear_dir}/Zend/Service/Twitter.php
16faf287 2183
1e0529b7
AG
2184%files Zend_Service_WindowsAzure
2185%defattr(644,root,root,755)
2186%{php_pear_dir}/Zend/Service/WindowsAzure
2187
e71cf32a 2188%files Zend_Service_Yahoo
2189%defattr(644,root,root,755)
2190%{php_pear_dir}/Zend/Service/Yahoo
2191%{php_pear_dir}/Zend/Service/Yahoo.php
2192
2193%files Zend_Session
2194%defattr(644,root,root,755)
2195%{php_pear_dir}/Zend/Session
2196%{php_pear_dir}/Zend/Session.php
2197
2198%files Zend_Soap
2199%defattr(644,root,root,755)
2200%{php_pear_dir}/Zend/Soap
2201
8d05effb
AG
2202%files Zend_Tag
2203%defattr(644,root,root,755)
2204%{php_pear_dir}/Zend/Tag
2205
e71cf32a 2206%files Zend_Text
2207%defattr(644,root,root,755)
2208%{php_pear_dir}/Zend/Text
2209
2210%files Zend_Test
2211%defattr(644,root,root,755)
2212%{php_pear_dir}/Zend/Test
2213
5d4e00df
ER
2214%files Zend_TimeSync
2215%defattr(644,root,root,755)
2216%{php_pear_dir}/Zend/TimeSync
2217%{php_pear_dir}/Zend/TimeSync.php
2218
6ac29181
AG
2219%files Zend_Tool
2220%defattr(644,root,root,755)
cd26b345
AG
2221%attr(755,root,root) %{_bindir}/zf
2222%{php_pear_dir}/bin/zf.php
6ac29181
AG
2223%{php_pear_dir}/Zend/Tool
2224
e71cf32a 2225%files Zend_Translate
2226%defattr(644,root,root,755)
2227%{php_pear_dir}/Zend/Translate
2228%{php_pear_dir}/Zend/Translate.php
2229
2230%files Zend_Uri
2231%defattr(644,root,root,755)
2232%{php_pear_dir}/Zend/Uri
2233%{php_pear_dir}/Zend/Uri.php
2234
2235%files Zend_Validate
2236%defattr(644,root,root,755)
2237%{php_pear_dir}/Zend/Validate
2238%{php_pear_dir}/Zend/Validate.php
2239
2240%files Zend_Version
2241%defattr(644,root,root,755)
2242%{php_pear_dir}/Zend/Version.php
2243
2244%files Zend_View
2245%defattr(644,root,root,755)
2246%{php_pear_dir}/Zend/View
2247%{php_pear_dir}/Zend/View.php
2248
2249%files Zend_Wildfire
2250%defattr(644,root,root,755)
2251%{php_pear_dir}/Zend/Wildfire
2252
aeecb1b0
ER
2253%files Zend_Xml
2254%defattr(644,root,root,755)
2255%{php_pear_dir}/Zend/Xml
2256
e71cf32a 2257%files Zend_XmlRpc
2258%defattr(644,root,root,755)
2259%{php_pear_dir}/Zend/XmlRpc
9f190b56 2260
6e96c14e 2261%files demos
9f190b56 2262%defattr(644,root,root,755)
6e96c14e 2263%{_examplesdir}/%{name}-%{version}
25284397
ER
2264
2265%files manual-en
2266%defattr(644,root,root,755)
2267%doc %{_docdir}/%{name}-en
This page took 0.537186 seconds and 4 git commands to generate.