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