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