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