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