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