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