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