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