]> git.pld-linux.org Git - packages/ZendFramework.git/blob - ZendFramework.spec
- todo "done" (those were require calls in unreachable [as of 1.9.7] code)
[packages/ZendFramework.git] / ZendFramework.spec
1 #
2 # TODO
3 # - check Zend/Pdf/FileParser/Image/Jpeg.php and Zend/Pdf/FileParser/Image/Tiff.php
4 #   presence in Zend/Pdf/Image.php after update [not implemented in 1.9.7)
5 #
6 %include        /usr/lib/rpm/macros.php
7 Summary:        Zend Framework
8 Summary(pl.UTF-8):      Szkielet Zend
9 Name:           ZendFramework
10 Version:        1.9.7
11 Release:        1
12 License:        New BSD License
13 Group:          Development/Languages/PHP
14 Source0:        http://framework.zend.com/releases/%{name}-%{version}/%{name}-%{version}.tar.gz
15 # Source0-md5:  ee066286942723187216fd236739e3dd
16 Source1:        http://framework.zend.com/releases/%{name}-%{version}/%{name}-%{version}-manual-en.tar.gz
17 # Source1-md5:  c774ce7fc0053f14e64a5248e4b167d9
18 Source2:        %{name}-find-lang.sh
19 Patch0:         %{name}-additional-locales.patch
20 Patch1:         %{name}-deps.patch
21 Patch2:         ZF-5750-pjpeg.patch
22 Patch3:         %{name}-Zend_Pdf-excaption.patch
23 URL:            http://framework.zend.com/
24 BuildRequires:  /usr/bin/php
25 BuildRequires:  php-pecl-runkit
26 BuildRequires:  rpm-php-pearprov >= 4.4.2-11
27 BuildRequires:  sed >= 4.0
28 Requires:       php-common >= 4:5.1.4
29 Requires:       php-pear
30 Requires:       rpm-whiteout >= 1.12
31 Obsoletes:      ZendFramework-doc
32 BuildArch:      noarch
33 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
34
35 # exclude optional dependencies
36 %define         _noautoreq      'php(oci8)' 'php(bitset)' 'pear(../application/bootstrap.php)' 'pear(Zend/Pdf/FileParser/Image/Tiff.php)' 'pear(Zend/Pdf/FileParser/Image/Jpeg.php)'
37
38 %description
39 Zend Framework is a high quality and open source framework for
40 developing Web Applications and Web Services.
41
42 Built in the true PHP spirit, the Zend Framework delivers ease-of-use
43 and powerful functionality. It provides solutions for building modern,
44 robust, and secure websites.
45
46 %description -l pl.UTF-8
47 Zend Framework to mający otwarte źródła, wysokiej jakości szkielet do
48 tworzenia aplikacji i usług WWW.
49
50 Stworzony w prawdziwym duchu PHP szkielet Zend dostarcza łatwą w
51 użyciu i potężną funkcjonalność. Udostępnia rozwiązania do tworzenia
52 nowoczesnych, bogatych i bezpiecznych serwisów WWW.
53
54 %package Zend_Acl
55 Summary:        Zend_Acl - ACL functionality and privileges management
56 Summary(pl.UTF-8):      Zend_Acl - listy kontroli dostępu i zarządzanie uprawnieniami
57 Group:          Development/Languages/PHP
58 URL:            http://framework.zend.com/manual/en/zend.acl.html
59 Requires:       %{name} = %{version}-%{release}
60
61 %description Zend_Acl
62 Zend_Acl provides lightweight and flexible access control list (ACL)
63 functionality and privileges management. In general, an application
64 may utilize such functionality to control access to certain protected
65 objects by other requesting objects.
66
67 %description Zend_Acl -l pl.UTF-8
68 Zend_Acl udostępnia lekkie i elastyczne listy kontroli dostępu (ACL)
69 oraz zarządzanie uprawnieniami. W ogólności aplikacje mogą
70 wykorzystywać te funkcje do kontroli dostępu do określonych
71 chronionych obiektów przez inne obiekty.
72
73 %package Zend_Amf
74 Summary:        Zend_Amf - Action Message Format support
75 Summary(pl.UTF-8):      Zend_Amf - obsługa formatu AMF (Action Message Format)
76 Group:          Development/Languages/PHP
77 URL:            http://framework.zend.com/manual/en/zend.amf.html
78 Requires:       %{name} = %{version}-%{release}
79
80 %description Zend_Amf
81 Zend_Amf provides support for Adobe's Action Message Format (AMF), to
82 allow communication between Adobe's Flash Player and PHP.
83 Specifically, it provides a gateway server implementation for handling
84 requests sent from the Flash Player to the server and mapping these
85 requests to object and class methods and arbitrary callbacks.
86
87 %description Zend_Amf -l pl.UTF-8
88 Zend_Amf dodaje obsługę formatu Adobe Action Message Format (AMF),
89 pozwalającego na komunikację między Adobe Flash Playerem a PHP. W
90 szczególności udostępnia implementację serwera bramki do obsługi żądań
91 wysyłanych z Flash Playera do serwera i odwzorowywania tych żądań na
92 obiekty i metody klas oraz wywołania zwrotne.
93
94 %package Zend_Application
95 Summary:        Zend_Application - bootstrap facility
96 Group:          Development/Languages/PHP
97 URL:            http://framework.zend.com/manual/en/zend.amf.html
98 Requires:       %{name} = %{version}-%{release}
99
100 %description Zend_Application
101 Zend_Application provides a bootstrapping facility for applications
102 which provides reusable resources, common- and module-based bootstrap
103 classes and dependency checking. It also takes care of setting up the
104 PHP environment and introduces autoloading by default.
105
106 %package Zend_Auth
107 Summary:        Zend_Auth - authentication API
108 Summary(pl.UTF-8):      Zend_Auth - API do uwierzytelniania
109 Group:          Development/Languages/PHP
110 URL:            http://framework.zend.com/manual/en/zend.auth.html
111 Requires:       %{name} = %{version}-%{release}
112 Requires:       php-ctype
113 # Zend_Auth_Adapter_Http has hard dependency on hash
114
115 %description Zend_Auth
116 Zend_Auth provides an API for authentication and includes concrete
117 authentication adapters for common use case scenarios.
118
119 %description Zend_Auth -l pl.UTF-8
120 Zend_Auth udostępnia API do uwierzytelniania i zawiera właściwe
121 adaptery do uwierzytelniania w popularnych przypadkach użycia.
122
123 %package Zend_Cache
124 Summary:        Zend_Cache - data caching
125 Summary(pl.UTF-8):      Zend_Cache - pamięć podręczna dla danych
126 Group:          Development/Languages/PHP
127 URL:            http://framework.zend.com/manual/en/zend.cache.html
128 Requires:       %{name} = %{version}-%{release}
129 # Zend_Cache_Backend_Apc hard dep on php-pecl-APC
130
131 %description Zend_Cache
132 Zend_Cache provides a flexible approach toward caching data, including
133 support for tagging, manipulating, iterating, and removing subsets.
134
135 %description Zend_Cache -l pl.UTF-8
136 Zend_Cache zapewnia elastyczną pamięć podręczną dla danych z obsługą
137 oznaczania, modyfikowania, iterowania i usuwania podzbiorów.
138
139 %package Zend_Captcha
140 Summary:        Zend_Captcha - CAPTCHA functionality
141 Summary(pl.UTF-8):      Zend_Captcha - funkcjonalność CAPTCHA
142 Group:          Development/Languages/PHP
143 URL:            http://framework.zend.com/manual/en/zend.captcha.html
144 Requires:       %{name} = %{version}-%{release}
145
146 %description Zend_Captcha
147 CAPTCHA stands for "Completely Automated Turing test to tell Computers
148 and Humans Apart" it is used as a challenge-response to ensure that
149 the individual submitting information is a human and not an automated
150 process. Typically, a captcha is used with form submissions where
151 authenticated users are not necessary, but you desire to prevent spam
152 submissions. Captchas can take variety of forms, including asking
153 logic questions, presenting skewed fonts, and presenting images and
154 asking how they relate. Zend_Captcha aims to provide a variety of
155 backends that may be utilized either standalone or in conjunction with
156 Zend_Form.
157
158 %description Zend_Captcha -l pl.UTF-8
159 CAPTCHA (Completely Automated Turing test to tell Computers and Humans
160 Apart) to oparta na pytaniu i odpowiedzi metoda upewnienia się, że
161 wysyłający informację jest człowiekiem, a nie zautomatyzowanym
162 procesem. Zwykle captcha używa się tam, gdzie formularze są wywyłane
163 bez uwierzytelniania, ale chcemy zapobiec wysyłaniu spamu. Mają różne
164 postaci, np. zadawanie pytań logicznych, pokazywanie wykrzywionych
165 fontów lub obrazków z pytaniem o ich powiązania. Klasa Zend_Captcha
166 udostępnia różne backendy. Może być używana zarówno samodzielnie, jak
167 i w połączeniu z Zend_Form.
168
169 %package Zend_CodeGenerator
170 Summary:        Zend_CodeGenerator - generate arbitrary code using OO interface
171 Group:          Development/Languages/PHP
172 URL:            http://framework.zend.com/manual/en/zend.codegenerator.html
173 Requires:       %{name} = %{version}-%{release}
174
175 %description Zend_CodeGenerator
176 Zend_CodeGenerator provides facilities to generate arbitrary code
177 using an object oriented interface, both to create new code as well as
178 to update existing code. While the current implementation is limited
179 to generating PHP code, you can easily extend the base class in order
180 to provide code generation for other tasks: JavaScript, configuration
181 files, apache vhosts, etc.
182
183 %package Zend_Config
184 Summary:        Zend_Config - access to configuration data
185 Summary(pl.UTF-8):      Zend_Config - dostęp do danych konfiguracyjnych
186 Group:          Development/Languages/PHP
187 URL:            http://framework.zend.com/manual/en/zend.config.html
188 Requires:       %{name} = %{version}-%{release}
189
190 %description Zend_Config
191 Zend_Config is designed to simplify access to and use of configuration
192 data within applications.
193
194 %description Zend_Config -l pl.UTF-8
195 Zend_Config ma na celu ułatwienie dostępu i używania danych
196 konfiguracyjnych w aplikacjach.
197
198 %package Zend_Console_Getopt
199 Summary:        Zend_Console_Getopt - parsing command-line options and arguments
200 Summary(pl.UTF-8):      Zend_Console_Getopt - analiza opcji i argumentów linii poleceń
201 Group:          Development/Languages/PHP
202 URL:            http://framework.zend.com/manual/en/zend.console.getopt.html
203 Requires:       %{name} = %{version}-%{release}
204
205 %description Zend_Console_Getopt
206 The Zend_Console_Getopt class helps command-line applications to parse
207 their options and arguments.
208
209 %description Zend_Console_Getopt -l pl.UTF-8
210 Klasa Zend_Console_Getopt pomaga aplikacjom linii poleceń w analizie
211 opcji i argumentów.
212
213 %package Zend_Controller
214 Summary:        Zend_Controller - heart of Model-View-Controller system
215 Summary(pl.UTF-8):      Zend_Controller - podstawa systemu Model-View-Controller
216 Group:          Development/Languages/PHP
217 URL:            http://framework.zend.com/manual/en/zend.controller.html
218 Requires:       %{name} = %{version}-%{release}
219
220 %description Zend_Controller
221 Zend_Controller is the heart of Zend Framework's MVC system. MVC
222 stands for Model-View-Controller and is a design pattern targeted at
223 separating application logic from display logic.
224
225 %description Zend_Controller -l pl.UTF-8
226 Zend_Controller to podstawa systemu MVC szkieletu Zend. MVC oznacza
227 Model-View-Controller (model-widok-kontroler) i jest wzorcem
228 projektowym służącym do oddzielenia logiki aplikacji od logiki
229 wyświetlania.
230
231 %package Zend_Crypt
232 Summary:        Zend_Crypt
233 Group:          Development/Languages/PHP
234 URL:            http://framework.zend.com/manual/en/zend.crypt.html
235 Requires:       %{name} = %{version}-%{release}
236
237 %description Zend_Crypt
238 Zend_Crypt
239
240 %package Zend_Currency
241 Summary:        Zend_Currency - currency representation handling
242 Summary(pl.UTF-8):      Zend_Currency - obsługa reprezentacji walut
243 Group:          Development/Languages/PHP
244 URL:            http://framework.zend.com/manual/en/zend.currency.html
245 Requires:       %{name} = %{version}-%{release}
246 Requires:       php-iconv
247
248 %description Zend_Currency
249 Zend_Currency is part of the I18N core of the Zend_Framework. It
250 handles all issues related to currency, money representation and
251 formating. And it also provides additional informational methods which
252 include localized informations on currencies, informations about which
253 currency is used in which region and more.
254
255 %description Zend_Currency -l pl.UTF-8
256 Zend_Currency to część rdzenia I18N szkieletu Zend. Obsługuje
257 wszystkie zawiłości związane z walutami, reprezentacją i formatowaniem
258 jednostek monetarnych. Zawiera także dodatkowe metody informacyjne
259 zawierające zlokalizowane informacje o walutach, regionach, w których
260 są używane itp.
261
262 %package Zend_Date
263 Summary:        Zend_Date - manipulating dates and times
264 Summary(pl.UTF-8):      Zend_Date - operacje na dacie i czasie
265 Group:          Development/Languages/PHP
266 URL:            http://framework.zend.com/manual/en/zend.date.html
267 Requires:       %{name} = %{version}-%{release}
268
269 %description Zend_Date
270 Zend_Date component offers a detailed, but simple API for manipulating
271 dates and times. Its methods accept a wide variety of types of
272 information, including date parts, in numerous combinations yielding
273 many features and possibilities above and beyond the existing PHP date
274 related functions.
275
276 %description Zend_Date -l pl.UTF-8
277 Komponent Zend_Date oferuje szczegółowe, ale proste API do operacji na
278 dacie i czasie. Metody przyjmują szeroki zakres typów informacji, w
279 tym części daty w różnych kombinacjach wykraczających poza funkcje
280 obróbki daty istniejące w PHP.
281
282 %package Zend_Db
283 Summary:        Zend_Db
284 Group:          Development/Languages/PHP
285 URL:            http://framework.zend.com/manual/en/zend.db.html
286 Requires:       %{name} = %{version}-%{release}
287
288 %description Zend_Db
289 Zend_Db and its related classes provide a simple SQL database
290 interface for Zend Framework. The Zend_Db_Adapter is the basic class
291 you use to connect your PHP application to an RDBMS. There is a
292 different Adapter class for each brand of RDBMS. The Zend_Db Adapters
293 create a bridge from the vendor-specific PHP extensions to a common
294 interface, to help you write PHP applications once and deploy with
295 multiple brands of RDBMS with very little effort. The interface of the
296 Adapter class is similar to the interface of the PHP Data Objects
297 extension.
298
299 Zend_Db provides Adapter classes to PDO drivers for the following
300 RDBMS brands:
301 - IBM DB2 and Informix Dynamic Server (IDS), using the pdo_ibm PHP
302   extension
303 - MySQL, using the pdo_mysql PHP extension
304 - Microsoft SQL Server, using the pdo_mssql PHP extension
305 - Oracle, using the pdo_oci PHP extension
306 - PostgreSQL, using the pdo_pgsql PHP extension
307 - SQLite, using the pdo_sqlite PHP extension
308
309 In addition, Zend_Db provides Adapter classes that utilize PHP
310 database extensions for the following RDBMS brands:
311 - MySQL, using the mysqli PHP extension
312 - Oracle, using the oci8 PHP extension
313 - IBM DB2, using the ibm_db2 PHP extension
314 - Firebird/Interbase, using the php_interbase PHP extension
315
316 %package Zend_Debug
317 Summary:        Zend_Debug
318 Group:          Development/Languages/PHP
319 URL:            http://framework.zend.com/manual/en/zend.debug.html
320 Requires:       %{name} = %{version}-%{release}
321
322 %description Zend_Debug
323 Zend_Debug is a simple debugging component. The static method
324 Zend_Debug::dump() prints or returns information about an expression.
325 This simple technique of debugging is easy to use in an ad hoc
326 fashion, and requires no initialization, special tools, or debugging
327 environment.
328
329 %package Zend_Dojo
330 Summary:        Zend_Dojo
331 Group:          Development/Languages/PHP
332 URL:            http://framework.zend.com/manual/en/zend.dojo.html
333 Requires:       %{name} = %{version}-%{release}
334
335 %description Zend_Dojo
336 Zend_Dojo component provides integration with Dojo Toolkit.
337
338 Integration points with Dojo include:
339 - JSON-RPC support
340 - dojo.data compatibility
341 - View helper to help setup the Dojo environment
342 - Dijit-specific Zend_View helpres
343 - Dijit-specific Zend_Form elements and decorators
344
345 %package Zend_Dom
346 Summary:        Zend_Dom
347 Group:          Development/Languages/PHP
348 URL:            http://framework.zend.com/manual/en/zend.dom.html
349 Requires:       %{name} = %{version}-%{release}
350
351 %description Zend_Dom
352 Zend_Dom provides tools for working with DOM documents and structures.
353 Currently, it offer Zend_Dom_Query, which provides a unified interface
354 for querying DOM documents utilizing both XPath and CSS selectors.
355
356 %package Zend_Exception
357 Summary:        Zend_Exception
358 Group:          Development/Languages/PHP
359 URL:            http://framework.zend.com/manual/en/zend.exception.html
360 Requires:       %{name} = %{version}-%{release}
361
362 %description Zend_Exception
363 Zend_Exception is a base exception class. All exceptions thrown by
364 Zend Framework classes should throw an exception that derives from the
365 base class Zend_Exception.
366
367 %package Zend_Feed
368 Summary:        Zend_Feed
369 Group:          Development/Languages/PHP
370 URL:            http://framework.zend.com/manual/en/zend.feed.html
371 Requires:       %{name} = %{version}-%{release}
372 Requires:       php-dom
373 Requires:       php-mbstring
374
375 %description Zend_Feed
376 Zend_Feed provides functionality for consuming RSS and Atom feeds. It
377 provides a natural syntax for accessing elements of feeds, feed
378 attributes, and entry attributes. Zend_Feed also has extensive support
379 for modifying feed and entry structure with the same natural syntax,
380 and turning the result back into XML. In the future, this modification
381 support could provide support for the Atom Publishing Protocol.
382
383 %package Zend_File
384 Summary:        Zend_File
385 Group:          Development/Languages/PHP
386 URL:            http://framework.zend.com/manual/en/zend.file.html
387 Requires:       %{name} = %{version}-%{release}
388
389 %description Zend_File
390 Zend_File enables developers to take control over file uploads and
391 also over file downloads. It allows you to use built in validators for
392 file purposes and gives you the ability even to change files with
393 filters. Zend_File_Transfer works with adapters which allow to use the
394 same API for different transport protocols like HTTP, FTP, WEBDAV and
395 more.
396
397 %package Zend_Filter
398 Summary:        Zend_Filter
399 Group:          Development/Languages/PHP
400 URL:            http://framework.zend.com/manual/en/zend.filter.html
401 Requires:       %{name} = %{version}-%{release}
402
403 %description Zend_Filter
404 Zend_Filter component provides a set of commonly needed data filters.
405 It also provides a simple filter chaining mechanism by which multiple
406 filters may be applied to a single datum in a user-defined order.
407
408 %package Zend_Filter_Input
409 Summary:        Zend_Filter_Input
410 Group:          Development/Languages/PHP
411 URL:            http://framework.zend.com/manual/en/zend.filter.input.html
412 Requires:       %{name} = %{version}-%{release}
413
414 %description Zend_Filter_Input
415 Zend_Filter_Input provides a declarative interface to associate
416 multiple filters and validators, apply them to collections of data,
417 and to retrieve input values after they have been processed by the
418 filters and validators. Values are returned in escaped format by
419 default for safe HTML output.
420
421 %package Zend_Form
422 Summary:        Zend_Form
423 Group:          Development/Languages/PHP
424 URL:            http://framework.zend.com/manual/en/zend.form.html
425 Requires:       %{name} = %{version}-%{release}
426
427 %description Zend_Form
428 Zend_Form simplifies form creation and handling in your web
429 application. It accomplishes the following goals:
430 - Element input filtering and validation
431 - Element ordering
432 - Element and Form rendering, including escaping
433 - Element and form grouping
434 - Element and form-level configuration
435
436 %package Zend_Gdata
437 Summary:        Zend_Gdata
438 Group:          Development/Languages/PHP
439 URL:            http://framework.zend.com/manual/en/zend.gdata.html
440 Requires:       %{name} = %{version}-%{release}
441 Requires:       php-ctype
442 Requires:       php-dom
443
444 %description Zend_Gdata
445 Zend_Gdata component is a interface for accessing Google Data from
446 PHP. Google Data APIs provide programmatic interface to some of
447 Google's online services. The Google data Protocol is based upon the
448 Atom Publishing Protocol and allows client applications to retrieve
449 data matching queries, post data, update data and delete data using
450 standard HTTP and the Atom syndication formation. Zend_Gdata component
451 also supports accessing other services implementing the Atom
452 Publishing Protocol.
453
454 %package Zend_Http
455 Summary:        Zend_Http
456 Group:          Development/Languages/PHP
457 URL:            http://framework.zend.com/manual/en/zend.http.html
458 Requires:       %{name} = %{version}-%{release}
459 Requires:       php-ctype
460 # Zend_Http_Client_Adapter_Curl has hard dependency on curl
461
462 %description Zend_Http
463 Zend_Http component provides a client for the HTTP protocol. It
464 supports:
465 - URL validation
466 - cookies
467 - proxy servers.
468
469 %package Zend_InfoCard
470 Summary:        Zend_InfoCard
471 Group:          Development/Languages/PHP
472 URL:            http://framework.zend.com/manual/en/zend.infocard.html
473 Requires:       %{name} = %{version}-%{release}
474
475 %description Zend_InfoCard
476 Zend_InfoCard component implements relying-party support for
477 Information Cards. Infomation Cards are used for identity management
478 on the internet and authentication of users to web sites (called
479 relying parties).
480
481 %package Zend_Json
482 Summary:        Zend_Json
483 Group:          Development/Languages/PHP
484 URL:            http://framework.zend.com/manual/en/zend.json.html
485 Requires:       %{name} = %{version}-%{release}
486
487 %description Zend_Json
488 Zend_Json provides convenience methods for serializing native PHP to
489 JSON and decoding JSON to native PHP.
490
491 JSON, JavaScript Object Notation, can be used for data interchange
492 between JavaScript and other languages. Since JSON can be directly
493 evaluated by JavaScript, it is a more efficient and lightweight format
494 than XML for exchanging data with JavaScript clients.
495
496 In addition, Zend_Json provides a useful way to convert any arbitrary
497 XML formatted string into a JSON formatted string. This built-in
498 feature will enable PHP developers to transform the enterprise data
499 encoded in XML format into JSON format before sending it to
500 browser-based Ajax client applications. It provides an easy way to do
501 dynamic data conversion on the server-side code thereby avoiding
502 unnecessary XML parsing in the browser-side applications. It offers a
503 nice utility function that results in easier application-specific data
504 processing techniques.
505
506 %package Zend_Layout
507 Summary:        Zend_Layout
508 Group:          Development/Languages/PHP
509 URL:            http://framework.zend.com/manual/en/zend.layout.html
510 Requires:       %{name} = %{version}-%{release}
511
512 %description Zend_Layout
513 Zend_Layout implements a classic Two Step View pattern, allowing
514 developers to wrap application content within another view, usually
515 representing the site template. Such templates are often termed
516 layouts by other projects, and Zend Framework has adopted this term
517 for consistency.
518
519 The main goals of Zend_Layout are as follows:
520 - Automate selection and rendering of layouts when used with the Zend
521   Framework MVC components.
522 - Provide separate scope for layout related variables and content.
523 - Allow configuration, including layout name, layout script resolution
524   (inflection), and layout script path.
525 - Allow disabling layouts, changing layout scripts, and other states;
526   allow these actions from within action controllers and view scripts.
527 - Follow same script resolution rules (inflection) as the
528   ViewRenderer, but allow them to also use different rules.
529 - Allow usage without Zend Framework MVC components.
530
531 %package Zend_Ldap
532 Summary:        Zend_Ldap
533 Group:          Development/Languages/PHP
534 URL:            http://framework.zend.com/manual/en/zend.ldap.html
535 Requires:       %{name} = %{version}-%{release}
536
537 %description Zend_Ldap
538 Zend_Ldap is a class for performing LDAP operations including but not
539 limited to binding, searching and modifying entries in an LDAP
540 directory.
541
542 %package Zend_Loader
543 Summary:        Zend_Loader
544 Group:          Development/Languages/PHP
545 URL:            http://framework.zend.com/manual/en/zend.loader.html
546 Requires:       %{name} = %{version}-%{release}
547
548 %description Zend_Loader
549 The Zend_Loader class includes methods to help you load files
550 dynamically.
551
552 %package Zend_Locale
553 Summary:        Zend_Locale
554 Group:          Development/Languages/PHP
555 URL:            http://framework.zend.com/manual/en/zend.locale.html
556 Requires:       %{name} = %{version}-%{release}
557 Requires:       php-iconv
558
559 %description Zend_Locale
560 Zend_Locale is the Framework's answer to the question, "How can the
561 same application be used around the whole world?". This component is
562 the foundation of Zend_Date, Zend_Translate, and others. It provides:
563 - access to CLDR, an international data repository for I18N issues,
564   for all framework classes
565 - localizing of numbers
566 - normalizing of dates, times and numbers.
567
568 %package Zend_Log
569 Summary:        Zend_Log
570 Group:          Development/Languages/PHP
571 URL:            http://framework.zend.com/manual/en/zend.log.html
572 Requires:       %{name} = %{version}-%{release}
573 # Zend_Log_Formatter_Xml has hard dependency on dom
574
575 %description Zend_Log
576 Zend_Log is a component for general purpose logging. It supports
577 multiple log backends, formatting messages sent to the log, and
578 filtering messages from being logged. These functions are divided into
579 the following objects:
580 - A Log (instance of Zend_Log) is the object that your application
581   uses the most. You can have as many Log objects as you like; they do
582   not interact. A Log object must contain at least one Writer, and can
583   optionally contain one or more Filters.
584 - A Writer (inherits from Zend_Log_Writer_Abstract) is responsible for
585   saving data to storage.
586 - A Filter (implements Zend_Log_Filter_Interface) blocks log data from
587   being saved. A filter may be applied to an individual Writer, or to a
588   Log where it is applied before all Writers. In either case, filters
589   may be chained.
590 - A Formatter (implements Zend_Log_Formatter_Interface) can format the
591   log data before it is written by a Writer. Each Writer has exactly one
592   Formatter.
593
594 %package Zend_Mail
595 Summary:        Zend_Mail
596 Group:          Development/Languages/PHP
597 URL:            http://framework.zend.com/manual/en/zend.mail.html
598 Requires:       %{name} = %{version}-%{release}
599
600 %description Zend_Mail
601 Zend_Mail provides generalized functionality to compose and send both
602 text and MIME-compliant multipart e-mail messages. Mail can be sent
603 with Zend_Mail via the default Zend_Mail_Transport_Sendmail transport
604 or via Zend_Mail_Transport_Smtp.
605
606 %package Zend_Measure
607 Summary:        Zend_Measure
608 Group:          Development/Languages/PHP
609 URL:            http://framework.zend.com/manual/en/zend.measure.html
610 Requires:       %{name} = %{version}-%{release}
611
612 %description Zend_Measure
613 Zend_Measure component provide a generic and easy way for working with
614 measurements. Using Zend_Measure_* classes, you can convert
615 measurements into different units of the same type. They can be added,
616 subtracted and compared against each other. From a given input made in
617 the user's native language, the unit of measurement can be
618 automatically extracted. Numerous units of measurement are supported.
619
620 %package Zend_Memory
621 Summary:        Zend_Memory
622 Group:          Development/Languages/PHP
623 URL:            http://framework.zend.com/manual/en/zend.memory.html
624 Requires:       %{name} = %{version}-%{release}
625
626 %description Zend_Memory
627 The Zend_Memory component is intended to manage data in an environment
628 with limited memory. Memory objects (memory containers) are generated
629 by memory manager by request and transparently swapped/loaded when
630 it's necessary. For example, if creating or loading a managed object
631 would cause the total memory usage to exceed the limit you specify,
632 some managed objects are copied to cache storage outside of memory. In
633 this way, the total memory used by managed objects does not exceed the
634 limit you need to enforce.
635
636 %package Zend_Mime
637 Summary:        Zend_Mime
638 Group:          Development/Languages/PHP
639 URL:            http://framework.zend.com/manual/en/zend.mime.html
640 Requires:       %{name} = %{version}-%{release}
641 Requires:       php-iconv
642
643 %description Zend_Mime
644 Zend_Mime is a support class for handling multipart MIME messages.
645
646 %package Zend_Navigation
647 Summary:        Zend_Navigation - manage trees of pointers to web page
648 Group:          Development/Languages/PHP
649 URL:            http://framework.zend.com/manual/en/zend.navigation.html
650 Requires:       %{name} = %{version}-%{release}
651
652 %description Zend_Navigation
653 Zend_Navigation is a component for managing trees of pointers to web
654 pages. Simply put: It can be used for creating menus, breadcrumbs,
655 links, and sitemaps, or serve as a model for other navigation related
656 purposes.
657
658 %package Zend_OpenId
659 Summary:        Zend_OpenId
660 Group:          Development/Languages/PHP
661 URL:            http://framework.zend.com/manual/en/zend.openid.html
662 Requires:       %{name} = %{version}-%{release}
663
664 %description Zend_OpenId
665 Zend_OpenId is a Zend Framework component that provides a simple API
666 for building OpenID-enabled sites and identity providers.
667
668 %package Zend_Paginator
669 Summary:        Zend_Paginator
670 Group:          Development/Languages/PHP
671 URL:            http://framework.zend.com/manual/en/zend.paginator.html
672 Requires:       %{name} = %{version}-%{release}
673
674 %description Zend_Paginator
675 Zend_Paginator is a flexible component for paginating collections of
676 data and presenting that data to users.
677
678 The primary design goals of Zend_Paginator are as follows:
679 - Paginate arbitrary data, not just relational databases
680 - Fetch only the results that need to be displayed
681 - Do not force users to adhere to only one way of displaying data or
682   rendering pagination controls
683 - Loosely couple Zend_Paginator to other Zend Framework components so
684   that users who wish to use it independently of Zend_View, Zend_Db,
685   etc. can do so.
686
687 %package Zend_Pdf
688 Summary:        Zend_Pdf
689 Group:          Development/Languages/PHP
690 URL:            http://framework.zend.com/manual/en/zend.pdf.html
691 Requires:       %{name} = %{version}-%{release}
692 Requires:       php-ctype
693 Requires:       php-gd
694 Requires:       php-iconv
695 Requires:       php-zlib
696
697 %description Zend_Pdf
698 Zend_Pdf module is a PDF (Portable Document Format) manipulation
699 engine. It can load existing documents, create new, modify and save
700 modified documents. Thus it can help application dynamically prepare
701 documents in a PDF by modifying existing template or generating
702 document from a scratch.
703
704 Zend_Pdf module supports the following features:
705 - Create new document or load existing one (PDF V1.4 (Acrobat 5)
706   documents are supported for loading now).
707 - Retrieving specified revision of the document.
708 - Manipulate pages within document. Changing page order, adding new
709   pages, removing pages from a document.
710 - Different drawing primitives (lines, rectangles, polygons, circles,
711   ellipses and sectors).
712 - Text drawing using any of the 14 standard (built-in) fonts or your
713   own custom TrueType fonts.
714 - Rotations.
715 - Image drawing (JPG, PNG [Up to 8bit per channel+Alpha] and TIFF
716   images are supported).
717 - Incremental PDF file update.
718
719 %package Zend_ProgressBar
720 Summary:        Zend_ProgressBar
721 Group:          Development/Languages/PHP
722 URL:            http://framework.zend.com/manual/en/zend.progressbar.html
723 Requires:       %{name} = %{version}-%{release}
724
725 %description Zend_ProgressBar
726 Zend_ProgressBar is a component to create and update progressbars in
727 different environments. It consists of a single backend, which outputs
728 the progress through one of the multiple adapters. On every update, it
729 takes an absolute value and optionally a status message, and then
730 calls the adapter with some precalculated values like percentage and
731 estimated time left.
732
733 %package Zend_Queue
734 Summary:        Zend_Queue
735 Group:          Development/Languages/PHP
736 URL:            http://framework.zend.com/manual/en/zend.progressbar.html
737 Requires:       %{name} = %{version}-%{release}
738
739 %description Zend_Queue
740 Zend_Queue is a standardized interface for dealing with a variety of
741 queuing systems. Proposed systems include: simple array access,
742 Zend_Cache, Zend Platform Job Queue, Amazon's Simple Queue Service
743 (SQS). It should support creating queues, determining the number of
744 messages in a queue, retrieving messages from a queue (all or specific
745 number), submitting messages to a queue, and removing queues.
746
747 %package Zend_Reflection
748 Summary:        Zend_Reflection
749 Group:          Development/Languages/PHP
750 URL:            http://framework.zend.com/manual/en/zend.reflection.html
751 Requires:       %{name} = %{version}-%{release}
752
753 %description Zend_Reflection
754 Zend_Reflection is a drop-in extension to PHP's own Reflection API,
755 providing several additional features:
756  - Ability to retrieve return values types.
757  - Ability to retrieve method and function parameter types.
758  - Ability to retrieve class property types.
759  - DocBlocks gain a Reflection class, allowing introspection of
760    docblocks. This provides the ability to determine what annotation tags
761    have been defined as well as to retrieve their values, and the ability
762    to retrieve the short and long descriptions.
763  - Files gain a Reflection class, allowing introspection of PHP files.
764    This provides the ability to determine what functions and classes are
765    defined in a given file, as well as to instrospect them.
766  - Ability to override any Reflection class with your own variant, for
767    the entire reflection tree you create.
768
769 In general, Zend_Reflection works just like the standard Reflection
770 API, but provides a few additional methods for retrieving artifacts
771 not defined in the Reflection API.
772
773 %package Zend_Registry
774 Summary:        Zend_Registry
775 Group:          Development/Languages/PHP
776 URL:            http://framework.zend.com/manual/en/zend.registry.html
777 Requires:       %{name} = %{version}-%{release}
778
779 %description Zend_Registry
780 The registry is a container for storing objects and values in the
781 application space. By storing the value in the registry, the same
782 object is always available throughout your application. This mechanism
783 is an alternative to using global storage.
784
785 %package Zend_Rest
786 Summary:        Zend_Rest
787 Group:          Development/Languages/PHP
788 URL:            http://framework.zend.com/manual/en/zend.rest.html
789 Requires:       %{name} = %{version}-%{release}
790 Requires:       php-ctype
791 Requires:       php-dom
792
793 %description Zend_Rest
794 REST Web Services use service-specific XML formats. These ad-hoc
795 standards mean that the manner for accessing a REST web service is
796 different for each service. REST web services typically use URL
797 parameters (GET data) or path information for requesting data and POST
798 data for sending data. Zend_Rest component provides:
799 - capabilities to access REST web services
800 - capabilities to expose APIs as REST services
801
802 %package Zend_Search_Lucene
803 Summary:        Zend_Search_Lucene
804 Group:          Development/Languages/PHP
805 URL:            http://framework.zend.com/manual/en/zend.search.lucene.html
806 Requires:       %{name} = %{version}-%{release}
807 Requires:       php-ctype
808 Requires:       php-dom
809 Requires:       php-iconv
810
811 %description Zend_Search_Lucene
812 Zend_Search_Lucene is a general purpose text search engine. Since it
813 stores its index on the filesystem and does not require a database
814 server, it can add search capabilities to almost any PHP-driven
815 website.
816
817 Zend_Search_Lucene supports the following features:
818 - Ranked searching - best results returned first
819 - Many powerful query types: phrase queries, wildcard queries,
820   proximity queries, range queries and more
821 - Search by specific field (e.g., title, author, contents)
822
823 %package Zend_Server_Reflection
824 Summary:        Zend_Server_Reflection
825 Group:          Development/Languages/PHP
826 URL:            http://framework.zend.com/manual/en/zend.server.reflection.html
827 Requires:       %{name} = %{version}-%{release}
828
829 %description Zend_Server_Reflection
830 Zend_Server_Reflection provides a standard mechanism for performing
831 function and class introspection for use with server classes. It is
832 based on Reflection API, and extends it to provide methods for
833 retrieving parameter and return value types and descriptions, a full
834 list of function and method prototypes (i.e., all possible valid
835 calling combinations), and function/method descriptions.
836
837 %package Zend_Service_Akismet
838 Summary:        Zend_Service_Akismet
839 Group:          Development/Languages/PHP
840 URL:            http://framework.zend.com/manual/en/zend.service.akismet.html
841 Requires:       %{name} = %{version}-%{release}
842
843 %description Zend_Service_Akismet
844 Zend_Service_Akismet provides a client for the Akismet API. The
845 Akismet service is used to determine if incoming data is potentially
846 spam; it also exposes methods for submitting data as known spam or as
847 false positives (ham). Originally intended to help categorize and
848 identify spam for Wordpress, it can be used for any type of data.
849
850 Akismet requires an API key for usage. You may get one for signing up
851 for a WordPress.com account. You do not need to activate a blog;
852 simply acquiring the account will provide you with the API key.
853
854 Additionally, Akismet requires that all requests contain a URL to the
855 resource for which data is being filtered, and, because of Akismet's
856 origins in WordPress, this resource is called the blog url. This value
857 should be passed as the second argument to the constructor, but may be
858 reset at any time using the setBlogUrl() accessor, or overridden by
859 specifying a 'blog' key in the various method calls.
860
861 %package Zend_Service_Amazon
862 Summary:        Zend_Service_Amazon
863 Group:          Development/Languages/PHP
864 URL:            http://framework.zend.com/manual/en/zend.service.amazon.html
865 Requires:       %{name} = %{version}-%{release}
866 Requires:       php-dom
867
868 %description Zend_Service_Amazon
869 Zend_Service_Amazon is a simple API for using Amazon web services.
870 Zend_Service_Amazon has two APIs: a more traditional one that follows
871 Amazon's own API, and a simpler "Query API" for constructing even
872 complex search queries easily.
873
874 Zend_Service_Amazon enables developers to retrieve information
875 appearing throughout Amazon.com web sites directly through the Amazon
876 Web Services API.
877
878 %package Zend_Service_Audioscrobbler
879 Summary:        Zend_Service_Audioscrobbler
880 Group:          Development/Languages/PHP
881 URL:            http://framework.zend.com/manual/en/zend.service.audioscrobbler.html
882 Requires:       %{name} = %{version}-%{release}
883 Requires:       php-iconv
884
885 %description Zend_Service_Audioscrobbler
886 Zend_Service_Audioscrobbler is a simple API for using the
887 Audioscrobbler REST Web Service. The Audioscrobbler Web Service
888 provides access to its database of Users, Artists, Albums, Tracks,
889 Tags, Groups, and Forums.
890
891 %package Zend_Service_Delicious
892 Summary:        Zend_Service_Delicious
893 Group:          Development/Languages/PHP
894 URL:            http://framework.zend.com/manual/en/zend.service.delicious.html
895 Requires:       %{name} = %{version}-%{release}
896 Requires:       php-dom
897
898 %description Zend_Service_Delicious
899 Zend_Service_Delicious is simple API for using del.icio.us XML and
900 JSON web services. This component gives you read-write access to posts
901 at del.icio.us if you provide credentials. It also allows read-only
902 access to public data of all users.
903
904 %package Zend_Service_Flickr
905 Summary:        Zend_Service_Flickr
906 Group:          Development/Languages/PHP
907 URL:            http://framework.zend.com/manual/en/zend.service.delicious.html
908 Requires:       %{name} = %{version}-%{release}
909 Requires:       php-dom
910 Requires:       php-iconv
911
912 %description Zend_Service_Flickr
913 Zend_Service_Flickr is a simple API for using the Flickr REST Web
914 Service. In order to use the Flickr web services, you must have an API
915 key. To obtain a key, visit the Flickr API Documentation
916 <http://www.flickr.com/services/api/>.
917
918 %package Zend_Service_Nirvanix
919 Summary:        Zend_Service_Nirvanix
920 Group:          Development/Languages/PHP
921 URL:            http://framework.zend.com/manual/en/zend.service.nirvanix.html
922 Requires:       %{name} = %{version}-%{release}
923
924 %description Zend_Service_Nirvanix
925 Nirvanix provides an Internet Media File System (IMFS), an Internet
926 storage service that allows applications to upload, store and organize
927 files and subsequently access them using a standard Web Services
928 interface. An IMFS is distributed clustered file system, accessed over
929 the Internet, and optimized for dealing with media files (audio,
930 video, etc). The goal of an IMFS is to provide massive scalability to
931 deal with the challenges of media storage growth, with guaranteed
932 access and availability regardless of time and location. Finally, an
933 IMFS gives applications the ability to access data securely, without
934 the large fixed costs associated with acquiring and maintaining
935 physical storage assets.
936
937 Before you can get started with Zend_Service_Nirvanix, you must first
938 register for an account (https://www.nirvanix.com/signUpSingle.aspx).
939 After registering, you will receive a Username, Password, and
940 Application Key. All three are required to use Zend_Service_Nirvanix.
941
942 %package Zend_Service_ReCaptcha
943 Summary:        Zend_Service_ReCaptcha
944 Group:          Development/Languages/PHP
945 URL:            http://framework.zend.com/manual/en/zend.service.recaptcha.html
946 Requires:       %{name} = %{version}-%{release}
947
948 %description Zend_Service_ReCaptcha
949 Zend_Service_ReCaptcha provides a client for the reCAPTCHA Web
950 Service. Per the reCAPTCHA site, "reCAPTCHA is a free CAPTCHA service
951 that helps to digitize books." Each reCAPTCHA requires the user to
952 input two words, the first of which is the actual captcha, and the
953 second of which is a word from some scanned text that Optical
954 Character Recognition (OCR) software has been unable to identifiy. The
955 assumption is that if a user correctly provides the first word, the
956 second is likely correctly entered as well, and can be used to improve
957 OCR software for digitizing books.
958
959 In order to use the reCAPTCHA service, you will need to sign up for an
960 account (http://recaptcha.net/whyrecaptcha.html) and register one or
961 more domains with the service in order to generate public and private
962 keys.
963
964 %package Zend_Service_Simpy
965 Summary:        Zend_Service_Simpy
966 Group:          Development/Languages/PHP
967 URL:            http://framework.zend.com/manual/en/zend.service.simpy.html
968 Requires:       %{name} = %{version}-%{release}
969 Requires:       php-dom
970
971 %description Zend_Service_Simpy
972 Zend_Service_Simpy is a lightweight wrapper for the free REST API
973 available for the Simpy social bookmarking service.
974
975 In order to use Zend_Service_Simpy, you should already have a Simpy
976 account. To get an account, visit the Simpy web site
977 (http://simpy.com/).
978
979 %package Zend_Service_SlideShare
980 Summary:        Zend_Service_SlideShare
981 Group:          Development/Languages/PHP
982 URL:            http://framework.zend.com/manual/en/zend.service.slideshare.html
983 Requires:       %{name} = %{version}-%{release}
984
985 %description Zend_Service_SlideShare
986 The Zend_Service_SlideShare component is used to interact with the
987 slideshare.net web services for hosting slide shows online. With this
988 component, you can embed slide shows which are hosted on this web site
989 within a web site and even upload new slide shows to your account.
990
991 In order to use the Zend_Service_SlideShare component you must first
992 create an account on the slideshare.net servers in order to receive an
993 API key, username, password and shared secret value -- all of which
994 are needed in order to use the Zend_Service_SlideShare component.
995
996 %package Zend_Service_StrikeIron
997 Summary:        Zend_Service_StrikeIron
998 Group:          Development/Languages/PHP
999 URL:            http://framework.zend.com/manual/en/zend.service.strikeiron.html
1000 Requires:       %{name} = %{version}-%{release}
1001
1002 %description Zend_Service_StrikeIron
1003 Zend_Service_StrikeIron provides a client to StrikeIron web services.
1004
1005 The Zend_Service_StrikeIron component provides:
1006 - A single point for configuring your StrikeIron authentication
1007   credentials that can be used across many StrikeIron services.
1008 - A standard way of retrieving your StrikeIron subscription
1009   information such as license status and the number of hits remaining to
1010   a service.
1011 - The ability to use any StrikeIron service from its WSDL without
1012   creating a PHP wrapper class, and the option of creating a wrapper for
1013   a more convenient interface.
1014 - Wrappers for three popular StrikeIron services.
1015
1016 Before you can get started with Zend_Service_StrikeIron, you must
1017 first register (http://strikeiron.com/Register.aspx) for a StrikeIron
1018 developer account. After registering, you will receive a StrikeIron
1019 username and password. These will be used when connecting to
1020 StrikeIron using Zend_Service_StrikeIron. You will also need to sign
1021 up (http://www.strikeiron.com/ProductDetail.aspx?p=257) for
1022 StrikeIron's Super Data Pack Web Service. Both registration steps are
1023 free and can be done relatively quickly through the StrikeIron
1024 website.
1025
1026 %package Zend_Service_Technorati
1027 Summary:        Zend_Service_Technorati
1028 Group:          Development/Languages/PHP
1029 URL:            http://framework.zend.com/manual/en/zend.service.technorati.html
1030 Requires:       %{name} = %{version}-%{release}
1031
1032 %description Zend_Service_Technorati
1033 Zend_Service_Technorati provides an easy, intuitive and
1034 object-oriented interface for using the Technorati API. It provides
1035 access to all available Technorati API queries and returns the
1036 original XML response as a friendly PHP object.
1037
1038 Technorati requires a valid API key for usage. To get your own API Key
1039 you first need to create a new Technorati account
1040 (http://technorati.com/signup/), then visit the API Key section
1041 (http://technorati.com/developers/apikey.html).
1042
1043 %package Zend_Service_Twitter
1044 Summary:        Zend_Service_Twitter
1045 Group:          Development/Languages/PHP
1046 URL:            http://framework.zend.com/manual/en/zend.service.technorati.html
1047 Requires:       %{name} = %{version}-%{release}
1048
1049 %description Zend_Service_Twitter
1050 Zend_Service_Twitter provides a client for the Twitter REST API.
1051 Zend_Service_Twitter will allow you to query the public timeline and
1052 if you provide a username and password for Twitter it will allow you
1053 to get and update your status, reply to friends, direct message
1054 friends, mark tweets as favorite and much more.
1055
1056 %package Zend_Service_Yahoo
1057 Summary:        Zend_Service_Yahoo
1058 Group:          Development/Languages/PHP
1059 URL:            http://framework.zend.com/manual/en/zend.service.yahoo.html
1060 Requires:       %{name} = %{version}-%{release}
1061 Requires:       php-dom
1062
1063 %description Zend_Service_Yahoo
1064 Zend_Service_Yahoo is a simple API for using many of the Yahoo! REST
1065 APIs. Zend_Service_Yahoo allows you to search Yahoo! Web search,
1066 Yahoo! News, Yahoo! Local, Yahoo! Images. In order to use the Yahoo!
1067 REST API, you must have a Yahoo! Application ID. To obtain an
1068 Application ID, please complete and submit the Application ID Request
1069 Form (http://developer.yahoo.com/wsregapp/).
1070
1071 %package Zend_Session
1072 Summary:        Zend_Session
1073 Group:          Development/Languages/PHP
1074 URL:            http://framework.zend.com/manual/en/zend.session.html
1075 Requires:       %{name} = %{version}-%{release}
1076
1077 %description Zend_Session
1078 Zend_Session helps manage and preserve session data across multiple
1079 page requests by the same client. Zend_Session component:
1080 - provides an object-oriented interface to access session data
1081 - provides optional security features to help protect against session
1082   hijacking
1083 - supports namespaced access to the PHP session for interoperability.
1084
1085 %package Zend_Soap
1086 Summary:        Zend_Soap
1087 Group:          Development/Languages/PHP
1088 URL:            http://framework.zend.com/manual/en/zend.soap.html
1089 Requires:       %{name} = %{version}-%{release}
1090
1091 %description Zend_Soap
1092 Zend_Soap component is intended to simplify Web Services development
1093 for PHP programmers.
1094
1095 %package Zend_Tag
1096 Summary:        Zend_Tag -- work with taggable Items
1097 Group:          Development/Languages/PHP
1098 URL:            http://framework.zend.com/manual/en/zend.tag.html
1099 Requires:       %{name} = %{version}-%{release}
1100
1101 %description Zend_Tag
1102 Zend_Tag is a component suite which provides a facility to work with
1103 taggable Items. As its base, it provides two classes to work with
1104 Tags, Zend_Tag_Item and Zend_Tag_ItemList. Additionally, it comes with
1105 the interface Zend_Tag_Taggable, which allows you to use any of your
1106 models as a taggable item in conjunction with Zend_Tag.
1107
1108 %package Zend_Text
1109 Summary:        Zend_Text
1110 Group:          Development/Languages/PHP
1111 URL:            http://framework.zend.com/manual/en/zend.text.html
1112 Requires:       %{name} = %{version}-%{release}
1113
1114 %description Zend_Text
1115 Zend_Text is a component which enables developers to create a so
1116 called FIGlet text. A FIGlet text is a string, which is represented as
1117 ASCII art. FIGlets use a special font format, called FLT (FigLet
1118 Font).
1119
1120 %package Zend_Test
1121 Summary:        Zend_Test
1122 Group:          Development/Languages/PHP
1123 URL:            http://framework.zend.com/manual/en/zend.test.html
1124 Requires:       %{name} = %{version}-%{release}
1125 Requires:       php-PHPUnit
1126
1127 %description Zend_Test
1128 Zend_Test provides tools to facilitate unit testing of your Zend
1129 Framework applications.
1130
1131 %package Zend_Tool
1132 Summary:        Zend_Tool
1133 Group:          Development/Languages/PHP
1134 URL:            http://framework.zend.com/wiki/display/ZFDEV/Zend_Tool
1135 Requires:       %{name} = %{version}-%{release}
1136 Requires:       /usr/bin/php
1137
1138 %description Zend_Tool
1139 Zend_Tool component is intended to simplify project development for
1140 PHP programmers.
1141
1142 Please note that this component is part of Zend Framework incubator.
1143
1144 %package Zend_Translate
1145 Summary:        Zend_Translate
1146 Group:          Development/Languages/PHP
1147 URL:            http://framework.zend.com/manual/en/zend.translate.html
1148 Requires:       %{name} = %{version}-%{release}
1149
1150 %description Zend_Translate
1151 Zend_Translate is the Zend Framework's solution for multilingual
1152 applications.
1153
1154 The benefits of Zend_Translate are:
1155 - Supports multiple source formats: Zend_Translate supports several
1156   source formats, including those supported by PHP, and other formats
1157   including TMX and CSV files.
1158 - Thread-safe gettext: The gettext reader of Zend_Translate is
1159   thread-safe. There are no problems using it in multi-threaded
1160   environments.
1161 - Easy and generic API: The API of Zend_Translate is very simple and
1162   requires only a handful of functions. So it's easy to learn and easy
1163   to maintain. All source formats are handled the same way, so if the
1164   format of your source files change from Gettext to TMX, you only need
1165   to change one line of code to specify the storage adapter.
1166 - Detection of the user's standard language: The preferred language of
1167   the user accessing the site can be detected and used by
1168   Zend_Translate.
1169 - Automatic source detection: Zend_Translate is capable of detecting
1170   and integrating multiple source files and additionally detect the
1171   locale to be used depending on directory or filenames.
1172
1173 %package Zend_Uri
1174 Summary:        Zend_Uri
1175 Group:          Development/Languages/PHP
1176 URL:            http://framework.zend.com/manual/en/zend.uri.html
1177 Requires:       %{name} = %{version}-%{release}
1178 Requires:       php-ctype
1179
1180 %description Zend_Uri
1181 Zend_Uri is a component that aids in manipulating and validating
1182 Uniform Resource Identifiers (URIs). Zend_Uri exists primarily to
1183 service other components such as Zend_Http_Client but is also useful
1184 as a standalone utility.
1185
1186 %package Zend_Validate
1187 Summary:        Zend_Validate
1188 Group:          Development/Languages/PHP
1189 URL:            http://framework.zend.com/manual/en/zend.validate.html
1190 Requires:       %{name} = %{version}-%{release}
1191 Requires:       php-ctype
1192
1193 %description Zend_Validate
1194 The Zend_Validate component provides a set of commonly needed
1195 validators. It also provides a simple validator chaining mechanism by
1196 which multiple validators may be applied to a single datum in a
1197 user-defined order.
1198
1199 %package Zend_Version
1200 Summary:        Zend_Version
1201 Group:          Development/Languages/PHP
1202 URL:            http://framework.zend.com/manual/en/zend.version.html
1203 Requires:       %{name} = %{version}-%{release}
1204
1205 %description Zend_Version
1206 Zend_Version component delivers current version number of Zend
1207 Framework.
1208
1209 %package Zend_View
1210 Summary:        Zend_View
1211 Group:          Development/Languages/PHP
1212 URL:            http://framework.zend.com/manual/en/zend.view.html
1213 Requires:       %{name} = %{version}-%{release}
1214
1215 %description Zend_View
1216 Zend_View is a class for working with the "view" portion of the
1217 model-view-controller pattern. That is, it exists to help keep the
1218 view script separate from the model and controller scripts. It
1219 provides a system of helpers, output filters, and variable escaping.
1220 Zend_View is template system agnostic; you may use PHP as your
1221 template language, or create instances of other template systems and
1222 manipulate them within your view script. Essentially, using Zend_View
1223 happens in two major steps: 1. Your controller script creates an
1224 instance of Zend_View and assigns variables to that instance. 2. The
1225 controller tells the Zend_View to render a particular view, thereby
1226 handing control over the view script, which generates the view output.
1227
1228 %package Zend_Wildfire
1229 Summary:        Zend_Wildfire
1230 Group:          Development/Languages/PHP
1231 URL:            http://framework.zend.com/manual/en/zend.wildfire.html
1232 Requires:       %{name} = %{version}-%{release}
1233
1234 %description Zend_Wildfire
1235 Zend_Wildfire is a component that facilitates communication between
1236 PHP code and Wildfire client components. The purpose of the Wildfire
1237 Project is to develop standardized communication channels between a
1238 large variety of components and a dynamic and scriptable plugin
1239 architecture. At this time the primary focus is to provide a system to
1240 allow server-side PHP code to inject logging messages into the Firebug
1241 Console (http://getfirebug.com/).
1242
1243 %package Zend_XmlRpc
1244 Summary:        Zend_XmlRpc
1245 Group:          Development/Languages/PHP
1246 URL:            http://framework.zend.com/manual/en/zend.xmlrpc.html
1247 Requires:       %{name} = %{version}-%{release}
1248 Requires:       php-dom
1249 Requires:       php-iconv
1250
1251 %description Zend_XmlRpc
1252 From its home page <http://www.xmlrpc.com/>, XML-RPC is described as a
1253 "...remote procedure calling using HTTP as the transport and XML as
1254 the encoding. XML-RPC is designed to be as simple as possible, while
1255 allowing complex data structures to be transmitted, processed and
1256 returned". The Zend Framework provides support for both consuming
1257 remote XML-RPC services and building new XML-RPC servers.
1258
1259 %package demos
1260 Summary:        Demos for Zend Framework
1261 Summary(pl.UTF-8):      Programy demonstracyjne dla szkieletu Zend Framework
1262 Group:          Documentation
1263
1264 %description demos
1265 Demos for Zend Framework.
1266
1267 %description demos -l pl.UTF-8
1268 Programy demonstracyjne dla szkieletu Zend Framework.
1269
1270 %package manual-en
1271 Summary:        Zend Framework manual in English language
1272 Summary(pl.UTF-8):      Podręcznik do Zend Framework w języku angielskim
1273 Group:          Documentation
1274
1275 %description manual-en
1276 Zend Framework manual in English language.
1277
1278 %description manual-en -l pl.UTF-8
1279 Podręcznik do Zend Framework w języku angielskim.
1280
1281 %prep
1282 %setup -q -a1
1283 mv %{name}-%{version}/documentation .
1284 find '(' -name '*.php' -o -name '*.xml' ')' -print0 | xargs -0 %{__sed} -i -e 's,\r$,,'
1285 %patch0 -p1
1286 %patch1 -p1
1287 %patch2 -p0
1288 %patch3 -p1
1289
1290 install %{SOURCE2} find-lang.sh
1291
1292 # cleanup backups after patching
1293 find '(' -name '*~' -o -name '*.orig' ')' -print0 | xargs -0 -r -l512 rm -f
1294
1295 %build
1296 # check *.php files syntax using runkit extension
1297 lint_php() {
1298         php -r '
1299                 $errors = 0;
1300                 array_shift($argv);
1301                 echo "Checking syntax of ", count($argv), " PHP files";
1302                 foreach ($argv as $file) {
1303                         echo ".";
1304                         if (!runkit_lint_file($file)) {
1305                                 echo "PHP Lint: $file\n";
1306                                 $errors++;
1307                         }
1308                 }
1309                 echo "\nDONE!\n";
1310                 exit($errors ? 1 : 0);
1311         ' $(find library -name '*.php')
1312 }
1313 lint_php
1314
1315 %install
1316 rm -rf $RPM_BUILD_ROOT
1317 install -d $RPM_BUILD_ROOT{%{_examplesdir}/%{name}-%{version},%{php_pear_dir}/bin}
1318 install -d $RPM_BUILD_ROOT%{_bindir}
1319 cp -a demos/Zend/* $RPM_BUILD_ROOT%{_examplesdir}/%{name}-%{version}
1320
1321 # library should be in include_path if used, so we use already defined %{php_pear_dir}
1322 # NOTE: we could use %{php_data_dir} as of php-common-4:5.2.8-3, but then
1323 # pear(...) deps won't be satisifed that these libs use extensively.
1324 cp -a library/* $RPM_BUILD_ROOT%{php_pear_dir}
1325
1326 # create script in bindir
1327 cp -a bin/zf.php $RPM_BUILD_ROOT%{php_pear_dir}/bin
1328 cat >> $RPM_BUILD_ROOT%{_bindir}/zf <<-'EOF'
1329 #!/bin/sh
1330 cd %{php_pear_dir}/bin
1331 exec /usr/bin/php -d Safe_mode=off zf.php ${1:+"$@"}
1332 EOF
1333
1334 ./find-lang.sh %{name}.lang
1335
1336 # manual
1337 install -d $RPM_BUILD_ROOT%{_docdir}/%{name}-en
1338 cp -a documentation/manual/core/en/* $RPM_BUILD_ROOT%{_docdir}/%{name}-en
1339
1340 %clean
1341 rm -rf $RPM_BUILD_ROOT
1342
1343 %files
1344 %defattr(644,root,root,755)
1345 %doc LICENSE.txt README.txt
1346 %dir %{php_pear_dir}/Zend
1347 %dir %{php_pear_dir}/Zend/Console
1348 %dir %{php_pear_dir}/Zend/Search
1349
1350 %dir %{php_pear_dir}/Zend/Server
1351 %{php_pear_dir}/Zend/Server/Abstract.php
1352 %{php_pear_dir}/Zend/Server/Exception.php
1353 %{php_pear_dir}/Zend/Server/Interface.php
1354 %{php_pear_dir}/Zend/Server/Definition.php
1355 %dir %{php_pear_dir}/Zend/Server/Method
1356 %{php_pear_dir}/Zend/Server/Method/Callback.php
1357 %{php_pear_dir}/Zend/Server/Method/Definition.php
1358 %{php_pear_dir}/Zend/Server/Method/Parameter.php
1359 %{php_pear_dir}/Zend/Server/Method/Prototype.php
1360
1361 %dir %{php_pear_dir}/Zend/Service
1362 %{php_pear_dir}/Zend/Service/Abstract.php
1363 %{php_pear_dir}/Zend/Service/Exception.php
1364
1365 %{php_pear_dir}/Zend/TimeSync
1366 %{php_pear_dir}/Zend/TimeSync.php
1367
1368 %files Zend_Acl
1369 %defattr(644,root,root,755)
1370 %{php_pear_dir}/Zend/Acl
1371 %{php_pear_dir}/Zend/Acl.php
1372
1373 %files Zend_Amf
1374 %defattr(644,root,root,755)
1375 %{php_pear_dir}/Zend/Amf
1376
1377 %files Zend_Application
1378 %defattr(644,root,root,755)
1379 %{php_pear_dir}/Zend/Application
1380 %{php_pear_dir}/Zend/Application.php
1381
1382 %files Zend_ProgressBar
1383 %defattr(644,root,root,755)
1384 %{php_pear_dir}/Zend/ProgressBar.php
1385 %{php_pear_dir}/Zend/ProgressBar
1386
1387 %files Zend_Auth
1388 %defattr(644,root,root,755)
1389 %{php_pear_dir}/Zend/Auth
1390 %{php_pear_dir}/Zend/Auth.php
1391
1392 %files Zend_Cache
1393 %defattr(644,root,root,755)
1394 %{php_pear_dir}/Zend/Cache
1395 %{php_pear_dir}/Zend/Cache.php
1396 # Zend_Server_Cache subpackage?
1397 # but not listed as separate component on doc
1398 %{php_pear_dir}/Zend/Server/Cache.php
1399
1400 %files Zend_Captcha
1401 %defattr(644,root,root,755)
1402 %{php_pear_dir}/Zend/Captcha
1403
1404 %files Zend_CodeGenerator
1405 %defattr(644,root,root,755)
1406 %{php_pear_dir}/Zend/CodeGenerator
1407
1408 %files Zend_Config
1409 %defattr(644,root,root,755)
1410 %{php_pear_dir}/Zend/Config
1411 %{php_pear_dir}/Zend/Config.php
1412
1413 %files Zend_Console_Getopt
1414 %defattr(644,root,root,755)
1415 %{php_pear_dir}/Zend/Console/Getopt
1416 %{php_pear_dir}/Zend/Console/Getopt.php
1417
1418 %files Zend_Controller
1419 %defattr(644,root,root,755)
1420 %{php_pear_dir}/Zend/Controller
1421
1422 %files Zend_Crypt
1423 %defattr(644,root,root,755)
1424 %{php_pear_dir}/Zend/Crypt
1425 %{php_pear_dir}/Zend/Crypt.php
1426
1427 %files Zend_Currency
1428 %defattr(644,root,root,755)
1429 %{php_pear_dir}/Zend/Currency
1430 %{php_pear_dir}/Zend/Currency.php
1431
1432 %files Zend_Date
1433 %defattr(644,root,root,755)
1434 %{php_pear_dir}/Zend/Date
1435 %{php_pear_dir}/Zend/Date.php
1436
1437 %files Zend_Db
1438 %defattr(644,root,root,755)
1439 %{php_pear_dir}/Zend/Db
1440 %{php_pear_dir}/Zend/Db.php
1441
1442 %files Zend_Debug
1443 %defattr(644,root,root,755)
1444 %{php_pear_dir}/Zend/Debug.php
1445
1446 %files Zend_Dojo
1447 %defattr(644,root,root,755)
1448 %{php_pear_dir}/Zend/Dojo
1449 %{php_pear_dir}/Zend/Dojo.php
1450
1451 %files Zend_Dom
1452 %defattr(644,root,root,755)
1453 %{php_pear_dir}/Zend/Dom
1454
1455 %files Zend_Exception
1456 %defattr(644,root,root,755)
1457 %{php_pear_dir}/Zend/Exception.php
1458
1459 %files Zend_Feed
1460 %defattr(644,root,root,755)
1461 %{php_pear_dir}/Zend/Feed
1462 %{php_pear_dir}/Zend/Feed.php
1463
1464 %files Zend_File
1465 %defattr(644,root,root,755)
1466 %{php_pear_dir}/Zend/File
1467
1468 %files Zend_Filter
1469 %defattr(644,root,root,755)
1470 %{php_pear_dir}/Zend/Filter
1471 %{php_pear_dir}/Zend/Filter.php
1472 %exclude %{php_pear_dir}/Zend/Filter/Input.php
1473
1474 %files Zend_Filter_Input
1475 %defattr(644,root,root,755)
1476 %{php_pear_dir}/Zend/Filter/Input.php
1477
1478 %files Zend_Form
1479 %defattr(644,root,root,755)
1480 %{php_pear_dir}/Zend/Form
1481 %{php_pear_dir}/Zend/Form.php
1482
1483 %files Zend_Gdata
1484 %defattr(644,root,root,755)
1485 %{php_pear_dir}/Zend/Gdata
1486 %{php_pear_dir}/Zend/Gdata.php
1487
1488 %files Zend_Http
1489 %defattr(644,root,root,755)
1490 %{php_pear_dir}/Zend/Http
1491
1492 %files Zend_InfoCard
1493 %defattr(644,root,root,755)
1494 %{php_pear_dir}/Zend/InfoCard
1495 %{php_pear_dir}/Zend/InfoCard.php
1496
1497 %files Zend_Json
1498 %defattr(644,root,root,755)
1499 %{php_pear_dir}/Zend/Json
1500 %{php_pear_dir}/Zend/Json.php
1501
1502 %files Zend_Layout
1503 %defattr(644,root,root,755)
1504 %{php_pear_dir}/Zend/Layout
1505 %{php_pear_dir}/Zend/Layout.php
1506
1507 %files Zend_Ldap
1508 %defattr(644,root,root,755)
1509 %{php_pear_dir}/Zend/Ldap
1510 %{php_pear_dir}/Zend/Ldap.php
1511
1512 %files Zend_Loader
1513 %defattr(644,root,root,755)
1514 %{php_pear_dir}/Zend/Loader
1515 %{php_pear_dir}/Zend/Loader.php
1516
1517 %files Zend_Locale -f %{name}.lang
1518 %defattr(644,root,root,755)
1519 %dir %{php_pear_dir}/Zend/Locale
1520 %{php_pear_dir}/Zend/Locale.php
1521 %{php_pear_dir}/Zend/Locale/Exception.php
1522 %{php_pear_dir}/Zend/Locale/Format.php
1523 %{php_pear_dir}/Zend/Locale/Math.php
1524 %{php_pear_dir}/Zend/Locale/Math
1525
1526 %{php_pear_dir}/Zend/Locale/Data.php
1527 %dir %{php_pear_dir}/Zend/Locale/Data
1528 %{php_pear_dir}/Zend/Locale/Data/Translation.php
1529 %{php_pear_dir}/Zend/Locale/Data/characters.xml
1530 %{php_pear_dir}/Zend/Locale/Data/likelySubtags.xml
1531 %{php_pear_dir}/Zend/Locale/Data/metazoneInfo.xml
1532 %{php_pear_dir}/Zend/Locale/Data/numberingSystems.xml
1533 %{php_pear_dir}/Zend/Locale/Data/postalCodeData.xml
1534 %{php_pear_dir}/Zend/Locale/Data/root.xml
1535 %{php_pear_dir}/Zend/Locale/Data/supplementalData.xml
1536 %{php_pear_dir}/Zend/Locale/Data/telephoneCodeData.xml
1537
1538 %files Zend_Log
1539 %defattr(644,root,root,755)
1540 %{php_pear_dir}/Zend/Log
1541 %{php_pear_dir}/Zend/Log.php
1542
1543 %files Zend_Mail
1544 %defattr(644,root,root,755)
1545 %{php_pear_dir}/Zend/Mail
1546 %{php_pear_dir}/Zend/Mail.php
1547
1548 %files Zend_Measure
1549 %defattr(644,root,root,755)
1550 %{php_pear_dir}/Zend/Measure
1551
1552 %files Zend_Memory
1553 %defattr(644,root,root,755)
1554 %{php_pear_dir}/Zend/Memory
1555 %{php_pear_dir}/Zend/Memory.php
1556
1557 %files Zend_Mime
1558 %defattr(644,root,root,755)
1559 %{php_pear_dir}/Zend/Mime
1560 %{php_pear_dir}/Zend/Mime.php
1561
1562 %files Zend_Navigation
1563 %defattr(644,root,root,755)
1564 %{php_pear_dir}/Zend/Navigation
1565 %{php_pear_dir}/Zend/Navigation.php
1566
1567 %files Zend_OpenId
1568 %defattr(644,root,root,755)
1569 %{php_pear_dir}/Zend/OpenId
1570 %{php_pear_dir}/Zend/OpenId.php
1571
1572 %files Zend_Paginator
1573 %defattr(644,root,root,755)
1574 %{php_pear_dir}/Zend/Paginator
1575 %{php_pear_dir}/Zend/Paginator.php
1576
1577 %files Zend_Pdf
1578 %defattr(644,root,root,755)
1579 %{php_pear_dir}/Zend/Pdf
1580 %{php_pear_dir}/Zend/Pdf.php
1581
1582 %files Zend_Queue
1583 %defattr(644,root,root,755)
1584 %{php_pear_dir}/Zend/Queue
1585 %{php_pear_dir}/Zend/Queue.php
1586
1587 %files Zend_Reflection
1588 %defattr(644,root,root,755)
1589 %{php_pear_dir}/Zend/Reflection
1590
1591 %files Zend_Registry
1592 %defattr(644,root,root,755)
1593 %{php_pear_dir}/Zend/Registry.php
1594
1595 %files Zend_Rest
1596 %defattr(644,root,root,755)
1597 %{php_pear_dir}/Zend/Rest
1598
1599 %files Zend_Search_Lucene
1600 %defattr(644,root,root,755)
1601 %{php_pear_dir}/Zend/Search/Exception.php
1602 %{php_pear_dir}/Zend/Search/Lucene
1603 %{php_pear_dir}/Zend/Search/Lucene.php
1604
1605 %files Zend_Server_Reflection
1606 %defattr(644,root,root,755)
1607 %{php_pear_dir}/Zend/Server/Reflection
1608 %{php_pear_dir}/Zend/Server/Reflection.php
1609
1610 %files Zend_Service_Akismet
1611 %defattr(644,root,root,755)
1612 %{php_pear_dir}/Zend/Service/Akismet.php
1613
1614 %files Zend_Service_Amazon
1615 %defattr(644,root,root,755)
1616 %{php_pear_dir}/Zend/Service/Amazon
1617 %{php_pear_dir}/Zend/Service/Amazon.php
1618
1619 %files Zend_Service_Audioscrobbler
1620 %defattr(644,root,root,755)
1621 %{php_pear_dir}/Zend/Service/Audioscrobbler
1622 %{php_pear_dir}/Zend/Service/Audioscrobbler.php
1623
1624 %files Zend_Service_Delicious
1625 %defattr(644,root,root,755)
1626 %{php_pear_dir}/Zend/Service/Delicious
1627 %{php_pear_dir}/Zend/Service/Delicious.php
1628
1629 %files Zend_Service_Flickr
1630 %defattr(644,root,root,755)
1631 %{php_pear_dir}/Zend/Service/Flickr
1632 %{php_pear_dir}/Zend/Service/Flickr.php
1633
1634 %files Zend_Service_Nirvanix
1635 %defattr(644,root,root,755)
1636 %{php_pear_dir}/Zend/Service/Nirvanix
1637 %{php_pear_dir}/Zend/Service/Nirvanix.php
1638
1639 %files Zend_Service_ReCaptcha
1640 %defattr(644,root,root,755)
1641 %{php_pear_dir}/Zend/Service/ReCaptcha
1642 %{php_pear_dir}/Zend/Service/ReCaptcha.php
1643
1644 %files Zend_Service_Simpy
1645 %defattr(644,root,root,755)
1646 %{php_pear_dir}/Zend/Service/Simpy
1647 %{php_pear_dir}/Zend/Service/Simpy.php
1648
1649 %files Zend_Service_SlideShare
1650 %defattr(644,root,root,755)
1651 %{php_pear_dir}/Zend/Service/SlideShare
1652 %{php_pear_dir}/Zend/Service/SlideShare.php
1653
1654 %files Zend_Service_StrikeIron
1655 %defattr(644,root,root,755)
1656 %{php_pear_dir}/Zend/Service/StrikeIron
1657 %{php_pear_dir}/Zend/Service/StrikeIron.php
1658
1659 %files Zend_Service_Technorati
1660 %defattr(644,root,root,755)
1661 %{php_pear_dir}/Zend/Service/Technorati
1662 %{php_pear_dir}/Zend/Service/Technorati.php
1663
1664 %files Zend_Service_Twitter
1665 %defattr(644,root,root,755)
1666 %{php_pear_dir}/Zend/Service/Twitter
1667 %{php_pear_dir}/Zend/Service/Twitter.php
1668
1669 %files Zend_Service_Yahoo
1670 %defattr(644,root,root,755)
1671 %{php_pear_dir}/Zend/Service/Yahoo
1672 %{php_pear_dir}/Zend/Service/Yahoo.php
1673
1674 %files Zend_Session
1675 %defattr(644,root,root,755)
1676 %{php_pear_dir}/Zend/Session
1677 %{php_pear_dir}/Zend/Session.php
1678
1679 %files Zend_Soap
1680 %defattr(644,root,root,755)
1681 %{php_pear_dir}/Zend/Soap
1682
1683 %files Zend_Tag
1684 %defattr(644,root,root,755)
1685 %{php_pear_dir}/Zend/Tag
1686
1687 %files Zend_Text
1688 %defattr(644,root,root,755)
1689 %{php_pear_dir}/Zend/Text
1690
1691 %files Zend_Test
1692 %defattr(644,root,root,755)
1693 %{php_pear_dir}/Zend/Test
1694
1695 %files Zend_Tool
1696 %defattr(644,root,root,755)
1697 %attr(755,root,root) %{_bindir}/zf
1698 %{php_pear_dir}/bin/zf.php
1699 %{php_pear_dir}/Zend/Tool
1700
1701 %files Zend_Translate
1702 %defattr(644,root,root,755)
1703 %{php_pear_dir}/Zend/Translate
1704 %{php_pear_dir}/Zend/Translate.php
1705
1706 %files Zend_Uri
1707 %defattr(644,root,root,755)
1708 %{php_pear_dir}/Zend/Uri
1709 %{php_pear_dir}/Zend/Uri.php
1710
1711 %files Zend_Validate
1712 %defattr(644,root,root,755)
1713 %{php_pear_dir}/Zend/Validate
1714 %{php_pear_dir}/Zend/Validate.php
1715
1716 %files Zend_Version
1717 %defattr(644,root,root,755)
1718 %{php_pear_dir}/Zend/Version.php
1719
1720 %files Zend_View
1721 %defattr(644,root,root,755)
1722 %{php_pear_dir}/Zend/View
1723 %{php_pear_dir}/Zend/View.php
1724
1725 %files Zend_Wildfire
1726 %defattr(644,root,root,755)
1727 %{php_pear_dir}/Zend/Wildfire
1728
1729 %files Zend_XmlRpc
1730 %defattr(644,root,root,755)
1731 %{php_pear_dir}/Zend/XmlRpc
1732
1733 %files demos
1734 %defattr(644,root,root,755)
1735 %{_examplesdir}/%{name}-%{version}
1736
1737 %files manual-en
1738 %defattr(644,root,root,755)
1739 %doc %{_docdir}/%{name}-en
This page took 0.147729 seconds and 4 git commands to generate.