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