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