]> git.pld-linux.org Git - packages/ZendFramework.git/blame - ZendFramework.spec
Add Zend_File_Transfer split package
[packages/ZendFramework.git] / ZendFramework.spec
CommitLineData
f935b20d
ER
1# NOTE
2# - dependencies are filled according to official doc:
5fa93129 3# https://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
366e32c5 12Summary: Zend Framework
4bcf46e1 13Summary(pl.UTF-8): Szkielet Zend
366e32c5 14Name: ZendFramework
4cd3675b 15# 1.12 series EOL: https://framework.zend.com/blog/2016-06-28-zf1-eol.html
7f891e3c 16Version: 1.12.20
42a92d11 17Release: 1
e100c5ce 18License: New BSD License
366e32c5 19Group: Development/Languages/PHP
4cd3675b
ER
20# Source0Download: https://framework.zend.com/downloads/archives#ZF1
21Source0: https://packages.zendframework.com/releases/%{name}-%{version}/ZendFramework-%{version}.tar.gz
7f891e3c 22# Source0-md5: 2f242859c42ae5d919aaf2669c9c7c94
4cd3675b 23Source1: https://packages.zendframework.com/releases/ZendFramework-%{version}/%{name}-%{version}-manual-en.tar.gz
7f891e3c 24# Source1-md5: b3691da3fc83d16629d23e76c9887c2e
25284397 25Source2: %{name}-find-lang.sh
c064d7ba 26Patch0: %{name}-additional-locales.patch
cd38c384 27Patch1: %{name}-deps.patch
5fa93129 28URL: https://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
5fa93129 69URL: https://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
5fa93129 89URL: https://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
5fa93129 117URL: https://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
5fa93129 133URL: https://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
5fa93129 153URL: https://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
5fa93129 175URL: https://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
5fa93129 198URL: https://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
5fa93129 232URL: https://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
5fa93129 242URL: https://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
5fa93129 258URL: https://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
5fa93129 276URL: https://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
5fa93129 292URL: https://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
5fa93129 317#URL: https://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
5fa93129 328URL: https://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
5fa93129 352URL: https://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
5fa93129 373URL: https://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
5fa93129 420URL: https://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
5fa93129 433URL: https://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
5fa93129 454URL: https://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
5fa93129 468URL: https://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
5fa93129 479URL: https://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
5fa93129 491URL: https://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
5fa93129 512URL: https://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
6c639387
ER
525%package Zend_File_Transfer
526Summary: Zend_File_Transfer
527Group: Development/Languages/PHP
528URL: https://framework.zend.com/manual/1.12/en/zend.file.transfer.introduction.html
529Requires: %{name} = %{version}-%{release}
530
531%description Zend_File_Transfer
532Zend_File_Transfer provides extensive support for file uploads and
533downloads.
534
535It comes with built-in validators for files plus functionality to
536change files with filters. Protocol adapters allow Zend_File_Transfer
537to expose the same API for transport protocols like HTTP, FTP, WEBDAV
538and more.
539
e71cf32a 540%package Zend_Filter
541Summary: Zend_Filter
542Group: Development/Languages/PHP
5fa93129 543URL: https://framework.zend.com/manual/1.12/en/zend.filter.html
e71cf32a 544Requires: %{name} = %{version}-%{release}
094ea275
ER
545Requires: %{name}-Zend_Exception = %{version}-%{release}
546Requires: %{name}-Zend_Loader = %{version}-%{release}
547Requires: %{name}-Zend_Validate = %{version}-%{release}
a61792aa
ER
548Requires: php(reflection)
549Suggests: php(zlib)
550# Zend_Filter_Compress requires zlib
e71cf32a 551
552%description Zend_Filter
553Zend_Filter component provides a set of commonly needed data filters.
554It also provides a simple filter chaining mechanism by which multiple
555filters may be applied to a single datum in a user-defined order.
556
557%package Zend_Filter_Input
558Summary: Zend_Filter_Input
559Group: Development/Languages/PHP
5fa93129 560URL: https://framework.zend.com/manual/1.12/en/zend.filter.input.html
e71cf32a 561Requires: %{name} = %{version}-%{release}
562
563%description Zend_Filter_Input
564Zend_Filter_Input provides a declarative interface to associate
565multiple filters and validators, apply them to collections of data,
566and to retrieve input values after they have been processed by the
567filters and validators. Values are returned in escaped format by
568default for safe HTML output.
569
570%package Zend_Form
571Summary: Zend_Form
572Group: Development/Languages/PHP
5fa93129 573URL: https://framework.zend.com/manual/1.12/en/zend.form.html
e71cf32a 574Requires: %{name} = %{version}-%{release}
094ea275
ER
575Requires: %{name}-Zend_Exception = %{version}-%{release}
576Requires: %{name}-Zend_Filter = %{version}-%{release}
577Requires: %{name}-Zend_Validate = %{version}-%{release}
e71cf32a 578
579%description Zend_Form
580Zend_Form simplifies form creation and handling in your web
581application. It accomplishes the following goals:
582- Element input filtering and validation
583- Element ordering
584- Element and Form rendering, including escaping
585- Element and form grouping
586- Element and form-level configuration
587
588%package Zend_Gdata
589Summary: Zend_Gdata
590Group: Development/Languages/PHP
5fa93129 591URL: https://framework.zend.com/manual/1.12/en/zend.gdata.html
e71cf32a 592Requires: %{name} = %{version}-%{release}
094ea275
ER
593Requires: %{name}-Zend_Exception = %{version}-%{release}
594Requires: %{name}-Zend_Http = %{version}-%{release}
595Requires: %{name}-Zend_Mime = %{version}-%{release}
596Requires: %{name}-Zend_Version = %{version}-%{release}
8f301a89 597Requires: %{name}-Zend_Xml = %{version}-%{release}
cf32eb5c
ER
598Requires: php(ctype)
599Requires: php(dom)
e71cf32a 600
601%description Zend_Gdata
602Zend_Gdata component is a interface for accessing Google Data from
603PHP. Google Data APIs provide programmatic interface to some of
604Google's online services. The Google data Protocol is based upon the
605Atom Publishing Protocol and allows client applications to retrieve
606data matching queries, post data, update data and delete data using
607standard HTTP and the Atom syndication formation. Zend_Gdata component
608also supports accessing other services implementing the Atom
609Publishing Protocol.
610
611%package Zend_Http
612Summary: Zend_Http
613Group: Development/Languages/PHP
5fa93129 614URL: https://framework.zend.com/manual/1.12/en/zend.http.html
e71cf32a 615Requires: %{name} = %{version}-%{release}
094ea275
ER
616Requires: %{name}-Zend_Exception = %{version}-%{release}
617Requires: %{name}-Zend_Loader = %{version}-%{release}
618Requires: %{name}-Zend_Uri = %{version}-%{release}
cf32eb5c 619Requires: php(ctype)
a61792aa
ER
620Suggests: php(curl)
621Suggests: php(fileinfo)
622# Zend_Http_Client_Adapter_Curl requires curl
623# Zend_Http_Client has soft dependency on mime_magic (fileinfo)
e71cf32a 624
625%description Zend_Http
626Zend_Http component provides a client for the HTTP protocol. It
627supports:
628- URL validation
629- cookies
630- proxy servers.
631
e71cf32a 632%package Zend_Json
633Summary: Zend_Json
634Group: Development/Languages/PHP
5fa93129 635URL: https://framework.zend.com/manual/1.12/en/zend.json.html
e71cf32a 636Requires: %{name} = %{version}-%{release}
094ea275
ER
637Requires: %{name}-Zend_Exception = %{version}-%{release}
638Requires: %{name}-Zend_Loader = %{version}-%{release}
639Requires: %{name}-Zend_Server = %{version}-%{release}
aeecb1b0 640Requires: %{name}-Zend_Xml = %{version}-%{release}
a61792aa
ER
641Requires: php(reflection)
642Suggests: php(json)
e71cf32a 643
644%description Zend_Json
645Zend_Json provides convenience methods for serializing native PHP to
646JSON and decoding JSON to native PHP.
647
648JSON, JavaScript Object Notation, can be used for data interchange
649between JavaScript and other languages. Since JSON can be directly
650evaluated by JavaScript, it is a more efficient and lightweight format
651than XML for exchanging data with JavaScript clients.
652
653In addition, Zend_Json provides a useful way to convert any arbitrary
654XML formatted string into a JSON formatted string. This built-in
655feature will enable PHP developers to transform the enterprise data
656encoded in XML format into JSON format before sending it to
657browser-based Ajax client applications. It provides an easy way to do
658dynamic data conversion on the server-side code thereby avoiding
659unnecessary XML parsing in the browser-side applications. It offers a
660nice utility function that results in easier application-specific data
661processing techniques.
662
663%package Zend_Layout
664Summary: Zend_Layout
665Group: Development/Languages/PHP
5fa93129 666URL: https://framework.zend.com/manual/1.12/en/zend.layout.html
e71cf32a 667Requires: %{name} = %{version}-%{release}
094ea275 668Requires: %{name}-Zend_Exception = %{version}-%{release}
e71cf32a 669
670%description Zend_Layout
671Zend_Layout implements a classic Two Step View pattern, allowing
672developers to wrap application content within another view, usually
673representing the site template. Such templates are often termed
674layouts by other projects, and Zend Framework has adopted this term
675for consistency.
676
677The main goals of Zend_Layout are as follows:
678- Automate selection and rendering of layouts when used with the Zend
679 Framework MVC components.
680- Provide separate scope for layout related variables and content.
681- Allow configuration, including layout name, layout script resolution
682 (inflection), and layout script path.
683- Allow disabling layouts, changing layout scripts, and other states;
684 allow these actions from within action controllers and view scripts.
685- Follow same script resolution rules (inflection) as the
686 ViewRenderer, but allow them to also use different rules.
687- Allow usage without Zend Framework MVC components.
688
689%package Zend_Ldap
690Summary: Zend_Ldap
691Group: Development/Languages/PHP
5fa93129 692URL: https://framework.zend.com/manual/1.12/en/zend.ldap.html
e71cf32a 693Requires: %{name} = %{version}-%{release}
094ea275 694Requires: %{name}-Zend_Exception = %{version}-%{release}
a61792aa 695Requires: php(ldap)
e71cf32a 696
697%description Zend_Ldap
698Zend_Ldap is a class for performing LDAP operations including but not
699limited to binding, searching and modifying entries in an LDAP
700directory.
701
702%package Zend_Loader
703Summary: Zend_Loader
704Group: Development/Languages/PHP
5fa93129 705URL: https://framework.zend.com/manual/1.12/en/zend.loader.html
e71cf32a 706Requires: %{name} = %{version}-%{release}
094ea275 707Requires: %{name}-Zend_Exception = %{version}-%{release}
e71cf32a 708
709%description Zend_Loader
710The Zend_Loader class includes methods to help you load files
711dynamically.
712
713%package Zend_Locale
714Summary: Zend_Locale
715Group: Development/Languages/PHP
5fa93129 716URL: https://framework.zend.com/manual/1.12/en/zend.locale.html
e71cf32a 717Requires: %{name} = %{version}-%{release}
094ea275 718Requires: %{name}-Zend_Exception = %{version}-%{release}
8f301a89 719Requires: %{name}-Zend_Xml = %{version}-%{release}
cf32eb5c 720Requires: php(iconv)
e71cf32a 721
722%description Zend_Locale
723Zend_Locale is the Framework's answer to the question, "How can the
724same application be used around the whole world?". This component is
725the foundation of Zend_Date, Zend_Translate, and others. It provides:
726- access to CLDR, an international data repository for I18N issues,
727 for all framework classes
728- localizing of numbers
729- normalizing of dates, times and numbers.
730
731%package Zend_Log
732Summary: Zend_Log
733Group: Development/Languages/PHP
5fa93129 734URL: https://framework.zend.com/manual/1.12/en/zend.log.html
e71cf32a 735Requires: %{name} = %{version}-%{release}
094ea275 736Requires: %{name}-Zend_Exception = %{version}-%{release}
a61792aa
ER
737Requires: php(reflection)
738Suggests: php(dom)
739# Zend_Log_Formatter_Xml requires dom
e71cf32a 740
741%description Zend_Log
742Zend_Log is a component for general purpose logging. It supports
743multiple log backends, formatting messages sent to the log, and
744filtering messages from being logged. These functions are divided into
745the following objects:
746- A Log (instance of Zend_Log) is the object that your application
747 uses the most. You can have as many Log objects as you like; they do
748 not interact. A Log object must contain at least one Writer, and can
749 optionally contain one or more Filters.
750- A Writer (inherits from Zend_Log_Writer_Abstract) is responsible for
751 saving data to storage.
752- A Filter (implements Zend_Log_Filter_Interface) blocks log data from
753 being saved. A filter may be applied to an individual Writer, or to a
754 Log where it is applied before all Writers. In either case, filters
755 may be chained.
756- A Formatter (implements Zend_Log_Formatter_Interface) can format the
757 log data before it is written by a Writer. Each Writer has exactly one
758 Formatter.
759
760%package Zend_Mail
761Summary: Zend_Mail
762Group: Development/Languages/PHP
5fa93129 763URL: https://framework.zend.com/manual/1.12/en/zend.mail.html
e71cf32a 764Requires: %{name} = %{version}-%{release}
094ea275
ER
765Requires: %{name}-Zend_Exception = %{version}-%{release}
766Requires: %{name}-Zend_Loader = %{version}-%{release}
767Requires: %{name}-Zend_Mime = %{version}-%{release}
768Requires: %{name}-Zend_Validate = %{version}-%{release}
a61792aa 769Suggests: php(posix)
e71cf32a 770
771%description Zend_Mail
772Zend_Mail provides generalized functionality to compose and send both
773text and MIME-compliant multipart e-mail messages. Mail can be sent
774with Zend_Mail via the default Zend_Mail_Transport_Sendmail transport
775or via Zend_Mail_Transport_Smtp.
776
1e0529b7
AG
777%package Zend_Markup
778Summary: Zend_Markup
779Group: Development/Languages/PHP
5fa93129 780URL: https://framework.zend.com/manual/1.12/en/zend.markup.html
1e0529b7
AG
781Requires: %{name} = %{version}-%{release}
782
783%description Zend_Markup
784The Zend_Markup component provides an extensible way for parsing text
785and rendering lightweight markup languages like BBcode and Textile. It
786is available as of Zend Framework version 1.10.
787
788Zend_Markup uses a factory method to instantiate an instance of a
789renderer that extends Zend_Markup_Renderer_Abstract. The factory
790method accepts three arguments. The first one is the parser used to
791tokenize the text (e.g. BbCode). The second (optional) parameter is
792the renderer to use, Html by default. Thirdly an array with options to
76a7afe5 793use for the renderer can be specified.
1e0529b7 794
e71cf32a 795%package Zend_Measure
796Summary: Zend_Measure
797Group: Development/Languages/PHP
5fa93129 798URL: https://framework.zend.com/manual/1.12/en/zend.measure.html
e71cf32a 799Requires: %{name} = %{version}-%{release}
094ea275
ER
800Requires: %{name}-Zend_Exception = %{version}-%{release}
801Requires: %{name}-Zend_Locale = %{version}-%{release}
802Requires: %{name}-Zend_Registry = %{version}-%{release}
e71cf32a 803
804%description Zend_Measure
805Zend_Measure component provide a generic and easy way for working with
806measurements. Using Zend_Measure_* classes, you can convert
807measurements into different units of the same type. They can be added,
808subtracted and compared against each other. From a given input made in
809the user's native language, the unit of measurement can be
810automatically extracted. Numerous units of measurement are supported.
811
812%package Zend_Memory
813Summary: Zend_Memory
814Group: Development/Languages/PHP
5fa93129 815URL: https://framework.zend.com/manual/1.12/en/zend.memory.html
e71cf32a 816Requires: %{name} = %{version}-%{release}
094ea275
ER
817Requires: %{name}-Zend_Cache = %{version}-%{release}
818Requires: %{name}-Zend_Exception = %{version}-%{release}
e71cf32a 819
820%description Zend_Memory
821The Zend_Memory component is intended to manage data in an environment
822with limited memory. Memory objects (memory containers) are generated
823by memory manager by request and transparently swapped/loaded when
824it's necessary. For example, if creating or loading a managed object
825would cause the total memory usage to exceed the limit you specify,
826some managed objects are copied to cache storage outside of memory. In
827this way, the total memory used by managed objects does not exceed the
828limit you need to enforce.
829
830%package Zend_Mime
831Summary: Zend_Mime
832Group: Development/Languages/PHP
5fa93129 833URL: https://framework.zend.com/manual/1.12/en/zend.mime.html
e71cf32a 834Requires: %{name} = %{version}-%{release}
094ea275 835Requires: %{name}-Zend_Exception = %{version}-%{release}
cf32eb5c 836Requires: php(iconv)
e71cf32a 837
838%description Zend_Mime
839Zend_Mime is a support class for handling multipart MIME messages.
840
60a23880
ER
841%package Zend_Mobile_Push
842Summary: Zend_Mobile_Push
843Group: Development/Languages/PHP
5fa93129 844URL: https://framework.zend.com/manual/1.12/en/zend.mobile.push.html
60a23880 845Requires: %{name} = %{version}-%{release}
8f301a89 846Requires: %{name}-Zend_Xml = %{version}-%{release}
60a23880
ER
847
848%description Zend_Mobile_Push
849Zend_Mobile_Push provides the ability for sending push notifications
850to the vendor specific notification servers. Currently this list
851includes APNS (iTouch/iPad/iPhone), GCM (Google Android) and MPNS
852(Windows Phone).
853
8d05effb
AG
854%package Zend_Navigation
855Summary: Zend_Navigation - manage trees of pointers to web page
856Group: Development/Languages/PHP
5fa93129 857URL: https://framework.zend.com/manual/1.12/en/zend.navigation.html
8d05effb
AG
858Requires: %{name} = %{version}-%{release}
859
860%description Zend_Navigation
861Zend_Navigation is a component for managing trees of pointers to web
862pages. Simply put: It can be used for creating menus, breadcrumbs,
863links, and sitemaps, or serve as a model for other navigation related
864purposes.
865
1e0529b7
AG
866%package Zend_Oauth
867Summary: Zend_Oauth
868Group: Development/Languages/PHP
5fa93129 869URL: https://framework.zend.com/manual/1.12/en/zend.oauth.html
1e0529b7
AG
870Requires: %{name} = %{version}-%{release}
871
872%description Zend_Oauth
873OAuth allows you to approve access by any application to your private
874data stored a website without being forced to disclose your username
875or password. If you think about it, the practice of handing over your
876username and password for sites like Yahoo Mail or Twitter has been
877endemic for quite a while. This has raised some serious concerns
878because there's nothing to prevent other applications from misusing
879this data. Yes, some services may appear trustworthy but that is never
880guaranteed. OAuth resolves this problem by eliminating the need for
881any username and password sharing, replacing it with a user controlled
882authorization process
883
e71cf32a 884%package Zend_OpenId
885Summary: Zend_OpenId
886Group: Development/Languages/PHP
5fa93129 887URL: https://framework.zend.com/manual/1.12/en/zend.openid.html
e71cf32a 888Requires: %{name} = %{version}-%{release}
094ea275
ER
889Requires: %{name}-Zend_Controller = %{version}-%{release}
890Requires: %{name}-Zend_Exception = %{version}-%{release}
891Requires: %{name}-Zend_Http = %{version}-%{release}
892Requires: %{name}-Zend_Session = %{version}-%{release}
d4af8417 893# needed for dh keys: any of these tree can do for
fe42ae92
ER
894Suggests: php(bcmath)
895Suggests: php(gmp)
896Suggests: php(openssl)
e71cf32a 897
898%description Zend_OpenId
899Zend_OpenId is a Zend Framework component that provides a simple API
900for building OpenID-enabled sites and identity providers.
901
902%package Zend_Paginator
903Summary: Zend_Paginator
904Group: Development/Languages/PHP
5fa93129 905URL: https://framework.zend.com/manual/1.12/en/zend.paginator.html
e71cf32a 906Requires: %{name} = %{version}-%{release}
094ea275
ER
907Requires: %{name}-Zend_Exception = %{version}-%{release}
908Requires: %{name}-Zend_Json = %{version}-%{release}
909Requires: %{name}-Zend_Loader = %{version}-%{release}
e71cf32a 910
911%description Zend_Paginator
912Zend_Paginator is a flexible component for paginating collections of
913data and presenting that data to users.
914
915The primary design goals of Zend_Paginator are as follows:
916- Paginate arbitrary data, not just relational databases
917- Fetch only the results that need to be displayed
918- Do not force users to adhere to only one way of displaying data or
919 rendering pagination controls
920- Loosely couple Zend_Paginator to other Zend Framework components so
921 that users who wish to use it independently of Zend_View, Zend_Db,
922 etc. can do so.
923
924%package Zend_Pdf
925Summary: Zend_Pdf
926Group: Development/Languages/PHP
5fa93129 927URL: https://framework.zend.com/manual/1.12/en/zend.pdf.html
e71cf32a 928Requires: %{name} = %{version}-%{release}
094ea275
ER
929Requires: %{name}-Zend_Exception = %{version}-%{release}
930Requires: %{name}-Zend_Log = %{version}-%{release}
931Requires: %{name}-Zend_Memory = %{version}-%{release}
cf32eb5c
ER
932Requires: php(ctype)
933Requires: php(gd)
934Requires: php(iconv)
935Requires: php(zlib)
e71cf32a 936
937%description Zend_Pdf
938Zend_Pdf module is a PDF (Portable Document Format) manipulation
939engine. It can load existing documents, create new, modify and save
940modified documents. Thus it can help application dynamically prepare
941documents in a PDF by modifying existing template or generating
942document from a scratch.
943
944Zend_Pdf module supports the following features:
945- Create new document or load existing one (PDF V1.4 (Acrobat 5)
946 documents are supported for loading now).
947- Retrieving specified revision of the document.
948- Manipulate pages within document. Changing page order, adding new
949 pages, removing pages from a document.
950- Different drawing primitives (lines, rectangles, polygons, circles,
951 ellipses and sectors).
952- Text drawing using any of the 14 standard (built-in) fonts or your
953 own custom TrueType fonts.
954- Rotations.
955- Image drawing (JPG, PNG [Up to 8bit per channel+Alpha] and TIFF
956 images are supported).
957- Incremental PDF file update.
958
16faf287
ER
959%package Zend_ProgressBar
960Summary: Zend_ProgressBar
961Group: Development/Languages/PHP
5fa93129 962URL: https://framework.zend.com/manual/1.12/en/zend.progressbar.html
16faf287 963Requires: %{name} = %{version}-%{release}
094ea275
ER
964Requires: %{name}-Zend_Config = %{version}-%{release}
965Requires: %{name}-Zend_Exception = %{version}-%{release}
966Requires: %{name}-Zend_Json = %{version}-%{release}
16faf287
ER
967
968%description Zend_ProgressBar
6d2990e4
ER
969Zend_ProgressBar is a component to create and update progressbars in
970different environments. It consists of a single backend, which outputs
971the progress through one of the multiple adapters. On every update, it
972takes an absolute value and optionally a status message, and then
973calls the adapter with some precalculated values like percentage and
974estimated time left.
16faf287 975
39ea3a57
AG
976%package Zend_Queue
977Summary: Zend_Queue
978Group: Development/Languages/PHP
5fa93129 979URL: https://framework.zend.com/manual/1.12/en/zend.progressbar.html
39ea3a57
AG
980Requires: %{name} = %{version}-%{release}
981
982%description Zend_Queue
983Zend_Queue is a standardized interface for dealing with a variety of
984queuing systems. Proposed systems include: simple array access,
985Zend_Cache, Zend Platform Job Queue, Amazon's Simple Queue Service
986(SQS). It should support creating queues, determining the number of
987messages in a queue, retrieving messages from a queue (all or specific
988number), submitting messages to a queue, and removing queues.
989
8d05effb
AG
990%package Zend_Reflection
991Summary: Zend_Reflection
992Group: Development/Languages/PHP
5fa93129 993URL: https://framework.zend.com/manual/1.12/en/zend.reflection.html
8d05effb
AG
994Requires: %{name} = %{version}-%{release}
995
996%description Zend_Reflection
997Zend_Reflection is a drop-in extension to PHP's own Reflection API,
141d3d77
ER
998providing several additional features:
999 - Ability to retrieve return values types.
1000 - Ability to retrieve method and function parameter types.
1001 - Ability to retrieve class property types.
1002 - DocBlocks gain a Reflection class, allowing introspection of
1003 docblocks. This provides the ability to determine what annotation tags
1004 have been defined as well as to retrieve their values, and the ability
1005 to retrieve the short and long descriptions.
1006 - Files gain a Reflection class, allowing introspection of PHP files.
1007 This provides the ability to determine what functions and classes are
1008 defined in a given file, as well as to instrospect them.
1009 - Ability to override any Reflection class with your own variant, for
1010 the entire reflection tree you create.
1011
1012In general, Zend_Reflection works just like the standard Reflection
1013API, but provides a few additional methods for retrieving artifacts
1014not defined in the Reflection API.
8d05effb 1015
e71cf32a 1016%package Zend_Registry
1017Summary: Zend_Registry
1018Group: Development/Languages/PHP
5fa93129 1019URL: https://framework.zend.com/manual/1.12/en/zend.registry.html
e71cf32a 1020Requires: %{name} = %{version}-%{release}
094ea275 1021Requires: %{name}-Zend_Exception = %{version}-%{release}
e71cf32a 1022
1023%description Zend_Registry
1024The registry is a container for storing objects and values in the
1025application space. By storing the value in the registry, the same
1026object is always available throughout your application. This mechanism
1027is an alternative to using global storage.
1028
1029%package Zend_Rest
1030Summary: Zend_Rest
1031Group: Development/Languages/PHP
5fa93129 1032URL: https://framework.zend.com/manual/1.12/en/zend.rest.html
e71cf32a 1033Requires: %{name} = %{version}-%{release}
094ea275
ER
1034Requires: %{name}-Zend_Exception = %{version}-%{release}
1035Requires: %{name}-Zend_Server = %{version}-%{release}
1036Requires: %{name}-Zend_Service = %{version}-%{release}
1037Requires: %{name}-Zend_Uri = %{version}-%{release}
8f301a89 1038Requires: %{name}-Zend_Xml = %{version}-%{release}
cf32eb5c
ER
1039Requires: php(ctype)
1040Requires: php(dom)
a61792aa
ER
1041Requires: php(reflection)
1042Requires: php(simplexml)
e71cf32a 1043
1044%description Zend_Rest
1045REST Web Services use service-specific XML formats. These ad-hoc
1046standards mean that the manner for accessing a REST web service is
1047different for each service. REST web services typically use URL
1048parameters (GET data) or path information for requesting data and POST
1049data for sending data. Zend_Rest component provides:
1050- capabilities to access REST web services
1051- capabilities to expose APIs as REST services
1052
1053%package Zend_Search_Lucene
1054Summary: Zend_Search_Lucene
1055Group: Development/Languages/PHP
5fa93129 1056URL: https://framework.zend.com/manual/1.12/en/zend.search.lucene.html
e71cf32a 1057Requires: %{name} = %{version}-%{release}
094ea275 1058Requires: %{name}-Zend_Exception = %{version}-%{release}
8f301a89 1059Requires: %{name}-Zend_Xml = %{version}-%{release}
cf32eb5c
ER
1060Requires: php(ctype)
1061Requires: php(dom)
1062Requires: php(iconv)
a61792aa 1063Suggests: php(bitset)
e71cf32a 1064
1065%description Zend_Search_Lucene
1066Zend_Search_Lucene is a general purpose text search engine. Since it
1067stores its index on the filesystem and does not require a database
1068server, it can add search capabilities to almost any PHP-driven
1069website.
1070
1071Zend_Search_Lucene supports the following features:
1072- Ranked searching - best results returned first
1073- Many powerful query types: phrase queries, wildcard queries,
1074 proximity queries, range queries and more
1075- Search by specific field (e.g., title, author, contents)
1076
1e0529b7
AG
1077%package Zend_Serializer
1078Summary: Zend_Serializer
1079Group: Development/Languages/PHP
5fa93129 1080URL: https://framework.zend.com/manual/1.12/en/zend.serializer.html
1e0529b7 1081Requires: %{name} = %{version}-%{release}
094ea275
ER
1082Requires: %{name}-Zend_Exception = %{version}-%{release}
1083Requires: %{name}-Zend_Loader = %{version}-%{release}
8f301a89 1084Requires: %{name}-Zend_Xml = %{version}-%{release}
a61792aa
ER
1085Suggests: php(igbinary)
1086Suggests: php(json)
1087Suggests: php(simplexml)
1088Suggests: php(wddx)
1089# Zend_Serializer_Adapter_Igbinary requires igbinary
1090# Zend_Serializer_Adapter_Json soft depends on json
1091# Zend_Serializer_Adapter_Wddx requires SimpleXML, wddx
1e0529b7
AG
1092
1093%description Zend_Serializer
1094Zend_Serializer provides an adapter based interface to simply generate
1095storable representation of php types by different facilities, and
76a7afe5 1096recover.
1e0529b7 1097
5d4e00df
ER
1098%package Zend_Server
1099Summary: Zend_Server
1100Group: Development/Languages/PHP
5fa93129 1101URL: https://framework.zend.com/manual/1.12/en/zend.server.html
5d4e00df 1102Requires: %{name} = %{version}-%{release}
094ea275 1103Requires: %{name}-Zend_Exception = %{version}-%{release}
935c079e 1104Requires: php(spl)
5d4e00df
ER
1105
1106%description Zend_Server
1107The Zend_Server family of classes provides functionality for the
1108various server classes, including Zend_XmlRpc_Server,
1109Zend_Rest_Server, Zend_Json_Server and Zend_Soap_Wsdl.
1110
e71cf32a 1111%package Zend_Server_Reflection
1112Summary: Zend_Server_Reflection
1113Group: Development/Languages/PHP
5fa93129 1114URL: https://framework.zend.com/manual/1.12/en/zend.server.reflection.html
e71cf32a 1115Requires: %{name} = %{version}-%{release}
a61792aa 1116Requires: php(reflection)
e71cf32a 1117
1118%description Zend_Server_Reflection
1119Zend_Server_Reflection provides a standard mechanism for performing
1120function and class introspection for use with server classes. It is
1121based on Reflection API, and extends it to provide methods for
1122retrieving parameter and return value types and descriptions, a full
1123list of function and method prototypes (i.e., all possible valid
1124calling combinations), and function/method descriptions.
1125
5d4e00df
ER
1126%package Zend_Service
1127Summary: Zend_Service
1128Group: Development/Languages/PHP
5fa93129 1129URL: https://framework.zend.com/manual/1.12/en/zend.service.html
5d4e00df
ER
1130Requires: %{name} = %{version}-%{release}
1131
1132%description Zend_Service
1133Zend_Service is an abstract class which serves as a foundation for web
1134service implementations, such as SOAP or REST.
1135
e71cf32a 1136%package Zend_Service_Akismet
1137Summary: Zend_Service_Akismet
1138Group: Development/Languages/PHP
5fa93129 1139URL: https://framework.zend.com/manual/1.12/en/zend.service.akismet.html
e71cf32a 1140Requires: %{name} = %{version}-%{release}
094ea275
ER
1141Requires: %{name}-Zend_Exception = %{version}-%{release}
1142Requires: %{name}-Zend_Http = %{version}-%{release}
1143Requires: %{name}-Zend_Uri = %{version}-%{release}
1144Requires: %{name}-Zend_Version = %{version}-%{release}
e71cf32a 1145
1146%description Zend_Service_Akismet
1147Zend_Service_Akismet provides a client for the Akismet API. The
1148Akismet service is used to determine if incoming data is potentially
1149spam; it also exposes methods for submitting data as known spam or as
1150false positives (ham). Originally intended to help categorize and
1151identify spam for Wordpress, it can be used for any type of data.
1152
1153Akismet requires an API key for usage. You may get one for signing up
1154for a WordPress.com account. You do not need to activate a blog;
1155simply acquiring the account will provide you with the API key.
1156
1157Additionally, Akismet requires that all requests contain a URL to the
1158resource for which data is being filtered, and, because of Akismet's
1159origins in WordPress, this resource is called the blog url. This value
1160should be passed as the second argument to the constructor, but may be
1161reset at any time using the setBlogUrl() accessor, or overridden by
1162specifying a 'blog' key in the various method calls.
1163
1164%package Zend_Service_Amazon
1165Summary: Zend_Service_Amazon
1166Group: Development/Languages/PHP
5fa93129 1167URL: https://framework.zend.com/manual/1.12/en/zend.service.amazon.html
e71cf32a 1168Requires: %{name} = %{version}-%{release}
094ea275
ER
1169Requires: %{name}-Zend_Exception = %{version}-%{release}
1170Requires: %{name}-Zend_Http = %{version}-%{release}
1171Requires: %{name}-Zend_Rest = %{version}-%{release}
8f301a89 1172Requires: %{name}-Zend_Xml = %{version}-%{release}
cf32eb5c 1173Requires: php(dom)
e71cf32a 1174
1175%description Zend_Service_Amazon
1176Zend_Service_Amazon is a simple API for using Amazon web services.
1177Zend_Service_Amazon has two APIs: a more traditional one that follows
1178Amazon's own API, and a simpler "Query API" for constructing even
1179complex search queries easily.
1180
1181Zend_Service_Amazon enables developers to retrieve information
1182appearing throughout Amazon.com web sites directly through the Amazon
1183Web Services API.
1184
1185%package Zend_Service_Audioscrobbler
1186Summary: Zend_Service_Audioscrobbler
1187Group: Development/Languages/PHP
5fa93129 1188URL: https://framework.zend.com/manual/1.12/en/zend.service.audioscrobbler.html
e71cf32a 1189Requires: %{name} = %{version}-%{release}
094ea275
ER
1190Requires: %{name}-Zend_Exception = %{version}-%{release}
1191Requires: %{name}-Zend_Http = %{version}-%{release}
8f301a89 1192Requires: %{name}-Zend_Xml = %{version}-%{release}
cf32eb5c 1193Requires: php(iconv)
a61792aa 1194Requires: php(simplexml)
e71cf32a 1195
1196%description Zend_Service_Audioscrobbler
1197Zend_Service_Audioscrobbler is a simple API for using the
1198Audioscrobbler REST Web Service. The Audioscrobbler Web Service
1199provides access to its database of Users, Artists, Albums, Tracks,
1200Tags, Groups, and Forums.
1201
1202%package Zend_Service_Delicious
1203Summary: Zend_Service_Delicious
1204Group: Development/Languages/PHP
5fa93129 1205URL: https://framework.zend.com/manual/1.12/en/zend.service.delicious.html
e71cf32a 1206Requires: %{name} = %{version}-%{release}
094ea275
ER
1207Requires: %{name}-Zend_Date = %{version}-%{release}
1208Requires: %{name}-Zend_Exception = %{version}-%{release}
1209Requires: %{name}-Zend_Http = %{version}-%{release}
1210Requires: %{name}-Zend_Json = %{version}-%{release}
1211Requires: %{name}-Zend_Rest = %{version}-%{release}
8f301a89 1212Requires: %{name}-Zend_Xml = %{version}-%{release}
cf32eb5c 1213Requires: php(dom)
e71cf32a 1214
1215%description Zend_Service_Delicious
1216Zend_Service_Delicious is simple API for using del.icio.us XML and
1217JSON web services. This component gives you read-write access to posts
1218at del.icio.us if you provide credentials. It also allows read-only
1219access to public data of all users.
1220
1e0529b7
AG
1221%package Zend_Service_DeveloperGarden
1222Summary: Zend_Service_DeveloperGarden
1223Group: Development/Languages/PHP
5fa93129 1224URL: https://framework.zend.com/manual/1.12/en/zend.service.developergarden.html
1e0529b7
AG
1225Requires: %{name} = %{version}-%{release}
1226
1227%description Zend_Service_DeveloperGarden
76a7afe5
ER
1228DeveloperGarden is the name for the "Open Development services" of the
1229German Telekom. The "Open Development services" are a set of SOAP API
1230Services.
1e0529b7
AG
1231
1232The family of Zend_Service_DeveloperGarden components provides a clean
76a7afe5 1233and simple interface to the DeveloperGarden API and additionally
1e0529b7
AG
1234offers functionality to improve handling and performance
1235
7c53a033
ER
1236%package Zend_Service_Ebay
1237Summary: Zend_Service_Ebay is a simple group of APIs for using eBay web services
1238Group: Development/Languages/PHP
5fa93129 1239URL: https://framework.zend.com/manual/1.12/en/zend.service.ebay.html
7c53a033 1240Requires: %{name} = %{version}-%{release}
8f301a89 1241Requires: %{name}-Zend_Xml = %{version}-%{release}
7c53a033
ER
1242
1243%description Zend_Service_Ebay
1244Zend_Service_Ebay is a simple group of APIs for using eBay web
1245services.
1246
1247Zend_Service_Ebay implements the eBay APIs:
1248- Finding
1249
e71cf32a 1250%package Zend_Service_Flickr
1251Summary: Zend_Service_Flickr
1252Group: Development/Languages/PHP
5fa93129 1253URL: https://framework.zend.com/manual/1.12/en/zend.service.delicious.html
e71cf32a 1254Requires: %{name} = %{version}-%{release}
094ea275
ER
1255Requires: %{name}-Zend_Exception = %{version}-%{release}
1256Requires: %{name}-Zend_Http = %{version}-%{release}
8f301a89 1257Requires: %{name}-Zend_Xml = %{version}-%{release}
cf32eb5c
ER
1258Requires: php(dom)
1259Requires: php(iconv)
e71cf32a 1260
1261%description Zend_Service_Flickr
1262Zend_Service_Flickr is a simple API for using the Flickr REST Web
1263Service. In order to use the Flickr web services, you must have an API
1264key. To obtain a key, visit the Flickr API Documentation
5fa93129 1265<https://www.flickr.com/services/api/>.
e71cf32a 1266
1e0529b7
AG
1267%package Zend_Service_LiveDocx
1268Summary: Zend_Service_LiveDocx
1269Group: Development/Languages/PHP
5fa93129 1270URL: https://framework.zend.com/manual/1.12/en/zend.service.livedocx.html
1e0529b7
AG
1271Requires: %{name} = %{version}-%{release}
1272
1273%description Zend_Service_LiveDocx
1274LiveDocx is a SOAP service that allows developers to generate word
1275processing documents by combining structured data from PHP with a
1276template, created in a word processor. The resulting document can be
76a7afe5 1277saved as a PDF, DOCX, DOC, HTML or RTF file. LiveDocx implements
1e0529b7
AG
1278mail-merge in PHP.
1279
1280The family of Zend_Service_LiveDocx components provides a clean and
76a7afe5
ER
1281simple interface to the LiveDocx API and additionally offers
1282functionality to improve network performance.
1e0529b7 1283
60a23880
ER
1284%package Zend_Service_Rackspace
1285Summary: Zend_Service_Rackspace
1286Group: Development/Languages/PHP
5fa93129 1287URL: https://framework.zend.com/manual/1.12/en/zend.service.rackspace.html
60a23880
ER
1288Requires: %{name} = %{version}-%{release}
1289
1290%description Zend_Service_Rackspace
1291The Zend_Service_Rackspace is a class that provides a simple API to
1292manage the Rackspace services Cloud Files and Cloud Servers.
1293
e71cf32a 1294%package Zend_Service_ReCaptcha
1295Summary: Zend_Service_ReCaptcha
1296Group: Development/Languages/PHP
5fa93129 1297URL: https://framework.zend.com/manual/1.12/en/zend.service.recaptcha.html
e71cf32a 1298Requires: %{name} = %{version}-%{release}
094ea275
ER
1299Requires: %{name}-Zend_Exception = %{version}-%{release}
1300Requires: %{name}-Zend_Http = %{version}-%{release}
1301Requires: %{name}-Zend_Json = %{version}-%{release}
a61792aa
ER
1302Suggests: php(mcrypt)
1303# Zend_Service_ReCaptcha_MailHide requires mcrypt
e71cf32a 1304
1305%description Zend_Service_ReCaptcha
1306Zend_Service_ReCaptcha provides a client for the reCAPTCHA Web
1307Service. Per the reCAPTCHA site, "reCAPTCHA is a free CAPTCHA service
1308that helps to digitize books." Each reCAPTCHA requires the user to
1309input two words, the first of which is the actual captcha, and the
1310second of which is a word from some scanned text that Optical
1311Character Recognition (OCR) software has been unable to identifiy. The
1312assumption is that if a user correctly provides the first word, the
1313second is likely correctly entered as well, and can be used to improve
1314OCR software for digitizing books.
1315
1316In order to use the reCAPTCHA service, you will need to sign up for an
1317account (http://recaptcha.net/whyrecaptcha.html) and register one or
1318more domains with the service in order to generate public and private
1319keys.
1320
7c53a033
ER
1321%package Zend_Service_ShortUrl
1322Summary: Zend_Service_ShortUrl
1323Group: Development/Languages/PHP
5fa93129 1324URL: https://framework.zend.com/manual/1.12/en/zend.service.short-url.html
7c53a033
ER
1325Requires: %{name} = %{version}-%{release}
1326
1327%description Zend_Service_ShortUrl
1328URL shorteners have exploded in popularity in the last several years,
1329in large part due to the social nature of the web and the desire to
1330share links.
1331
1332Zend_Service_ShortUrl provides an API for accessing a number of
1333different URL shortener services, with the ability to both create
1334short URLs as well as retrieve the original URL.
1335
e71cf32a 1336%package Zend_Service_SlideShare
1337Summary: Zend_Service_SlideShare
1338Group: Development/Languages/PHP
5fa93129 1339URL: https://framework.zend.com/manual/1.12/en/zend.service.slideshare.html
e71cf32a 1340Requires: %{name} = %{version}-%{release}
094ea275
ER
1341Requires: %{name}-Zend_Cache = %{version}-%{release}
1342Requires: %{name}-Zend_Exception = %{version}-%{release}
1343Requires: %{name}-Zend_Http = %{version}-%{release}
8f301a89 1344Requires: %{name}-Zend_Xml = %{version}-%{release}
e71cf32a 1345
1346%description Zend_Service_SlideShare
1347The Zend_Service_SlideShare component is used to interact with the
1348slideshare.net web services for hosting slide shows online. With this
1349component, you can embed slide shows which are hosted on this web site
1350within a web site and even upload new slide shows to your account.
1351
1352In order to use the Zend_Service_SlideShare component you must first
1353create an account on the slideshare.net servers in order to receive an
1354API key, username, password and shared secret value -- all of which
1355are needed in order to use the Zend_Service_SlideShare component.
1356
60a23880
ER
1357%package Zend_Service_SqlAzure
1358Summary: Zend_Service_
1359Group: Development/Languages/PHP
1360Requires: %{name} = %{version}-%{release}
8f301a89 1361Requires: %{name}-Zend_Xml = %{version}-%{release}
60a23880
ER
1362
1363%description Zend_Service_SqlAzure
1364
e71cf32a 1365%package Zend_Service_StrikeIron
1366Summary: Zend_Service_StrikeIron
1367Group: Development/Languages/PHP
5fa93129 1368URL: https://framework.zend.com/manual/1.12/en/zend.service.strikeiron.html
e71cf32a 1369Requires: %{name} = %{version}-%{release}
094ea275
ER
1370Requires: %{name}-Zend_Exception = %{version}-%{release}
1371Requires: %{name}-Zend_Http = %{version}-%{release}
1372Requires: %{name}-Zend_Loader = %{version}-%{release}
e71cf32a 1373
1374%description Zend_Service_StrikeIron
1375Zend_Service_StrikeIron provides a client to StrikeIron web services.
1376
1377The Zend_Service_StrikeIron component provides:
1378- A single point for configuring your StrikeIron authentication
1379 credentials that can be used across many StrikeIron services.
1380- A standard way of retrieving your StrikeIron subscription
1381 information such as license status and the number of hits remaining to
1382 a service.
1383- The ability to use any StrikeIron service from its WSDL without
1384 creating a PHP wrapper class, and the option of creating a wrapper for
1385 a more convenient interface.
1386- Wrappers for three popular StrikeIron services.
1387
1388Before you can get started with Zend_Service_StrikeIron, you must
1389first register (http://strikeiron.com/Register.aspx) for a StrikeIron
1390developer account. After registering, you will receive a StrikeIron
1391username and password. These will be used when connecting to
1392StrikeIron using Zend_Service_StrikeIron. You will also need to sign
1393up (http://www.strikeiron.com/ProductDetail.aspx?p=257) for
1394StrikeIron's Super Data Pack Web Service. Both registration steps are
1395free and can be done relatively quickly through the StrikeIron
1396website.
1397
1398%package Zend_Service_Technorati
1399Summary: Zend_Service_Technorati
1400Group: Development/Languages/PHP
5fa93129 1401URL: https://framework.zend.com/manual/1.12/en/zend.service.technorati.html
e71cf32a 1402Requires: %{name} = %{version}-%{release}
094ea275
ER
1403Requires: %{name}-Zend_Date = %{version}-%{release}
1404Requires: %{name}-Zend_Exception = %{version}-%{release}
1405Requires: %{name}-Zend_Http = %{version}-%{release}
1406Requires: %{name}-Zend_Locale = %{version}-%{release}
1407Requires: %{name}-Zend_Uri = %{version}-%{release}
8f301a89 1408Requires: %{name}-Zend_Xml = %{version}-%{release}
e71cf32a 1409
1410%description Zend_Service_Technorati
1411Zend_Service_Technorati provides an easy, intuitive and
1412object-oriented interface for using the Technorati API. It provides
1413access to all available Technorati API queries and returns the
1414original XML response as a friendly PHP object.
1415
1416Technorati requires a valid API key for usage. To get your own API Key
1417you first need to create a new Technorati account
1418(http://technorati.com/signup/), then visit the API Key section
1419(http://technorati.com/developers/apikey.html).
1420
16faf287
ER
1421%package Zend_Service_Twitter
1422Summary: Zend_Service_Twitter
1423Group: Development/Languages/PHP
5fa93129 1424URL: https://framework.zend.com/manual/1.12/en/zend.service.twitter.html
16faf287 1425Requires: %{name} = %{version}-%{release}
094ea275
ER
1426Requires: %{name}-Zend_Exception = %{version}-%{release}
1427Requires: %{name}-Zend_Feed = %{version}-%{release}
1428Requires: %{name}-Zend_Http = %{version}-%{release}
1429Requires: %{name}-Zend_Json = %{version}-%{release}
1430Requires: %{name}-Zend_Rest = %{version}-%{release}
1431Requires: %{name}-Zend_Uri = %{version}-%{release}
16faf287
ER
1432
1433%description Zend_Service_Twitter
1434Zend_Service_Twitter provides a client for the Twitter REST API.
6d2990e4
ER
1435Zend_Service_Twitter will allow you to query the public timeline and
1436if you provide a username and password for Twitter it will allow you
1437to get and update your status, reply to friends, direct message
1438friends, mark tweets as favorite and much more.
16faf287 1439
1e0529b7
AG
1440%package Zend_Service_WindowsAzure
1441Summary: Zend_Service_WindowsAzure
1442Group: Development/Languages/PHP
5fa93129 1443URL: https://framework.zend.com/manual/1.12/en/zend.service.windowsazure.html
1e0529b7 1444Requires: %{name} = %{version}-%{release}
8f301a89 1445Requires: %{name}-Zend_Xml = %{version}-%{release}
1e0529b7
AG
1446
1447%description Zend_Service_WindowsAzure
4cd3675b 1448Windows Azure is the name for Microsoft's Software + Services
1e0529b7
AG
1449platform, an operating system in the cloud providing services for
1450hosting, management, scalable storage with support for simple blobs,
1451tables, and queues, as well as a management infrastructure for
1452provisioning and geo-distribution of cloud-based services, and a
76a7afe5 1453development platform for the Azure Services layer.
1e0529b7 1454
e71cf32a 1455%package Zend_Service_Yahoo
1456Summary: Zend_Service_Yahoo
1457Group: Development/Languages/PHP
5fa93129 1458URL: https://framework.zend.com/manual/1.12/en/zend.service.yahoo.html
e71cf32a 1459Requires: %{name} = %{version}-%{release}
094ea275
ER
1460Requires: %{name}-Zend_Exception = %{version}-%{release}
1461Requires: %{name}-Zend_Http = %{version}-%{release}
1462Requires: %{name}-Zend_Rest = %{version}-%{release}
8f301a89 1463Requires: %{name}-Zend_Xml = %{version}-%{release}
cf32eb5c 1464Requires: php(dom)
e71cf32a 1465
1466%description Zend_Service_Yahoo
1467Zend_Service_Yahoo is a simple API for using many of the Yahoo! REST
1468APIs. Zend_Service_Yahoo allows you to search Yahoo! Web search,
1469Yahoo! News, Yahoo! Local, Yahoo! Images. In order to use the Yahoo!
1470REST API, you must have a Yahoo! Application ID. To obtain an
1471Application ID, please complete and submit the Application ID Request
1472Form (http://developer.yahoo.com/wsregapp/).
1473
1474%package Zend_Session
1475Summary: Zend_Session
1476Group: Development/Languages/PHP
5fa93129 1477URL: https://framework.zend.com/manual/1.12/en/zend.session.html
e71cf32a 1478Requires: %{name} = %{version}-%{release}
094ea275 1479Requires: %{name}-Zend_Exception = %{version}-%{release}
a61792aa 1480Requires: php(session)
e71cf32a 1481
1482%description Zend_Session
1483Zend_Session helps manage and preserve session data across multiple
1484page requests by the same client. Zend_Session component:
1485- provides an object-oriented interface to access session data
1486- provides optional security features to help protect against session
1487 hijacking
1488- supports namespaced access to the PHP session for interoperability.
1489
1490%package Zend_Soap
1491Summary: Zend_Soap
1492Group: Development/Languages/PHP
5fa93129 1493URL: https://framework.zend.com/manual/1.12/en/zend.soap.html
e71cf32a 1494Requires: %{name} = %{version}-%{release}
094ea275
ER
1495Requires: %{name}-Zend_Exception = %{version}-%{release}
1496Requires: %{name}-Zend_Server = %{version}-%{release}
1497Requires: %{name}-Zend_Uri = %{version}-%{release}
8f301a89 1498Requires: %{name}-Zend_Xml = %{version}-%{release}
a61792aa
ER
1499Requires: php(dom)
1500Requires: php(simplexml)
e71cf32a 1501
1502%description Zend_Soap
1503Zend_Soap component is intended to simplify Web Services development
1504for PHP programmers.
1505
8d05effb
AG
1506%package Zend_Tag
1507Summary: Zend_Tag -- work with taggable Items
1508Group: Development/Languages/PHP
5fa93129 1509URL: https://framework.zend.com/manual/1.12/en/zend.tag.html
8d05effb
AG
1510Requires: %{name} = %{version}-%{release}
1511
1512%description Zend_Tag
1513Zend_Tag is a component suite which provides a facility to work with
141d3d77
ER
1514taggable Items. As its base, it provides two classes to work with
1515Tags, Zend_Tag_Item and Zend_Tag_ItemList. Additionally, it comes with
1516the interface Zend_Tag_Taggable, which allows you to use any of your
1517models as a taggable item in conjunction with Zend_Tag.
8d05effb 1518
e71cf32a 1519%package Zend_Text
1520Summary: Zend_Text
1521Group: Development/Languages/PHP
5fa93129 1522URL: https://framework.zend.com/manual/1.12/en/zend.text.html
e71cf32a 1523Requires: %{name} = %{version}-%{release}
094ea275 1524Requires: %{name}-Zend_Exception = %{version}-%{release}
e71cf32a 1525
1526%description Zend_Text
1527Zend_Text is a component which enables developers to create a so
1528called FIGlet text. A FIGlet text is a string, which is represented as
1529ASCII art. FIGlets use a special font format, called FLT (FigLet
1530Font).
1531
1532%package Zend_Test
1533Summary: Zend_Test
1534Group: Development/Languages/PHP
5fa93129 1535URL: https://framework.zend.com/manual/1.12/en/zend.test.html
e71cf32a 1536Requires: %{name} = %{version}-%{release}
094ea275
ER
1537Requires: %{name}-Zend_Controller = %{version}-%{release}
1538Requires: %{name}-Zend_Dom = %{version}-%{release}
1539Requires: %{name}-Zend_Exception = %{version}-%{release}
1540Requires: %{name}-Zend_Layout = %{version}-%{release}
1541Requires: %{name}-Zend_Registry = %{version}-%{release}
1542Requires: %{name}-Zend_Session = %{version}-%{release}
e71cf32a 1543
1544%description Zend_Test
1545Zend_Test provides tools to facilitate unit testing of your Zend
1546Framework applications.
1547
5d4e00df
ER
1548%package Zend_TimeSync
1549Summary: Zend_TimeSync
1550Group: Development/Languages/PHP
5fa93129 1551URL: https://framework.zend.com/manual/1.12/en/zend.timesync.html
5d4e00df 1552Requires: %{name} = %{version}-%{release}
094ea275
ER
1553Requires: %{name}-Zend_Date = %{version}-%{release}
1554Requires: %{name}-Zend_Exception = %{version}-%{release}
1555Requires: %{name}-Zend_Loader = %{version}-%{release}
5d4e00df
ER
1556
1557%description Zend_TimeSync
1558Zend_TimeSync is able to receive internet or network time from a time
1559server using the NTP or SNTP protocol. With Zend_TimeSync, Zend
1560Framework is able to act independently from the time settings of the
1561server where it is running.
1562
6ac29181
AG
1563%package Zend_Tool
1564Summary: Zend_Tool
1565Group: Development/Languages/PHP
5fa93129 1566URL: https://framework.zend.com/wiki/display/ZFDEV/Zend_Tool
6ac29181 1567Requires: %{name} = %{version}-%{release}
d021911c 1568Requires: /usr/bin/php
6ac29181
AG
1569
1570%description Zend_Tool
6007ee30
ER
1571Zend_Tool component is intended to simplify project development for
1572PHP programmers.
6ac29181
AG
1573
1574Please note that this component is part of Zend Framework incubator.
1575
e71cf32a 1576%package Zend_Translate
1577Summary: Zend_Translate
1578Group: Development/Languages/PHP
5fa93129 1579URL: https://framework.zend.com/manual/1.12/en/zend.translate.html
e71cf32a 1580Requires: %{name} = %{version}-%{release}
094ea275
ER
1581Requires: %{name}-Zend_Exception = %{version}-%{release}
1582Requires: %{name}-Zend_Loader = %{version}-%{release}
1583Requires: %{name}-Zend_Locale = %{version}-%{release}
a61792aa
ER
1584Suggests: php(xml)
1585# Zend_Translate_Adapter_Qt requires xml
1586# Zend_Translate_Adapter_Tmx requires xml
1587# Zend_Translate_Adapter_Xliff requires xml
e71cf32a 1588
1589%description Zend_Translate
1590Zend_Translate is the Zend Framework's solution for multilingual
1591applications.
1592
1593The benefits of Zend_Translate are:
1594- Supports multiple source formats: Zend_Translate supports several
1595 source formats, including those supported by PHP, and other formats
1596 including TMX and CSV files.
1597- Thread-safe gettext: The gettext reader of Zend_Translate is
1598 thread-safe. There are no problems using it in multi-threaded
1599 environments.
1600- Easy and generic API: The API of Zend_Translate is very simple and
1601 requires only a handful of functions. So it's easy to learn and easy
1602 to maintain. All source formats are handled the same way, so if the
1603 format of your source files change from Gettext to TMX, you only need
1604 to change one line of code to specify the storage adapter.
1605- Detection of the user's standard language: The preferred language of
1606 the user accessing the site can be detected and used by
1607 Zend_Translate.
1608- Automatic source detection: Zend_Translate is capable of detecting
1609 and integrating multiple source files and additionally detect the
1610 locale to be used depending on directory or filenames.
1611
1612%package Zend_Uri
1613Summary: Zend_Uri
1614Group: Development/Languages/PHP
5fa93129 1615URL: https://framework.zend.com/manual/1.12/en/zend.uri.html
e71cf32a 1616Requires: %{name} = %{version}-%{release}
094ea275
ER
1617Requires: %{name}-Zend_Exception = %{version}-%{release}
1618Requires: %{name}-Zend_Loader = %{version}-%{release}
1619Requires: %{name}-Zend_Locale = %{version}-%{release}
1620Requires: %{name}-Zend_Validate = %{version}-%{release}
cf32eb5c 1621Requires: php(ctype)
e71cf32a 1622
1623%description Zend_Uri
1624Zend_Uri is a component that aids in manipulating and validating
1625Uniform Resource Identifiers (URIs). Zend_Uri exists primarily to
1626service other components such as Zend_Http_Client but is also useful
1627as a standalone utility.
1628
1629%package Zend_Validate
1630Summary: Zend_Validate
1631Group: Development/Languages/PHP
5fa93129 1632URL: https://framework.zend.com/manual/1.12/en/zend.validate.html
e71cf32a 1633Requires: %{name} = %{version}-%{release}
094ea275
ER
1634Requires: %{name}-Zend_Exception = %{version}-%{release}
1635Requires: %{name}-Zend_Loader = %{version}-%{release}
1636Requires: %{name}-Zend_Locale = %{version}-%{release}
cf32eb5c 1637Requires: php(ctype)
a61792aa 1638Requires: php(reflection)
e71cf32a 1639
1640%description Zend_Validate
1641The Zend_Validate component provides a set of commonly needed
1642validators. It also provides a simple validator chaining mechanism by
1643which multiple validators may be applied to a single datum in a
1644user-defined order.
1645
1646%package Zend_Version
1647Summary: Zend_Version
1648Group: Development/Languages/PHP
5fa93129 1649URL: https://framework.zend.com/manual/1.12/en/zend.version.html
e71cf32a 1650Requires: %{name} = %{version}-%{release}
1651
1652%description Zend_Version
1653Zend_Version component delivers current version number of Zend
1654Framework.
1655
1656%package Zend_View
1657Summary: Zend_View
1658Group: Development/Languages/PHP
5fa93129 1659URL: https://framework.zend.com/manual/1.12/en/zend.view.html
e71cf32a 1660Requires: %{name} = %{version}-%{release}
094ea275
ER
1661Requires: %{name}-Zend_Controller = %{version}-%{release}
1662Requires: %{name}-Zend_Exception = %{version}-%{release}
1663Requires: %{name}-Zend_Loader = %{version}-%{release}
1664Requires: %{name}-Zend_Locale = %{version}-%{release}
1665Requires: %{name}-Zend_Registry = %{version}-%{release}
a61792aa 1666Requires: php(reflection)
e71cf32a 1667
1668%description Zend_View
1669Zend_View is a class for working with the "view" portion of the
1670model-view-controller pattern. That is, it exists to help keep the
1671view script separate from the model and controller scripts. It
1672provides a system of helpers, output filters, and variable escaping.
1673Zend_View is template system agnostic; you may use PHP as your
1674template language, or create instances of other template systems and
1675manipulate them within your view script. Essentially, using Zend_View
1676happens in two major steps: 1. Your controller script creates an
1677instance of Zend_View and assigns variables to that instance. 2. The
1678controller tells the Zend_View to render a particular view, thereby
1679handing control over the view script, which generates the view output.
1680
1681%package Zend_Wildfire
1682Summary: Zend_Wildfire
1683Group: Development/Languages/PHP
5fa93129 1684URL: https://framework.zend.com/manual/1.12/en/zend.wildfire.html
e71cf32a 1685Requires: %{name} = %{version}-%{release}
094ea275
ER
1686Requires: %{name}-Zend_Controller = %{version}-%{release}
1687Requires: %{name}-Zend_Exception = %{version}-%{release}
1688Requires: %{name}-Zend_Json = %{version}-%{release}
1689Requires: %{name}-Zend_Loader = %{version}-%{release}
e71cf32a 1690
1691%description Zend_Wildfire
1692Zend_Wildfire is a component that facilitates communication between
1693PHP code and Wildfire client components. The purpose of the Wildfire
1694Project is to develop standardized communication channels between a
1695large variety of components and a dynamic and scriptable plugin
1696architecture. At this time the primary focus is to provide a system to
1697allow server-side PHP code to inject logging messages into the Firebug
1698Console (http://getfirebug.com/).
1699
aeecb1b0
ER
1700%package Zend_Xml
1701Summary: Zend_Xml
1702Group: Development/Languages/PHP
1703Requires: %{name} = %{version}-%{release}
f603f1ea
ER
1704Requires: php(dom)
1705Requires: php(simplexml)
1706Requires: php(xml)
aeecb1b0
ER
1707
1708%description Zend_Xml
1709Zend_Xml.
1710
e71cf32a 1711%package Zend_XmlRpc
1712Summary: Zend_XmlRpc
1713Group: Development/Languages/PHP
5fa93129 1714URL: https://framework.zend.com/manual/1.12/en/zend.xmlrpc.html
e71cf32a 1715Requires: %{name} = %{version}-%{release}
094ea275
ER
1716Requires: %{name}-Zend_Exception = %{version}-%{release}
1717Requires: %{name}-Zend_Http = %{version}-%{release}
1718Requires: %{name}-Zend_Server = %{version}-%{release}
aeecb1b0 1719Requires: %{name}-Zend_Xml = %{version}-%{release}
cf32eb5c
ER
1720Requires: php(dom)
1721Requires: php(iconv)
a61792aa
ER
1722Requires: php(reflection)
1723Requires: php(simplexml)
e71cf32a 1724
1725%description Zend_XmlRpc
6d2990e4 1726From its home page <http://www.xmlrpc.com/>, XML-RPC is described as a
e71cf32a 1727"...remote procedure calling using HTTP as the transport and XML as
1728the encoding. XML-RPC is designed to be as simple as possible, while
1729allowing complex data structures to be transmitted, processed and
1730returned". The Zend Framework provides support for both consuming
1731remote XML-RPC services and building new XML-RPC servers.
1732
6e96c14e
ER
1733%package demos
1734Summary: Demos for Zend Framework
661af80f 1735Summary(pl.UTF-8): Programy demonstracyjne dla szkieletu Zend Framework
6e96c14e
ER
1736Group: Documentation
1737
1738%description demos
1739Demos for Zend Framework.
1740
661af80f
JB
1741%description demos -l pl.UTF-8
1742Programy demonstracyjne dla szkieletu Zend Framework.
1743
25284397
ER
1744%package manual-en
1745Summary: Zend Framework manual in English language
1746Summary(pl.UTF-8): Podręcznik do Zend Framework w języku angielskim
1747Group: Documentation
1748
1749%description manual-en
1750Zend Framework manual in English language.
1751
1752%description manual-en -l pl.UTF-8
1753Podręcznik do Zend Framework w języku angielskim.
1754
366e32c5 1755%prep
25284397
ER
1756%setup -q -a1
1757mv %{name}-%{version}/documentation .
39269395 1758find '(' -name '*.php' -o -name '*.xml' ')' -print0 | xargs -0 %{__sed} -i -e 's,\r$,,'
c064d7ba 1759%patch0 -p1
cd38c384 1760%patch1 -p1
39269395 1761
5d4e00df
ER
1762install -p %{SOURCE2} find-lang.sh
1763
1764sed -i -e 's,Zend/Serializer/Excception.php,Zend/Serializer/Exception.php,' library/Zend/Serializer/Adapter/PythonPickle.php
39269395 1765
cd38c384
ER
1766# cleanup backups after patching
1767find '(' -name '*~' -o -name '*.orig' ')' -print0 | xargs -0 -r -l512 rm -f
1768
141d3d77 1769%build
a42fce70 1770%if %{with tests}
141d3d77 1771lint_php() {
965c9f21 1772 for a in $(find library -name '*.php'); do
528ca4a9 1773 php -n -l $a
965c9f21 1774 done
141d3d77
ER
1775}
1776lint_php
a42fce70 1777%endif
141d3d77 1778
366e32c5
ER
1779%install
1780rm -rf $RPM_BUILD_ROOT
f935b20d 1781install -d $RPM_BUILD_ROOT{%{_examplesdir}/%{name}-%{version},%{_bindir},%{php_pear_dir}/bin}
366e32c5
ER
1782cp -a demos/Zend/* $RPM_BUILD_ROOT%{_examplesdir}/%{name}-%{version}
1783
9d1d6b31 1784# library should be in include_path if used, so we use already defined %{php_pear_dir}
c064d7ba
ER
1785# NOTE: we could use %{php_data_dir} as of php-common-4:5.2.8-3, but then
1786# pear(...) deps won't be satisifed that these libs use extensively.
9d1d6b31 1787cp -a library/* $RPM_BUILD_ROOT%{php_pear_dir}
366e32c5 1788
cd26b345 1789# create script in bindir
528ca4a9 1790install -p bin/zf.php $RPM_BUILD_ROOT%{php_pear_dir}/bin
d021911c 1791cat >> $RPM_BUILD_ROOT%{_bindir}/zf <<-'EOF'
cd26b345
AG
1792#!/bin/sh
1793cd %{php_pear_dir}/bin
5d4e00df 1794exec %{_bindir}/php -d safe_mode=off zf.php ${1:+"$@"}
cd26b345 1795EOF
6ac29181 1796
39269395
ER
1797./find-lang.sh %{name}.lang
1798
25284397
ER
1799# manual
1800install -d $RPM_BUILD_ROOT%{_docdir}/%{name}-en
1801cp -a documentation/manual/core/en/* $RPM_BUILD_ROOT%{_docdir}/%{name}-en
1802
366e32c5
ER
1803%clean
1804rm -rf $RPM_BUILD_ROOT
1805
1806%files
1807%defattr(644,root,root,755)
60a23880 1808%doc LICENSE.txt README.md
e71cf32a 1809%dir %{php_pear_dir}/Zend
e71cf32a 1810
1811%files Zend_Acl
1812%defattr(644,root,root,755)
1813%{php_pear_dir}/Zend/Acl
1814%{php_pear_dir}/Zend/Acl.php
1815
16faf287
ER
1816%files Zend_Amf
1817%defattr(644,root,root,755)
1818%{php_pear_dir}/Zend/Amf
1819
8d05effb
AG
1820%files Zend_Application
1821%defattr(644,root,root,755)
1822%{php_pear_dir}/Zend/Application
1823%{php_pear_dir}/Zend/Application.php
1824
16faf287
ER
1825%files Zend_ProgressBar
1826%defattr(644,root,root,755)
1827%{php_pear_dir}/Zend/ProgressBar.php
1828%{php_pear_dir}/Zend/ProgressBar
1829
e71cf32a 1830%files Zend_Auth
1831%defattr(644,root,root,755)
1832%{php_pear_dir}/Zend/Auth
1833%{php_pear_dir}/Zend/Auth.php
1834
1e0529b7
AG
1835%files Zend_Barcode
1836%defattr(644,root,root,755)
1837%{php_pear_dir}/Zend/Barcode
1838%{php_pear_dir}/Zend/Barcode.php
1839
e71cf32a 1840%files Zend_Cache
1841%defattr(644,root,root,755)
1842%{php_pear_dir}/Zend/Cache
1843%{php_pear_dir}/Zend/Cache.php
16faf287
ER
1844# Zend_Server_Cache subpackage?
1845# but not listed as separate component on doc
1846%{php_pear_dir}/Zend/Server/Cache.php
e71cf32a 1847
1848%files Zend_Captcha
1849%defattr(644,root,root,755)
1850%{php_pear_dir}/Zend/Captcha
1851
7c53a033
ER
1852%files Zend_Cloud
1853%defattr(644,root,root,755)
1854%dir %{php_pear_dir}/Zend/Cloud
1855%{php_pear_dir}/Zend/Cloud/AbstractFactory.php
1856%{php_pear_dir}/Zend/Cloud/Exception.php
1857%{php_pear_dir}/Zend/Cloud/OperationNotAvailableException.php
1858
1859# subpackages?
1860%{php_pear_dir}/Zend/Cloud/DocumentService
60a23880 1861%{php_pear_dir}/Zend/Cloud/Infrastructure
7c53a033
ER
1862%{php_pear_dir}/Zend/Cloud/QueueService
1863%{php_pear_dir}/Zend/Cloud/StorageService
1864
8d05effb
AG
1865%files Zend_CodeGenerator
1866%defattr(644,root,root,755)
1867%{php_pear_dir}/Zend/CodeGenerator
1868
e71cf32a 1869%files Zend_Config
1870%defattr(644,root,root,755)
1871%{php_pear_dir}/Zend/Config
1872%{php_pear_dir}/Zend/Config.php
1873
1874%files Zend_Console_Getopt
1875%defattr(644,root,root,755)
5d4e00df 1876%dir %{php_pear_dir}/Zend/Console
e71cf32a 1877%{php_pear_dir}/Zend/Console/Getopt
1878%{php_pear_dir}/Zend/Console/Getopt.php
1879
1880%files Zend_Controller
1881%defattr(644,root,root,755)
1882%{php_pear_dir}/Zend/Controller
1883
8d05effb
AG
1884%files Zend_Crypt
1885%defattr(644,root,root,755)
1886%{php_pear_dir}/Zend/Crypt
1887%{php_pear_dir}/Zend/Crypt.php
1888
e71cf32a 1889%files Zend_Currency
1890%defattr(644,root,root,755)
1891%{php_pear_dir}/Zend/Currency
1892%{php_pear_dir}/Zend/Currency.php
1893
1894%files Zend_Date
1895%defattr(644,root,root,755)
1896%{php_pear_dir}/Zend/Date
1897%{php_pear_dir}/Zend/Date.php
1898
1899%files Zend_Db
1900%defattr(644,root,root,755)
1901%{php_pear_dir}/Zend/Db
1902%{php_pear_dir}/Zend/Db.php
1903
1904%files Zend_Debug
1905%defattr(644,root,root,755)
1906%{php_pear_dir}/Zend/Debug.php
1907
1908%files Zend_Dojo
1909%defattr(644,root,root,755)
1910%{php_pear_dir}/Zend/Dojo
1911%{php_pear_dir}/Zend/Dojo.php
1912
1913%files Zend_Dom
1914%defattr(644,root,root,755)
1915%{php_pear_dir}/Zend/Dom
1916
1917%files Zend_Exception
1918%defattr(644,root,root,755)
1919%{php_pear_dir}/Zend/Exception.php
1920
60a23880
ER
1921%files Zend_EventManager
1922%defattr(644,root,root,755)
1923%{php_pear_dir}/Zend/EventManager
1924
1925# package here, as for now only EventManager uses Stdlib classes
1926%{php_pear_dir}/Zend/Stdlib
1927
e71cf32a 1928%files Zend_Feed
1929%defattr(644,root,root,755)
1930%{php_pear_dir}/Zend/Feed
1931%{php_pear_dir}/Zend/Feed.php
1932
1933%files Zend_File
1934%defattr(644,root,root,755)
6c639387
ER
1935%dir %{php_pear_dir}/Zend/File
1936%{php_pear_dir}/Zend/File/ClassFileLocator.php
1937%{php_pear_dir}/Zend/File/PhpClassFile.php
1938
1939%files Zend_File_Transfer
1940%defattr(644,root,root,755)
1941# XXX dir shared with Zend_File
1942%dir %{php_pear_dir}/Zend/File
1943%{php_pear_dir}/Zend/File/Transfer.php
1944%{php_pear_dir}/Zend/File/Transfer
e71cf32a 1945
1946%files Zend_Filter
1947%defattr(644,root,root,755)
1948%{php_pear_dir}/Zend/Filter
1949%{php_pear_dir}/Zend/Filter.php
e71cf32a 1950%exclude %{php_pear_dir}/Zend/Filter/Input.php
1951
1952%files Zend_Filter_Input
1953%defattr(644,root,root,755)
1954%{php_pear_dir}/Zend/Filter/Input.php
1955
1956%files Zend_Form
1957%defattr(644,root,root,755)
1958%{php_pear_dir}/Zend/Form
1959%{php_pear_dir}/Zend/Form.php
1960
1961%files Zend_Gdata
1962%defattr(644,root,root,755)
1963%{php_pear_dir}/Zend/Gdata
1964%{php_pear_dir}/Zend/Gdata.php
1965
1966%files Zend_Http
1967%defattr(644,root,root,755)
1968%{php_pear_dir}/Zend/Http
1969
e71cf32a 1970%files Zend_Json
1971%defattr(644,root,root,755)
1972%{php_pear_dir}/Zend/Json
1973%{php_pear_dir}/Zend/Json.php
1974
1975%files Zend_Layout
1976%defattr(644,root,root,755)
1977%{php_pear_dir}/Zend/Layout
1978%{php_pear_dir}/Zend/Layout.php
1979
1980%files Zend_Ldap
1981%defattr(644,root,root,755)
1982%{php_pear_dir}/Zend/Ldap
1983%{php_pear_dir}/Zend/Ldap.php
1984
1985%files Zend_Loader
1986%defattr(644,root,root,755)
1987%{php_pear_dir}/Zend/Loader
1988%{php_pear_dir}/Zend/Loader.php
1989
39269395 1990%files Zend_Locale -f %{name}.lang
e71cf32a 1991%defattr(644,root,root,755)
39269395 1992%dir %{php_pear_dir}/Zend/Locale
e71cf32a 1993%{php_pear_dir}/Zend/Locale.php
39269395
ER
1994%{php_pear_dir}/Zend/Locale/Exception.php
1995%{php_pear_dir}/Zend/Locale/Format.php
1996%{php_pear_dir}/Zend/Locale/Math.php
1997%{php_pear_dir}/Zend/Locale/Math
1998
1999%{php_pear_dir}/Zend/Locale/Data.php
2000%dir %{php_pear_dir}/Zend/Locale/Data
2001%{php_pear_dir}/Zend/Locale/Data/Translation.php
16faf287 2002%{php_pear_dir}/Zend/Locale/Data/characters.xml
60a23880
ER
2003%{php_pear_dir}/Zend/Locale/Data/coverageLevels.xml
2004%{php_pear_dir}/Zend/Locale/Data/dayPeriods.xml
2005%{php_pear_dir}/Zend/Locale/Data/genderList.xml
2006%{php_pear_dir}/Zend/Locale/Data/languageInfo.xml
39ea3a57 2007%{php_pear_dir}/Zend/Locale/Data/likelySubtags.xml
60a23880 2008%{php_pear_dir}/Zend/Locale/Data/metaZones.xml
39ea3a57 2009%{php_pear_dir}/Zend/Locale/Data/numberingSystems.xml
60a23880
ER
2010%{php_pear_dir}/Zend/Locale/Data/ordinals.xml
2011%{php_pear_dir}/Zend/Locale/Data/plurals.xml
39ea3a57 2012%{php_pear_dir}/Zend/Locale/Data/postalCodeData.xml
16faf287 2013%{php_pear_dir}/Zend/Locale/Data/root.xml
39269395 2014%{php_pear_dir}/Zend/Locale/Data/supplementalData.xml
60a23880 2015%{php_pear_dir}/Zend/Locale/Data/supplementalMetadata.xml
16faf287 2016%{php_pear_dir}/Zend/Locale/Data/telephoneCodeData.xml
60a23880 2017%{php_pear_dir}/Zend/Locale/Data/windowsZones.xml
e71cf32a 2018
2019%files Zend_Log
2020%defattr(644,root,root,755)
2021%{php_pear_dir}/Zend/Log
2022%{php_pear_dir}/Zend/Log.php
2023
2024%files Zend_Mail
2025%defattr(644,root,root,755)
2026%{php_pear_dir}/Zend/Mail
2027%{php_pear_dir}/Zend/Mail.php
2028
1e0529b7
AG
2029%files Zend_Markup
2030%defattr(644,root,root,755)
2031%{php_pear_dir}/Zend/Markup
2032%{php_pear_dir}/Zend/Markup.php
2033
e71cf32a 2034%files Zend_Measure
2035%defattr(644,root,root,755)
2036%{php_pear_dir}/Zend/Measure
2037
2038%files Zend_Memory
2039%defattr(644,root,root,755)
2040%{php_pear_dir}/Zend/Memory
2041%{php_pear_dir}/Zend/Memory.php
2042
2043%files Zend_Mime
2044%defattr(644,root,root,755)
2045%{php_pear_dir}/Zend/Mime
2046%{php_pear_dir}/Zend/Mime.php
2047
60a23880
ER
2048%files Zend_Mobile_Push
2049%defattr(644,root,root,755)
2050%dir %{php_pear_dir}/Zend/Mobile
2051%{php_pear_dir}/Zend/Mobile/Exception.php
2052%{php_pear_dir}/Zend/Mobile/Push
2053
8d05effb
AG
2054%files Zend_Navigation
2055%defattr(644,root,root,755)
2056%{php_pear_dir}/Zend/Navigation
2057%{php_pear_dir}/Zend/Navigation.php
2058
1e0529b7
AG
2059%files Zend_Oauth
2060%defattr(644,root,root,755)
2061%{php_pear_dir}/Zend/Oauth
2062%{php_pear_dir}/Zend/Oauth.php
2063
e71cf32a 2064%files Zend_OpenId
2065%defattr(644,root,root,755)
2066%{php_pear_dir}/Zend/OpenId
2067%{php_pear_dir}/Zend/OpenId.php
2068
2069%files Zend_Paginator
2070%defattr(644,root,root,755)
2071%{php_pear_dir}/Zend/Paginator
2072%{php_pear_dir}/Zend/Paginator.php
2073
2074%files Zend_Pdf
2075%defattr(644,root,root,755)
2076%{php_pear_dir}/Zend/Pdf
2077%{php_pear_dir}/Zend/Pdf.php
2078
39ea3a57
AG
2079%files Zend_Queue
2080%defattr(644,root,root,755)
2081%{php_pear_dir}/Zend/Queue
2082%{php_pear_dir}/Zend/Queue.php
2083
8d05effb
AG
2084%files Zend_Reflection
2085%defattr(644,root,root,755)
2086%{php_pear_dir}/Zend/Reflection
2087
e71cf32a 2088%files Zend_Registry
2089%defattr(644,root,root,755)
2090%{php_pear_dir}/Zend/Registry.php
2091
2092%files Zend_Rest
2093%defattr(644,root,root,755)
2094%{php_pear_dir}/Zend/Rest
2095
2096%files Zend_Search_Lucene
2097%defattr(644,root,root,755)
5d4e00df 2098%dir %{php_pear_dir}/Zend/Search
e71cf32a 2099%{php_pear_dir}/Zend/Search/Exception.php
2100%{php_pear_dir}/Zend/Search/Lucene
2101%{php_pear_dir}/Zend/Search/Lucene.php
2102
1e0529b7
AG
2103%files Zend_Serializer
2104%defattr(644,root,root,755)
2105%{php_pear_dir}/Zend/Serializer
2106%{php_pear_dir}/Zend/Serializer.php
2107
5d4e00df
ER
2108%files Zend_Server
2109%defattr(644,root,root,755)
2110%dir %{php_pear_dir}/Zend/Server
2111%{php_pear_dir}/Zend/Server/Abstract.php
2112%{php_pear_dir}/Zend/Server/Exception.php
2113%{php_pear_dir}/Zend/Server/Interface.php
2114%{php_pear_dir}/Zend/Server/Definition.php
2115%dir %{php_pear_dir}/Zend/Server/Method
2116%{php_pear_dir}/Zend/Server/Method/Callback.php
2117%{php_pear_dir}/Zend/Server/Method/Definition.php
2118%{php_pear_dir}/Zend/Server/Method/Parameter.php
2119%{php_pear_dir}/Zend/Server/Method/Prototype.php
2120
e71cf32a 2121%files Zend_Server_Reflection
2122%defattr(644,root,root,755)
2123%{php_pear_dir}/Zend/Server/Reflection
2124%{php_pear_dir}/Zend/Server/Reflection.php
2125
5d4e00df
ER
2126%files Zend_Service
2127%defattr(644,root,root,755)
2128%dir %{php_pear_dir}/Zend/Service
2129%{php_pear_dir}/Zend/Service/Abstract.php
2130%{php_pear_dir}/Zend/Service/Exception.php
2131
fe42ae92
ER
2132# subpackage?
2133%{php_pear_dir}/Zend/Service/Console
2134
e71cf32a 2135%files Zend_Service_Akismet
2136%defattr(644,root,root,755)
2137%{php_pear_dir}/Zend/Service/Akismet.php
2138
2139%files Zend_Service_Amazon
2140%defattr(644,root,root,755)
2141%{php_pear_dir}/Zend/Service/Amazon
2142%{php_pear_dir}/Zend/Service/Amazon.php
2143
2144%files Zend_Service_Audioscrobbler
2145%defattr(644,root,root,755)
b573c28a 2146%{php_pear_dir}/Zend/Service/Audioscrobbler
e71cf32a 2147%{php_pear_dir}/Zend/Service/Audioscrobbler.php
2148
2149%files Zend_Service_Delicious
2150%defattr(644,root,root,755)
2151%{php_pear_dir}/Zend/Service/Delicious
2152%{php_pear_dir}/Zend/Service/Delicious.php
2153
142edda0 2154%if 0
1e0529b7
AG
2155%files Zend_Service_DeveloperGarden
2156%defattr(644,root,root,755)
2157%{php_pear_dir}/Zend/Service/DeveloperGarden
142edda0 2158%endif
1e0529b7 2159
7c53a033
ER
2160%files Zend_Service_Ebay
2161%defattr(644,root,root,755)
2162%{php_pear_dir}/Zend/Service/Ebay
2163
e71cf32a 2164%files Zend_Service_Flickr
2165%defattr(644,root,root,755)
2166%{php_pear_dir}/Zend/Service/Flickr
2167%{php_pear_dir}/Zend/Service/Flickr.php
2168
1e0529b7
AG
2169%files Zend_Service_LiveDocx
2170%defattr(644,root,root,755)
2171%{php_pear_dir}/Zend/Service/LiveDocx
2172%{php_pear_dir}/Zend/Service/LiveDocx.php
2173
60a23880
ER
2174%files Zend_Service_Rackspace
2175%defattr(644,root,root,755)
2176%{php_pear_dir}/Zend/Service/Rackspace
e71cf32a 2177
2178%files Zend_Service_ReCaptcha
2179%defattr(644,root,root,755)
2180%{php_pear_dir}/Zend/Service/ReCaptcha
2181%{php_pear_dir}/Zend/Service/ReCaptcha.php
2182
7c53a033
ER
2183%files Zend_Service_ShortUrl
2184%defattr(644,root,root,755)
2185%{php_pear_dir}/Zend/Service/ShortUrl
2186
e71cf32a 2187%files Zend_Service_SlideShare
2188%defattr(644,root,root,755)
2189%{php_pear_dir}/Zend/Service/SlideShare
2190%{php_pear_dir}/Zend/Service/SlideShare.php
2191
60a23880
ER
2192%files Zend_Service_SqlAzure
2193%defattr(644,root,root,755)
2194%{php_pear_dir}/Zend/Service/SqlAzure
2195
e71cf32a 2196%files Zend_Service_StrikeIron
2197%defattr(644,root,root,755)
2198%{php_pear_dir}/Zend/Service/StrikeIron
2199%{php_pear_dir}/Zend/Service/StrikeIron.php
2200
0dd97979 2201%if 0
e71cf32a 2202%files Zend_Service_Technorati
2203%defattr(644,root,root,755)
2204%{php_pear_dir}/Zend/Service/Technorati
2205%{php_pear_dir}/Zend/Service/Technorati.php
0dd97979 2206%endif
e71cf32a 2207
16faf287
ER
2208%files Zend_Service_Twitter
2209%defattr(644,root,root,755)
16faf287 2210%{php_pear_dir}/Zend/Service/Twitter
0704a169 2211%{php_pear_dir}/Zend/Service/Twitter.php
16faf287 2212
1e0529b7
AG
2213%files Zend_Service_WindowsAzure
2214%defattr(644,root,root,755)
2215%{php_pear_dir}/Zend/Service/WindowsAzure
2216
e71cf32a 2217%files Zend_Service_Yahoo
2218%defattr(644,root,root,755)
2219%{php_pear_dir}/Zend/Service/Yahoo
2220%{php_pear_dir}/Zend/Service/Yahoo.php
2221
2222%files Zend_Session
2223%defattr(644,root,root,755)
2224%{php_pear_dir}/Zend/Session
2225%{php_pear_dir}/Zend/Session.php
2226
2227%files Zend_Soap
2228%defattr(644,root,root,755)
2229%{php_pear_dir}/Zend/Soap
2230
8d05effb
AG
2231%files Zend_Tag
2232%defattr(644,root,root,755)
2233%{php_pear_dir}/Zend/Tag
2234
e71cf32a 2235%files Zend_Text
2236%defattr(644,root,root,755)
2237%{php_pear_dir}/Zend/Text
2238
2239%files Zend_Test
2240%defattr(644,root,root,755)
2241%{php_pear_dir}/Zend/Test
2242
5d4e00df
ER
2243%files Zend_TimeSync
2244%defattr(644,root,root,755)
2245%{php_pear_dir}/Zend/TimeSync
2246%{php_pear_dir}/Zend/TimeSync.php
2247
6ac29181
AG
2248%files Zend_Tool
2249%defattr(644,root,root,755)
cd26b345
AG
2250%attr(755,root,root) %{_bindir}/zf
2251%{php_pear_dir}/bin/zf.php
6ac29181
AG
2252%{php_pear_dir}/Zend/Tool
2253
e71cf32a 2254%files Zend_Translate
2255%defattr(644,root,root,755)
2256%{php_pear_dir}/Zend/Translate
2257%{php_pear_dir}/Zend/Translate.php
2258
2259%files Zend_Uri
2260%defattr(644,root,root,755)
2261%{php_pear_dir}/Zend/Uri
2262%{php_pear_dir}/Zend/Uri.php
2263
2264%files Zend_Validate
2265%defattr(644,root,root,755)
2266%{php_pear_dir}/Zend/Validate
2267%{php_pear_dir}/Zend/Validate.php
2268
2269%files Zend_Version
2270%defattr(644,root,root,755)
2271%{php_pear_dir}/Zend/Version.php
2272
2273%files Zend_View
2274%defattr(644,root,root,755)
2275%{php_pear_dir}/Zend/View
2276%{php_pear_dir}/Zend/View.php
2277
2278%files Zend_Wildfire
2279%defattr(644,root,root,755)
2280%{php_pear_dir}/Zend/Wildfire
2281
aeecb1b0
ER
2282%files Zend_Xml
2283%defattr(644,root,root,755)
2284%{php_pear_dir}/Zend/Xml
2285
e71cf32a 2286%files Zend_XmlRpc
2287%defattr(644,root,root,755)
2288%{php_pear_dir}/Zend/XmlRpc
9f190b56 2289
6e96c14e 2290%files demos
9f190b56 2291%defattr(644,root,root,755)
6e96c14e 2292%{_examplesdir}/%{name}-%{version}
25284397
ER
2293
2294%files manual-en
2295%defattr(644,root,root,755)
2296%doc %{_docdir}/%{name}-en
This page took 0.588699 seconds and 4 git commands to generate.