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