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