]> git.pld-linux.org Git - packages/ZendFramework.git/blame - ZendFramework.spec
- undos datafiles
[packages/ZendFramework.git] / ZendFramework.spec
CommitLineData
d2cae66f 1# TODO
97840a3f
ER
2# - summaries for subpackages
3# - dependencies to subpackages
f111a2c5 4%include /usr/lib/rpm/macros.php
366e32c5 5Summary: Zend Framework
4bcf46e1 6Summary(pl.UTF-8): Szkielet Zend
366e32c5 7Name: ZendFramework
3335cbc5 8Version: 1.6.2
39269395 9Release: 2.5
e100c5ce 10License: New BSD License
366e32c5 11Group: Development/Languages/PHP
d2cae66f 12Source0: http://framework.zend.com/releases/%{name}-%{version}/ZendFramework-%{version}.tar.gz
3335cbc5 13# Source0-md5: d1ad283f9190688fcae0daf25625e3cb
39269395 14Source1: %{name}-find-lang.sh
366e32c5 15URL: http://framework.zend.com/
f111a2c5 16BuildRequires: rpm-php-pearprov >= 4.4.2-11
39269395 17BuildRequires: sed >= 4.0
6e96c14e 18Requires: php-common >= 4:5.1.4
d2cae66f
ER
19Requires: php-ctype
20Requires: php-hash
21Requires: php-iconv
22Requires: php-pcre
23Requires: php-pdo
6e96c14e 24Obsoletes: ZendFramework-doc
366e32c5
ER
25BuildArch: noarch
26BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
27
366e32c5
ER
28%description
29Zend Framework is a high quality and open source framework for
30developing Web Applications and Web Services.
31
32Built in the true PHP spirit, the Zend Framework delivers ease-of-use
33and powerful functionality. It provides solutions for building modern,
34robust, and secure websites.
35
0c96b98d
JR
36%description -l pl.UTF-8
37Zend Framework to mający otwarte źródła, wysokiej jakości szkielet do
38tworzenia aplikacji i usług WWW.
6dcfea62 39
0c96b98d
JR
40Stworzony w prawdziwym duchu PHP szkielet Zend dostarcza łatwą w
41użyciu i potężną funkcjonalność. Udostępnia rozwiązania do tworzenia
42nowoczesnych, bogatych i bezpiecznych serwisów WWW.
6dcfea62 43
e71cf32a 44%package Zend_Acl
45Summary: Zend_Acl
46Group: Development/Languages/PHP
47URL: http://framework.zend.com/manual/en/zend.acl.html
48Requires: %{name} = %{version}-%{release}
49
50%description Zend_Acl
51Zend_Acl provides lightweight and flexible access control list (ACL)
52functionality and privileges management. In general, an application
53may utilize such functionality to control access to certain protected
54objects by other requesting objects.
55
56%package Zend_Auth
57Summary: Zend_Auth
58Group: Development/Languages/PHP
59URL: http://framework.zend.com/manual/en/zend.auth.html
60Requires: %{name} = %{version}-%{release}
61
62%description Zend_Auth
63Zend_Auth provides an API for authentication and includes concrete
64authentication adapters for common use case scenarios.
65
66%package Zend_Cache
67Summary: Zend_Cache
68Group: Development/Languages/PHP
69URL: http://framework.zend.com/manual/en/zend.cache.html
70Requires: %{name} = %{version}-%{release}
71
72%description Zend_Cache
73Zend_Cache provides a flexible approach toward caching data, including
74support for tagging, manipulating, iterating, and removing subsets.
75
76%package Zend_Captcha
77Summary: Zend_Captcha
78Group: Development/Languages/PHP
79URL: http://framework.zend.com/manual/en/zend.captcha.html
80Requires: %{name} = %{version}-%{release}
81
82%description Zend_Captcha
83CAPTCHA stands for "Completely Automated Turing test to tell Computers
84and Humans Apart" it is used as a challenge-response to ensure that
85the individual submitting information is a human and not an automated
86process. Typically, a captcha is used with form submissions where
87authenticated users are not necessary, but you desire to prevent spam
88submissions. Captchas can take variety of forms, including asking
89logic questions, presenting skewed fonts, and presenting images and
90asking how they relate. Zend_Captcha aims to provide a variety of
91backends that may be utilized either standalone or in conjunction with
92Zend_Form.
93
94%package Zend_Config
95Summary: Zend_Config
96Group: Development/Languages/PHP
97URL: http://framework.zend.com/manual/en/zend.config.html
98Requires: %{name} = %{version}-%{release}
99
100%description Zend_Config
101Zend_Config is designed to simplify access to and use of configuration
102data within applications.
103
104%package Zend_Console_Getopt
105Summary: Zend_Console_Getopt
106Group: Development/Languages/PHP
107URL: http://framework.zend.com/manual/en/zend.console.getopt.html
108Requires: %{name} = %{version}-%{release}
109
110%description Zend_Console_Getopt
111The Zend_Console_Getopt class helps command-line applications to parse
112their options and arguments.
113
114%package Zend_Controller
115Summary: Zend_Controller
116Group: Development/Languages/PHP
117URL: http://framework.zend.com/manual/en/zend.controller.html
118Requires: %{name} = %{version}-%{release}
119
120%description Zend_Controller
121Zend_Controller is the heart of Zend Framework's MVC system. MVC
122stands for Model-View-Controller and is a design pattern targeted at
123separating application logic from display logic.
124
125%package Zend_Currency
126Summary: Zend_Currency
127Group: Development/Languages/PHP
128URL: http://framework.zend.com/manual/en/zend.currency.html
129Requires: %{name} = %{version}-%{release}
130
131%description Zend_Currency
132Zend_Currency is part of the I18N core of the Zend_Framework. It
133handles all issues related to currency, money representation and
134formating. And it also provides additional informational methods which
135include localized informations on currencies, informations about which
136currency is used in which region and more.
137
138%package Zend_Date
139Summary: Zend_Date
140Group: Development/Languages/PHP
141URL: http://framework.zend.com/manual/en/zend.date.html
142Requires: %{name} = %{version}-%{release}
143
144%description Zend_Date
145Zend_Date component offers a detailed, but simple API for manipulating
146dates and times. Its methods accept a wide variety of types of
147information, including date parts, in numerous combinations yielding
148many features and possibilities above and beyond the existing PHP date
149related functions.
150
151%package Zend_Db
152Summary: Zend_Db
153Group: Development/Languages/PHP
154URL: http://framework.zend.com/manual/en/zend.db.html
155Requires: %{name} = %{version}-%{release}
156
157%description Zend_Db
158Zend_Db and its related classes provide a simple SQL database
159interface for Zend Framework. The Zend_Db_Adapter is the basic class
160you use to connect your PHP application to an RDBMS. There is a
161different Adapter class for each brand of RDBMS. The Zend_Db Adapters
162create a bridge from the vendor-specific PHP extensions to a common
163interface, to help you write PHP applications once and deploy with
164multiple brands of RDBMS with very little effort. The interface of the
165Adapter class is similar to the interface of the PHP Data Objects
166extension.
167
168Zend_Db provides Adapter classes to PDO drivers for the following
169RDBMS brands:
170- IBM DB2 and Informix Dynamic Server (IDS), using the pdo_ibm PHP
171 extension
172- MySQL, using the pdo_mysql PHP extension
173- Microsoft SQL Server, using the pdo_mssql PHP extension
174- Oracle, using the pdo_oci PHP extension
175- PostgreSQL, using the pdo_pgsql PHP extension
176- SQLite, using the pdo_sqlite PHP extension
177
178In addition, Zend_Db provides Adapter classes that utilize PHP
179database extensions for the following RDBMS brands:
180- MySQL, using the mysqli PHP extension
181- Oracle, using the oci8 PHP extension
182- IBM DB2, using the ibm_db2 PHP extension
183- Firebird/Interbase, using the php_interbase PHP extension
184
185%package Zend_Debug
186Summary: Zend_Debug
187Group: Development/Languages/PHP
188URL: http://framework.zend.com/manual/en/zend.debug.html
189Requires: %{name} = %{version}-%{release}
190
191%description Zend_Debug
192Zend_Debug is a simple debugging component. The static method
193Zend_Debug::dump() prints or returns information about an expression.
194This simple technique of debugging is easy to use in an ad hoc
195fashion, and requires no initialization, special tools, or debugging
196environment.
197
198%package Zend_Dojo
199Summary: Zend_Dojo
200Group: Development/Languages/PHP
201URL: http://framework.zend.com/manual/en/zend.dojo.html
202Requires: %{name} = %{version}-%{release}
203
204%description Zend_Dojo
205Zend_Dojo component provides integration with Dojo Toolkit.
206
207Integration points with Dojo include:
208- JSON-RPC support
209- dojo.data compatibility
210- View helper to help setup the Dojo environment
211- Dijit-specific Zend_View helpres
212- Dijit-specific Zend_Form elements and decorators
213
214%package Zend_Dom
215Summary: Zend_Dom
216Group: Development/Languages/PHP
217URL: http://framework.zend.com/manual/en/zend.dom.html
218Requires: %{name} = %{version}-%{release}
219
220%description Zend_Dom
221Zend_Dom provides tools for working with DOM documents and structures.
222Currently, it offer Zend_Dom_Query, which provides a unified interface
223for querying DOM documents utilizing both XPath and CSS selectors.
224
225%package Zend_Exception
226Summary: Zend_Exception
227Group: Development/Languages/PHP
228URL: http://framework.zend.com/manual/en/zend.exception.html
229Requires: %{name} = %{version}-%{release}
230
231%description Zend_Exception
232Zend_Exception is a base exception class. All exceptions thrown by
233Zend Framework classes should throw an exception that derives from the
234base class Zend_Exception.
235
236%package Zend_Feed
237Summary: Zend_Feed
238Group: Development/Languages/PHP
239URL: http://framework.zend.com/manual/en/zend.feed.html
240Requires: %{name} = %{version}-%{release}
241
242%description Zend_Feed
243Zend_Feed provides functionality for consuming RSS and Atom feeds. It
244provides a natural syntax for accessing elements of feeds, feed
245attributes, and entry attributes. Zend_Feed also has extensive support
246for modifying feed and entry structure with the same natural syntax,
247and turning the result back into XML. In the future, this modification
248support could provide support for the Atom Publishing Protocol.
249
250%package Zend_File
251Summary: Zend_File
252Group: Development/Languages/PHP
253URL: http://framework.zend.com/manual/en/zend.file.html
254Requires: %{name} = %{version}-%{release}
255
256%description Zend_File
257Zend_File enables developers to take control over file uploads and
258also over file downloads. It allows you to use built in validators for
259file purposes and gives you the ability even to change files with
260filters. Zend_File_Transfer works with adapters which allow to use the
261same API for different transport protocols like HTTP, FTP, WEBDAV and
262more.
263
264%package Zend_Filter
265Summary: Zend_Filter
266Group: Development/Languages/PHP
267URL: http://framework.zend.com/manual/en/zend.filter.html
268Requires: %{name} = %{version}-%{release}
269
270%description Zend_Filter
271Zend_Filter component provides a set of commonly needed data filters.
272It also provides a simple filter chaining mechanism by which multiple
273filters may be applied to a single datum in a user-defined order.
274
275%package Zend_Filter_Input
276Summary: Zend_Filter_Input
277Group: Development/Languages/PHP
278URL: http://framework.zend.com/manual/en/zend.filter.input.html
279Requires: %{name} = %{version}-%{release}
280
281%description Zend_Filter_Input
282Zend_Filter_Input provides a declarative interface to associate
283multiple filters and validators, apply them to collections of data,
284and to retrieve input values after they have been processed by the
285filters and validators. Values are returned in escaped format by
286default for safe HTML output.
287
288%package Zend_Form
289Summary: Zend_Form
290Group: Development/Languages/PHP
291URL: http://framework.zend.com/manual/en/zend.form.html
292Requires: %{name} = %{version}-%{release}
293
294%description Zend_Form
295Zend_Form simplifies form creation and handling in your web
296application. It accomplishes the following goals:
297- Element input filtering and validation
298- Element ordering
299- Element and Form rendering, including escaping
300- Element and form grouping
301- Element and form-level configuration
302
303%package Zend_Gdata
304Summary: Zend_Gdata
305Group: Development/Languages/PHP
306URL: http://framework.zend.com/manual/en/zend.gdata.html
307Requires: %{name} = %{version}-%{release}
308
309%description Zend_Gdata
310Zend_Gdata component is a interface for accessing Google Data from
311PHP. Google Data APIs provide programmatic interface to some of
312Google's online services. The Google data Protocol is based upon the
313Atom Publishing Protocol and allows client applications to retrieve
314data matching queries, post data, update data and delete data using
315standard HTTP and the Atom syndication formation. Zend_Gdata component
316also supports accessing other services implementing the Atom
317Publishing Protocol.
318
319%package Zend_Http
320Summary: Zend_Http
321Group: Development/Languages/PHP
322URL: http://framework.zend.com/manual/en/zend.http.html
323Requires: %{name} = %{version}-%{release}
324
325%description Zend_Http
326Zend_Http component provides a client for the HTTP protocol. It
327supports:
328- URL validation
329- cookies
330- proxy servers.
331
332%package Zend_InfoCard
333Summary: Zend_InfoCard
334Group: Development/Languages/PHP
335URL: http://framework.zend.com/manual/en/zend.infocard.html
336Requires: %{name} = %{version}-%{release}
337
338%description Zend_InfoCard
339Zend_InfoCard component implements relying-party support for
340Information Cards. Infomation Cards are used for identity management
341on the internet and authentication of users to web sites (called
342relying parties).
343
344%package Zend_Json
345Summary: Zend_Json
346Group: Development/Languages/PHP
347URL: http://framework.zend.com/manual/en/zend.json.html
348Requires: %{name} = %{version}-%{release}
349
350%description Zend_Json
351Zend_Json provides convenience methods for serializing native PHP to
352JSON and decoding JSON to native PHP.
353
354JSON, JavaScript Object Notation, can be used for data interchange
355between JavaScript and other languages. Since JSON can be directly
356evaluated by JavaScript, it is a more efficient and lightweight format
357than XML for exchanging data with JavaScript clients.
358
359In addition, Zend_Json provides a useful way to convert any arbitrary
360XML formatted string into a JSON formatted string. This built-in
361feature will enable PHP developers to transform the enterprise data
362encoded in XML format into JSON format before sending it to
363browser-based Ajax client applications. It provides an easy way to do
364dynamic data conversion on the server-side code thereby avoiding
365unnecessary XML parsing in the browser-side applications. It offers a
366nice utility function that results in easier application-specific data
367processing techniques.
368
369%package Zend_Layout
370Summary: Zend_Layout
371Group: Development/Languages/PHP
372URL: http://framework.zend.com/manual/en/zend.layout.html
373Requires: %{name} = %{version}-%{release}
374
375%description Zend_Layout
376Zend_Layout implements a classic Two Step View pattern, allowing
377developers to wrap application content within another view, usually
378representing the site template. Such templates are often termed
379layouts by other projects, and Zend Framework has adopted this term
380for consistency.
381
382The main goals of Zend_Layout are as follows:
383- Automate selection and rendering of layouts when used with the Zend
384 Framework MVC components.
385- Provide separate scope for layout related variables and content.
386- Allow configuration, including layout name, layout script resolution
387 (inflection), and layout script path.
388- Allow disabling layouts, changing layout scripts, and other states;
389 allow these actions from within action controllers and view scripts.
390- Follow same script resolution rules (inflection) as the
391 ViewRenderer, but allow them to also use different rules.
392- Allow usage without Zend Framework MVC components.
393
394%package Zend_Ldap
395Summary: Zend_Ldap
396Group: Development/Languages/PHP
397URL: http://framework.zend.com/manual/en/zend.ldap.html
398Requires: %{name} = %{version}-%{release}
399
400%description Zend_Ldap
401Zend_Ldap is a class for performing LDAP operations including but not
402limited to binding, searching and modifying entries in an LDAP
403directory.
404
405%package Zend_Loader
406Summary: Zend_Loader
407Group: Development/Languages/PHP
408URL: http://framework.zend.com/manual/en/zend.loader.html
409Requires: %{name} = %{version}-%{release}
410
411%description Zend_Loader
412The Zend_Loader class includes methods to help you load files
413dynamically.
414
415%package Zend_Locale
416Summary: Zend_Locale
417Group: Development/Languages/PHP
418URL: http://framework.zend.com/manual/en/zend.locale.html
419Requires: %{name} = %{version}-%{release}
420
421%description Zend_Locale
422Zend_Locale is the Framework's answer to the question, "How can the
423same application be used around the whole world?". This component is
424the foundation of Zend_Date, Zend_Translate, and others. It provides:
425- access to CLDR, an international data repository for I18N issues,
426 for all framework classes
427- localizing of numbers
428- normalizing of dates, times and numbers.
429
430%package Zend_Log
431Summary: Zend_Log
432Group: Development/Languages/PHP
433URL: http://framework.zend.com/manual/en/zend.log.html
434Requires: %{name} = %{version}-%{release}
435
436%description Zend_Log
437Zend_Log is a component for general purpose logging. It supports
438multiple log backends, formatting messages sent to the log, and
439filtering messages from being logged. These functions are divided into
440the following objects:
441- A Log (instance of Zend_Log) is the object that your application
442 uses the most. You can have as many Log objects as you like; they do
443 not interact. A Log object must contain at least one Writer, and can
444 optionally contain one or more Filters.
445- A Writer (inherits from Zend_Log_Writer_Abstract) is responsible for
446 saving data to storage.
447- A Filter (implements Zend_Log_Filter_Interface) blocks log data from
448 being saved. A filter may be applied to an individual Writer, or to a
449 Log where it is applied before all Writers. In either case, filters
450 may be chained.
451- A Formatter (implements Zend_Log_Formatter_Interface) can format the
452 log data before it is written by a Writer. Each Writer has exactly one
453 Formatter.
454
455%package Zend_Mail
456Summary: Zend_Mail
457Group: Development/Languages/PHP
458URL: http://framework.zend.com/manual/en/zend.mail.html
459Requires: %{name} = %{version}-%{release}
460
461%description Zend_Mail
462Zend_Mail provides generalized functionality to compose and send both
463text and MIME-compliant multipart e-mail messages. Mail can be sent
464with Zend_Mail via the default Zend_Mail_Transport_Sendmail transport
465or via Zend_Mail_Transport_Smtp.
466
467%package Zend_Measure
468Summary: Zend_Measure
469Group: Development/Languages/PHP
470URL: http://framework.zend.com/manual/en/zend.measure.html
471Requires: %{name} = %{version}-%{release}
472
473%description Zend_Measure
474Zend_Measure component provide a generic and easy way for working with
475measurements. Using Zend_Measure_* classes, you can convert
476measurements into different units of the same type. They can be added,
477subtracted and compared against each other. From a given input made in
478the user's native language, the unit of measurement can be
479automatically extracted. Numerous units of measurement are supported.
480
481%package Zend_Memory
482Summary: Zend_Memory
483Group: Development/Languages/PHP
484URL: http://framework.zend.com/manual/en/zend.memory.html
485Requires: %{name} = %{version}-%{release}
486
487%description Zend_Memory
488The Zend_Memory component is intended to manage data in an environment
489with limited memory. Memory objects (memory containers) are generated
490by memory manager by request and transparently swapped/loaded when
491it's necessary. For example, if creating or loading a managed object
492would cause the total memory usage to exceed the limit you specify,
493some managed objects are copied to cache storage outside of memory. In
494this way, the total memory used by managed objects does not exceed the
495limit you need to enforce.
496
497%package Zend_Mime
498Summary: Zend_Mime
499Group: Development/Languages/PHP
500URL: http://framework.zend.com/manual/en/zend.mime.html
501Requires: %{name} = %{version}-%{release}
502
503%description Zend_Mime
504Zend_Mime is a support class for handling multipart MIME messages.
505
506%package Zend_OpenId
507Summary: Zend_OpenId
508Group: Development/Languages/PHP
509URL: http://framework.zend.com/manual/en/zend.openid.html
510Requires: %{name} = %{version}-%{release}
511
512%description Zend_OpenId
513Zend_OpenId is a Zend Framework component that provides a simple API
514for building OpenID-enabled sites and identity providers.
515
516%package Zend_Paginator
517Summary: Zend_Paginator
518Group: Development/Languages/PHP
519URL: http://framework.zend.com/manual/en/zend.paginator.html
520Requires: %{name} = %{version}-%{release}
521
522%description Zend_Paginator
523Zend_Paginator is a flexible component for paginating collections of
524data and presenting that data to users.
525
526The primary design goals of Zend_Paginator are as follows:
527- Paginate arbitrary data, not just relational databases
528- Fetch only the results that need to be displayed
529- Do not force users to adhere to only one way of displaying data or
530 rendering pagination controls
531- Loosely couple Zend_Paginator to other Zend Framework components so
532 that users who wish to use it independently of Zend_View, Zend_Db,
533 etc. can do so.
534
535%package Zend_Pdf
536Summary: Zend_Pdf
537Group: Development/Languages/PHP
538URL: http://framework.zend.com/manual/en/zend.pdf.html
539Requires: %{name} = %{version}-%{release}
540
541%description Zend_Pdf
542Zend_Pdf module is a PDF (Portable Document Format) manipulation
543engine. It can load existing documents, create new, modify and save
544modified documents. Thus it can help application dynamically prepare
545documents in a PDF by modifying existing template or generating
546document from a scratch.
547
548Zend_Pdf module supports the following features:
549- Create new document or load existing one (PDF V1.4 (Acrobat 5)
550 documents are supported for loading now).
551- Retrieving specified revision of the document.
552- Manipulate pages within document. Changing page order, adding new
553 pages, removing pages from a document.
554- Different drawing primitives (lines, rectangles, polygons, circles,
555 ellipses and sectors).
556- Text drawing using any of the 14 standard (built-in) fonts or your
557 own custom TrueType fonts.
558- Rotations.
559- Image drawing (JPG, PNG [Up to 8bit per channel+Alpha] and TIFF
560 images are supported).
561- Incremental PDF file update.
562
563%package Zend_Registry
564Summary: Zend_Registry
565Group: Development/Languages/PHP
566URL: http://framework.zend.com/manual/en/zend.registry.html
567Requires: %{name} = %{version}-%{release}
568
569%description Zend_Registry
570The registry is a container for storing objects and values in the
571application space. By storing the value in the registry, the same
572object is always available throughout your application. This mechanism
573is an alternative to using global storage.
574
575%package Zend_Rest
576Summary: Zend_Rest
577Group: Development/Languages/PHP
578URL: http://framework.zend.com/manual/en/zend.rest.html
579Requires: %{name} = %{version}-%{release}
df4bb858 580Requires: php-dom
e71cf32a 581
582%description Zend_Rest
583REST Web Services use service-specific XML formats. These ad-hoc
584standards mean that the manner for accessing a REST web service is
585different for each service. REST web services typically use URL
586parameters (GET data) or path information for requesting data and POST
587data for sending data. Zend_Rest component provides:
588- capabilities to access REST web services
589- capabilities to expose APIs as REST services
590
591%package Zend_Search_Lucene
592Summary: Zend_Search_Lucene
593Group: Development/Languages/PHP
594URL: http://framework.zend.com/manual/en/zend.search.lucene.html
595Requires: %{name} = %{version}-%{release}
596
597%description Zend_Search_Lucene
598Zend_Search_Lucene is a general purpose text search engine. Since it
599stores its index on the filesystem and does not require a database
600server, it can add search capabilities to almost any PHP-driven
601website.
602
603Zend_Search_Lucene supports the following features:
604- Ranked searching - best results returned first
605- Many powerful query types: phrase queries, wildcard queries,
606 proximity queries, range queries and more
607- Search by specific field (e.g., title, author, contents)
608
609%package Zend_Server_Reflection
610Summary: Zend_Server_Reflection
611Group: Development/Languages/PHP
612URL: http://framework.zend.com/manual/en/zend.server.reflection.html
613Requires: %{name} = %{version}-%{release}
614
615%description Zend_Server_Reflection
616Zend_Server_Reflection provides a standard mechanism for performing
617function and class introspection for use with server classes. It is
618based on Reflection API, and extends it to provide methods for
619retrieving parameter and return value types and descriptions, a full
620list of function and method prototypes (i.e., all possible valid
621calling combinations), and function/method descriptions.
622
623%package Zend_Service_Akismet
624Summary: Zend_Service_Akismet
625Group: Development/Languages/PHP
626URL: http://framework.zend.com/manual/en/zend.service.akismet.html
627Requires: %{name} = %{version}-%{release}
628
629%description Zend_Service_Akismet
630Zend_Service_Akismet provides a client for the Akismet API. The
631Akismet service is used to determine if incoming data is potentially
632spam; it also exposes methods for submitting data as known spam or as
633false positives (ham). Originally intended to help categorize and
634identify spam for Wordpress, it can be used for any type of data.
635
636Akismet requires an API key for usage. You may get one for signing up
637for a WordPress.com account. You do not need to activate a blog;
638simply acquiring the account will provide you with the API key.
639
640Additionally, Akismet requires that all requests contain a URL to the
641resource for which data is being filtered, and, because of Akismet's
642origins in WordPress, this resource is called the blog url. This value
643should be passed as the second argument to the constructor, but may be
644reset at any time using the setBlogUrl() accessor, or overridden by
645specifying a 'blog' key in the various method calls.
646
647%package Zend_Service_Amazon
648Summary: Zend_Service_Amazon
649Group: Development/Languages/PHP
650URL: http://framework.zend.com/manual/en/zend.service.amazon.html
651Requires: %{name} = %{version}-%{release}
652
653%description Zend_Service_Amazon
654Zend_Service_Amazon is a simple API for using Amazon web services.
655Zend_Service_Amazon has two APIs: a more traditional one that follows
656Amazon's own API, and a simpler "Query API" for constructing even
657complex search queries easily.
658
659Zend_Service_Amazon enables developers to retrieve information
660appearing throughout Amazon.com web sites directly through the Amazon
661Web Services API.
662
663%package Zend_Service_Audioscrobbler
664Summary: Zend_Service_Audioscrobbler
665Group: Development/Languages/PHP
666URL: http://framework.zend.com/manual/en/zend.service.audioscrobbler.html
667Requires: %{name} = %{version}-%{release}
668
669%description Zend_Service_Audioscrobbler
670Zend_Service_Audioscrobbler is a simple API for using the
671Audioscrobbler REST Web Service. The Audioscrobbler Web Service
672provides access to its database of Users, Artists, Albums, Tracks,
673Tags, Groups, and Forums.
674
675%package Zend_Service_Delicious
676Summary: Zend_Service_Delicious
677Group: Development/Languages/PHP
678URL: http://framework.zend.com/manual/en/zend.service.delicious.html
679Requires: %{name} = %{version}-%{release}
680
681%description Zend_Service_Delicious
682Zend_Service_Delicious is simple API for using del.icio.us XML and
683JSON web services. This component gives you read-write access to posts
684at del.icio.us if you provide credentials. It also allows read-only
685access to public data of all users.
686
687%package Zend_Service_Flickr
688Summary: Zend_Service_Flickr
689Group: Development/Languages/PHP
690URL: http://framework.zend.com/manual/en/zend.service.delicious.html
691Requires: %{name} = %{version}-%{release}
692
693%description Zend_Service_Flickr
694Zend_Service_Flickr is a simple API for using the Flickr REST Web
695Service. In order to use the Flickr web services, you must have an API
696key. To obtain a key, visit the Flickr API Documentation
697(http://www.flickr.com/services/api/).
698
699%package Zend_Service_Nirvanix
700Summary: Zend_Service_Nirvanix
701Group: Development/Languages/PHP
702URL: http://framework.zend.com/manual/en/zend.service.nirvanix.html
703Requires: %{name} = %{version}-%{release}
704
705%description Zend_Service_Nirvanix
706Nirvanix provides an Internet Media File System (IMFS), an Internet
707storage service that allows applications to upload, store and organize
708files and subsequently access them using a standard Web Services
709interface. An IMFS is distributed clustered file system, accessed over
710the Internet, and optimized for dealing with media files (audio,
711video, etc). The goal of an IMFS is to provide massive scalability to
712deal with the challenges of media storage growth, with guaranteed
713access and availability regardless of time and location. Finally, an
714IMFS gives applications the ability to access data securely, without
715the large fixed costs associated with acquiring and maintaining
716physical storage assets.
717
718Before you can get started with Zend_Service_Nirvanix, you must first
719register for an account (https://www.nirvanix.com/signUpSingle.aspx).
720After registering, you will receive a Username, Password, and
721Application Key. All three are required to use Zend_Service_Nirvanix.
722
723%package Zend_Service_ReCaptcha
724Summary: Zend_Service_ReCaptcha
725Group: Development/Languages/PHP
726URL: http://framework.zend.com/manual/en/zend.service.recaptcha.html
727Requires: %{name} = %{version}-%{release}
728
729%description Zend_Service_ReCaptcha
730Zend_Service_ReCaptcha provides a client for the reCAPTCHA Web
731Service. Per the reCAPTCHA site, "reCAPTCHA is a free CAPTCHA service
732that helps to digitize books." Each reCAPTCHA requires the user to
733input two words, the first of which is the actual captcha, and the
734second of which is a word from some scanned text that Optical
735Character Recognition (OCR) software has been unable to identifiy. The
736assumption is that if a user correctly provides the first word, the
737second is likely correctly entered as well, and can be used to improve
738OCR software for digitizing books.
739
740In order to use the reCAPTCHA service, you will need to sign up for an
741account (http://recaptcha.net/whyrecaptcha.html) and register one or
742more domains with the service in order to generate public and private
743keys.
744
745%package Zend_Service_Simpy
746Summary: Zend_Service_Simpy
747Group: Development/Languages/PHP
748URL: http://framework.zend.com/manual/en/zend.service.simpy.html
749Requires: %{name} = %{version}-%{release}
750
751%description Zend_Service_Simpy
752Zend_Service_Simpy is a lightweight wrapper for the free REST API
753available for the Simpy social bookmarking service.
754
755In order to use Zend_Service_Simpy, you should already have a Simpy
756account. To get an account, visit the Simpy web site
757(http://simpy.com/).
758
759%package Zend_Service_SlideShare
760Summary: Zend_Service_SlideShare
761Group: Development/Languages/PHP
762URL: http://framework.zend.com/manual/en/zend.service.slideshare.html
763Requires: %{name} = %{version}-%{release}
764
765%description Zend_Service_SlideShare
766The Zend_Service_SlideShare component is used to interact with the
767slideshare.net web services for hosting slide shows online. With this
768component, you can embed slide shows which are hosted on this web site
769within a web site and even upload new slide shows to your account.
770
771In order to use the Zend_Service_SlideShare component you must first
772create an account on the slideshare.net servers in order to receive an
773API key, username, password and shared secret value -- all of which
774are needed in order to use the Zend_Service_SlideShare component.
775
776%package Zend_Service_StrikeIron
777Summary: Zend_Service_StrikeIron
778Group: Development/Languages/PHP
779URL: http://framework.zend.com/manual/en/zend.service.strikeiron.html
780Requires: %{name} = %{version}-%{release}
781
782%description Zend_Service_StrikeIron
783Zend_Service_StrikeIron provides a client to StrikeIron web services.
784
785The Zend_Service_StrikeIron component provides:
786- A single point for configuring your StrikeIron authentication
787 credentials that can be used across many StrikeIron services.
788- A standard way of retrieving your StrikeIron subscription
789 information such as license status and the number of hits remaining to
790 a service.
791- The ability to use any StrikeIron service from its WSDL without
792 creating a PHP wrapper class, and the option of creating a wrapper for
793 a more convenient interface.
794- Wrappers for three popular StrikeIron services.
795
796Before you can get started with Zend_Service_StrikeIron, you must
797first register (http://strikeiron.com/Register.aspx) for a StrikeIron
798developer account. After registering, you will receive a StrikeIron
799username and password. These will be used when connecting to
800StrikeIron using Zend_Service_StrikeIron. You will also need to sign
801up (http://www.strikeiron.com/ProductDetail.aspx?p=257) for
802StrikeIron's Super Data Pack Web Service. Both registration steps are
803free and can be done relatively quickly through the StrikeIron
804website.
805
806%package Zend_Service_Technorati
807Summary: Zend_Service_Technorati
808Group: Development/Languages/PHP
809URL: http://framework.zend.com/manual/en/zend.service.technorati.html
810Requires: %{name} = %{version}-%{release}
811
812%description Zend_Service_Technorati
813Zend_Service_Technorati provides an easy, intuitive and
814object-oriented interface for using the Technorati API. It provides
815access to all available Technorati API queries and returns the
816original XML response as a friendly PHP object.
817
818Technorati requires a valid API key for usage. To get your own API Key
819you first need to create a new Technorati account
820(http://technorati.com/signup/), then visit the API Key section
821(http://technorati.com/developers/apikey.html).
822
823%package Zend_Service_Yahoo
824Summary: Zend_Service_Yahoo
825Group: Development/Languages/PHP
826URL: http://framework.zend.com/manual/en/zend.service.yahoo.html
827Requires: %{name} = %{version}-%{release}
828
829%description Zend_Service_Yahoo
830Zend_Service_Yahoo is a simple API for using many of the Yahoo! REST
831APIs. Zend_Service_Yahoo allows you to search Yahoo! Web search,
832Yahoo! News, Yahoo! Local, Yahoo! Images. In order to use the Yahoo!
833REST API, you must have a Yahoo! Application ID. To obtain an
834Application ID, please complete and submit the Application ID Request
835Form (http://developer.yahoo.com/wsregapp/).
836
837%package Zend_Session
838Summary: Zend_Session
839Group: Development/Languages/PHP
840URL: http://framework.zend.com/manual/en/zend.session.html
841Requires: %{name} = %{version}-%{release}
842
843%description Zend_Session
844Zend_Session helps manage and preserve session data across multiple
845page requests by the same client. Zend_Session component:
846- provides an object-oriented interface to access session data
847- provides optional security features to help protect against session
848 hijacking
849- supports namespaced access to the PHP session for interoperability.
850
851%package Zend_Soap
852Summary: Zend_Soap
853Group: Development/Languages/PHP
854URL: http://framework.zend.com/manual/en/zend.soap.html
855Requires: %{name} = %{version}-%{release}
856
857%description Zend_Soap
858Zend_Soap component is intended to simplify Web Services development
859for PHP programmers.
860
861%package Zend_Text
862Summary: Zend_Text
863Group: Development/Languages/PHP
864URL: http://framework.zend.com/manual/en/zend.text.html
865Requires: %{name} = %{version}-%{release}
866
867%description Zend_Text
868Zend_Text is a component which enables developers to create a so
869called FIGlet text. A FIGlet text is a string, which is represented as
870ASCII art. FIGlets use a special font format, called FLT (FigLet
871Font).
872
873%package Zend_Test
874Summary: Zend_Test
875Group: Development/Languages/PHP
876URL: http://framework.zend.com/manual/en/zend.test.html
877Requires: %{name} = %{version}-%{release}
39269395 878Requires: php-PHPUnit
e71cf32a 879
880%description Zend_Test
881Zend_Test provides tools to facilitate unit testing of your Zend
882Framework applications.
883
884%package Zend_Translate
885Summary: Zend_Translate
886Group: Development/Languages/PHP
887URL: http://framework.zend.com/manual/en/zend.translate.html
888Requires: %{name} = %{version}-%{release}
889
890%description Zend_Translate
891Zend_Translate is the Zend Framework's solution for multilingual
892applications.
893
894The benefits of Zend_Translate are:
895- Supports multiple source formats: Zend_Translate supports several
896 source formats, including those supported by PHP, and other formats
897 including TMX and CSV files.
898- Thread-safe gettext: The gettext reader of Zend_Translate is
899 thread-safe. There are no problems using it in multi-threaded
900 environments.
901- Easy and generic API: The API of Zend_Translate is very simple and
902 requires only a handful of functions. So it's easy to learn and easy
903 to maintain. All source formats are handled the same way, so if the
904 format of your source files change from Gettext to TMX, you only need
905 to change one line of code to specify the storage adapter.
906- Detection of the user's standard language: The preferred language of
907 the user accessing the site can be detected and used by
908 Zend_Translate.
909- Automatic source detection: Zend_Translate is capable of detecting
910 and integrating multiple source files and additionally detect the
911 locale to be used depending on directory or filenames.
912
913%package Zend_Uri
914Summary: Zend_Uri
915Group: Development/Languages/PHP
916URL: http://framework.zend.com/manual/en/zend.uri.html
917Requires: %{name} = %{version}-%{release}
918
919%description Zend_Uri
920Zend_Uri is a component that aids in manipulating and validating
921Uniform Resource Identifiers (URIs). Zend_Uri exists primarily to
922service other components such as Zend_Http_Client but is also useful
923as a standalone utility.
924
925%package Zend_Validate
926Summary: Zend_Validate
927Group: Development/Languages/PHP
928URL: http://framework.zend.com/manual/en/zend.validate.html
929Requires: %{name} = %{version}-%{release}
930
931%description Zend_Validate
932The Zend_Validate component provides a set of commonly needed
933validators. It also provides a simple validator chaining mechanism by
934which multiple validators may be applied to a single datum in a
935user-defined order.
936
937%package Zend_Version
938Summary: Zend_Version
939Group: Development/Languages/PHP
940URL: http://framework.zend.com/manual/en/zend.version.html
941Requires: %{name} = %{version}-%{release}
942
943%description Zend_Version
944Zend_Version component delivers current version number of Zend
945Framework.
946
947%package Zend_View
948Summary: Zend_View
949Group: Development/Languages/PHP
950URL: http://framework.zend.com/manual/en/zend.view.html
951Requires: %{name} = %{version}-%{release}
952
953%description Zend_View
954Zend_View is a class for working with the "view" portion of the
955model-view-controller pattern. That is, it exists to help keep the
956view script separate from the model and controller scripts. It
957provides a system of helpers, output filters, and variable escaping.
958Zend_View is template system agnostic; you may use PHP as your
959template language, or create instances of other template systems and
960manipulate them within your view script. Essentially, using Zend_View
961happens in two major steps: 1. Your controller script creates an
962instance of Zend_View and assigns variables to that instance. 2. The
963controller tells the Zend_View to render a particular view, thereby
964handing control over the view script, which generates the view output.
965
966%package Zend_Wildfire
967Summary: Zend_Wildfire
968Group: Development/Languages/PHP
969URL: http://framework.zend.com/manual/en/zend.wildfire.html
970Requires: %{name} = %{version}-%{release}
971
972%description Zend_Wildfire
973Zend_Wildfire is a component that facilitates communication between
974PHP code and Wildfire client components. The purpose of the Wildfire
975Project is to develop standardized communication channels between a
976large variety of components and a dynamic and scriptable plugin
977architecture. At this time the primary focus is to provide a system to
978allow server-side PHP code to inject logging messages into the Firebug
979Console (http://getfirebug.com/).
980
981%package Zend_XmlRpc
982Summary: Zend_XmlRpc
983Group: Development/Languages/PHP
984URL: http://framework.zend.com/manual/en/zend.xmlrpc.html
985Requires: %{name} = %{version}-%{release}
986
987%description Zend_XmlRpc
988From its home page (http://www.xmlrpc.com/), XML-RPC is described as a
989"...remote procedure calling using HTTP as the transport and XML as
990the encoding. XML-RPC is designed to be as simple as possible, while
991allowing complex data structures to be transmitted, processed and
992returned". The Zend Framework provides support for both consuming
993remote XML-RPC services and building new XML-RPC servers.
994
6e96c14e
ER
995%package demos
996Summary: Demos for Zend Framework
661af80f 997Summary(pl.UTF-8): Programy demonstracyjne dla szkieletu Zend Framework
6e96c14e
ER
998Group: Documentation
999
1000%description demos
1001Demos for Zend Framework.
1002
661af80f
JB
1003%description demos -l pl.UTF-8
1004Programy demonstracyjne dla szkieletu Zend Framework.
1005
366e32c5
ER
1006%prep
1007%setup -q
1008
39269395
ER
1009find '(' -name '*.php' -o -name '*.xml' ')' -print0 | xargs -0 %{__sed} -i -e 's,\r$,,'
1010
1011install %{SOURCE1} find-lang.sh
1012
366e32c5
ER
1013%install
1014rm -rf $RPM_BUILD_ROOT
9d1d6b31 1015install -d $RPM_BUILD_ROOT{%{_examplesdir}/%{name}-%{version},%{php_pear_dir}}
366e32c5
ER
1016cp -a demos/Zend/* $RPM_BUILD_ROOT%{_examplesdir}/%{name}-%{version}
1017
9d1d6b31
ER
1018# library should be in include_path if used, so we use already defined %{php_pear_dir}
1019cp -a library/* $RPM_BUILD_ROOT%{php_pear_dir}
366e32c5 1020
39269395
ER
1021./find-lang.sh %{name}.lang
1022
366e32c5
ER
1023%clean
1024rm -rf $RPM_BUILD_ROOT
1025
1026%files
1027%defattr(644,root,root,755)
b56139b1 1028%doc LICENSE.txt README.txt
e71cf32a 1029%dir %{php_pear_dir}/Zend
1030%dir %{php_pear_dir}/Zend/Console
1031%dir %{php_pear_dir}/Zend/Search
1032
1033%dir %{php_pear_dir}/Zend/Server
1034%{php_pear_dir}/Zend/Server/Abstract.php
1035%{php_pear_dir}/Zend/Server/Exception.php
1036%{php_pear_dir}/Zend/Server/Interface.php
1037
1038%dir %{php_pear_dir}/Zend/Service
1039%{php_pear_dir}/Zend/Service/Abstract.php
1040%{php_pear_dir}/Zend/Service/Exception.php
1041
1042%dir %{php_pear_dir}/Zend/Request
1043%{php_pear_dir}/Zend/Request/Interface.php
1044
1045%{php_pear_dir}/Zend/TimeSync
1046%{php_pear_dir}/Zend/TimeSync.php
1047
1048%files Zend_Acl
1049%defattr(644,root,root,755)
1050%{php_pear_dir}/Zend/Acl
1051%{php_pear_dir}/Zend/Acl.php
1052
1053%files Zend_Auth
1054%defattr(644,root,root,755)
1055%{php_pear_dir}/Zend/Auth
1056%{php_pear_dir}/Zend/Auth.php
1057
1058%files Zend_Cache
1059%defattr(644,root,root,755)
1060%{php_pear_dir}/Zend/Cache
1061%{php_pear_dir}/Zend/Cache.php
1062
1063%files Zend_Captcha
1064%defattr(644,root,root,755)
1065%{php_pear_dir}/Zend/Captcha
1066
1067%files Zend_Config
1068%defattr(644,root,root,755)
1069%{php_pear_dir}/Zend/Config
1070%{php_pear_dir}/Zend/Config.php
1071
1072%files Zend_Console_Getopt
1073%defattr(644,root,root,755)
1074%{php_pear_dir}/Zend/Console/Getopt
1075%{php_pear_dir}/Zend/Console/Getopt.php
1076
1077%files Zend_Controller
1078%defattr(644,root,root,755)
1079%{php_pear_dir}/Zend/Controller
1080
1081%files Zend_Currency
1082%defattr(644,root,root,755)
1083%{php_pear_dir}/Zend/Currency
1084%{php_pear_dir}/Zend/Currency.php
1085
1086%files Zend_Date
1087%defattr(644,root,root,755)
1088%{php_pear_dir}/Zend/Date
1089%{php_pear_dir}/Zend/Date.php
1090
1091%files Zend_Db
1092%defattr(644,root,root,755)
1093%{php_pear_dir}/Zend/Db
1094%{php_pear_dir}/Zend/Db.php
1095
1096%files Zend_Debug
1097%defattr(644,root,root,755)
1098%{php_pear_dir}/Zend/Debug.php
1099
1100%files Zend_Dojo
1101%defattr(644,root,root,755)
1102%{php_pear_dir}/Zend/Dojo
1103%{php_pear_dir}/Zend/Dojo.php
1104
1105%files Zend_Dom
1106%defattr(644,root,root,755)
1107%{php_pear_dir}/Zend/Dom
1108
1109%files Zend_Exception
1110%defattr(644,root,root,755)
1111%{php_pear_dir}/Zend/Exception.php
1112
1113%files Zend_Feed
1114%defattr(644,root,root,755)
1115%{php_pear_dir}/Zend/Feed
1116%{php_pear_dir}/Zend/Feed.php
1117
1118%files Zend_File
1119%defattr(644,root,root,755)
1120%{php_pear_dir}/Zend/File
1121
1122%files Zend_Filter
1123%defattr(644,root,root,755)
1124%{php_pear_dir}/Zend/Filter
1125%{php_pear_dir}/Zend/Filter.php
1126#???
1127%exclude %{php_pear_dir}/Zend/Filter/Input.php
1128
1129%files Zend_Filter_Input
1130%defattr(644,root,root,755)
1131%{php_pear_dir}/Zend/Filter/Input.php
1132
1133%files Zend_Form
1134%defattr(644,root,root,755)
1135%{php_pear_dir}/Zend/Form
1136%{php_pear_dir}/Zend/Form.php
1137
1138%files Zend_Gdata
1139%defattr(644,root,root,755)
1140%{php_pear_dir}/Zend/Gdata
1141%{php_pear_dir}/Zend/Gdata.php
1142
1143%files Zend_Http
1144%defattr(644,root,root,755)
1145%{php_pear_dir}/Zend/Http
1146
1147%files Zend_InfoCard
1148%defattr(644,root,root,755)
1149%{php_pear_dir}/Zend/InfoCard
1150%{php_pear_dir}/Zend/InfoCard.php
1151
1152%files Zend_Json
1153%defattr(644,root,root,755)
1154%{php_pear_dir}/Zend/Json
1155%{php_pear_dir}/Zend/Json.php
1156
1157%files Zend_Layout
1158%defattr(644,root,root,755)
1159%{php_pear_dir}/Zend/Layout
1160%{php_pear_dir}/Zend/Layout.php
1161
1162%files Zend_Ldap
1163%defattr(644,root,root,755)
1164%{php_pear_dir}/Zend/Ldap
1165%{php_pear_dir}/Zend/Ldap.php
1166
1167%files Zend_Loader
1168%defattr(644,root,root,755)
1169%{php_pear_dir}/Zend/Loader
1170%{php_pear_dir}/Zend/Loader.php
1171
39269395 1172%files Zend_Locale -f %{name}.lang
e71cf32a 1173%defattr(644,root,root,755)
39269395 1174%dir %{php_pear_dir}/Zend/Locale
e71cf32a 1175%{php_pear_dir}/Zend/Locale.php
39269395
ER
1176%{php_pear_dir}/Zend/Locale/Exception.php
1177%{php_pear_dir}/Zend/Locale/Format.php
1178%{php_pear_dir}/Zend/Locale/Math.php
1179%{php_pear_dir}/Zend/Locale/Math
1180
1181%{php_pear_dir}/Zend/Locale/Data.php
1182%dir %{php_pear_dir}/Zend/Locale/Data
1183%{php_pear_dir}/Zend/Locale/Data/Translation.php
1184%{php_pear_dir}/Zend/Locale/Data/supplementalData.xml
e71cf32a 1185
1186%files Zend_Log
1187%defattr(644,root,root,755)
1188%{php_pear_dir}/Zend/Log
1189%{php_pear_dir}/Zend/Log.php
1190
1191%files Zend_Mail
1192%defattr(644,root,root,755)
1193%{php_pear_dir}/Zend/Mail
1194%{php_pear_dir}/Zend/Mail.php
1195
1196%files Zend_Measure
1197%defattr(644,root,root,755)
1198%{php_pear_dir}/Zend/Measure
1199
1200%files Zend_Memory
1201%defattr(644,root,root,755)
1202%{php_pear_dir}/Zend/Memory
1203%{php_pear_dir}/Zend/Memory.php
1204
1205%files Zend_Mime
1206%defattr(644,root,root,755)
1207%{php_pear_dir}/Zend/Mime
1208%{php_pear_dir}/Zend/Mime.php
1209
1210%files Zend_OpenId
1211%defattr(644,root,root,755)
1212%{php_pear_dir}/Zend/OpenId
1213%{php_pear_dir}/Zend/OpenId.php
1214
1215%files Zend_Paginator
1216%defattr(644,root,root,755)
1217%{php_pear_dir}/Zend/Paginator
1218%{php_pear_dir}/Zend/Paginator.php
1219
1220%files Zend_Pdf
1221%defattr(644,root,root,755)
1222%{php_pear_dir}/Zend/Pdf
1223%{php_pear_dir}/Zend/Pdf.php
1224
1225%files Zend_Registry
1226%defattr(644,root,root,755)
1227%{php_pear_dir}/Zend/Registry.php
1228
1229%files Zend_Rest
1230%defattr(644,root,root,755)
1231%{php_pear_dir}/Zend/Rest
1232
1233%files Zend_Search_Lucene
1234%defattr(644,root,root,755)
1235%{php_pear_dir}/Zend/Search/Exception.php
1236%{php_pear_dir}/Zend/Search/Lucene
1237%{php_pear_dir}/Zend/Search/Lucene.php
1238
1239%files Zend_Server_Reflection
1240%defattr(644,root,root,755)
1241%{php_pear_dir}/Zend/Server/Reflection
1242%{php_pear_dir}/Zend/Server/Reflection.php
1243
1244%files Zend_Service_Akismet
1245%defattr(644,root,root,755)
1246%{php_pear_dir}/Zend/Service/Akismet.php
1247
1248%files Zend_Service_Amazon
1249%defattr(644,root,root,755)
1250%{php_pear_dir}/Zend/Service/Amazon
1251%{php_pear_dir}/Zend/Service/Amazon.php
1252
1253%files Zend_Service_Audioscrobbler
1254%defattr(644,root,root,755)
1255%{php_pear_dir}/Zend/Service/Audioscrobbler.php
1256
1257%files Zend_Service_Delicious
1258%defattr(644,root,root,755)
1259%{php_pear_dir}/Zend/Service/Delicious
1260%{php_pear_dir}/Zend/Service/Delicious.php
1261
1262%files Zend_Service_Flickr
1263%defattr(644,root,root,755)
1264%{php_pear_dir}/Zend/Service/Flickr
1265%{php_pear_dir}/Zend/Service/Flickr.php
1266
1267%files Zend_Service_Nirvanix
1268%defattr(644,root,root,755)
1269%{php_pear_dir}/Zend/Service/Nirvanix
1270%{php_pear_dir}/Zend/Service/Nirvanix.php
1271
1272%files Zend_Service_ReCaptcha
1273%defattr(644,root,root,755)
1274%{php_pear_dir}/Zend/Service/ReCaptcha
1275%{php_pear_dir}/Zend/Service/ReCaptcha.php
1276
1277%files Zend_Service_Simpy
1278%defattr(644,root,root,755)
1279%{php_pear_dir}/Zend/Service/Simpy
1280%{php_pear_dir}/Zend/Service/Simpy.php
1281
1282%files Zend_Service_SlideShare
1283%defattr(644,root,root,755)
1284%{php_pear_dir}/Zend/Service/SlideShare
1285%{php_pear_dir}/Zend/Service/SlideShare.php
1286
1287%files Zend_Service_StrikeIron
1288%defattr(644,root,root,755)
1289%{php_pear_dir}/Zend/Service/StrikeIron
1290%{php_pear_dir}/Zend/Service/StrikeIron.php
1291
1292%files Zend_Service_Technorati
1293%defattr(644,root,root,755)
1294%{php_pear_dir}/Zend/Service/Technorati
1295%{php_pear_dir}/Zend/Service/Technorati.php
1296
1297%files Zend_Service_Yahoo
1298%defattr(644,root,root,755)
1299%{php_pear_dir}/Zend/Service/Yahoo
1300%{php_pear_dir}/Zend/Service/Yahoo.php
1301
1302%files Zend_Session
1303%defattr(644,root,root,755)
1304%{php_pear_dir}/Zend/Session
1305%{php_pear_dir}/Zend/Session.php
1306
1307%files Zend_Soap
1308%defattr(644,root,root,755)
1309%{php_pear_dir}/Zend/Soap
1310
1311%files Zend_Text
1312%defattr(644,root,root,755)
1313%{php_pear_dir}/Zend/Text
1314
1315%files Zend_Test
1316%defattr(644,root,root,755)
1317%{php_pear_dir}/Zend/Test
1318
1319%files Zend_Translate
1320%defattr(644,root,root,755)
1321%{php_pear_dir}/Zend/Translate
1322%{php_pear_dir}/Zend/Translate.php
1323
1324%files Zend_Uri
1325%defattr(644,root,root,755)
1326%{php_pear_dir}/Zend/Uri
1327%{php_pear_dir}/Zend/Uri.php
1328
1329%files Zend_Validate
1330%defattr(644,root,root,755)
1331%{php_pear_dir}/Zend/Validate
1332%{php_pear_dir}/Zend/Validate.php
1333
1334%files Zend_Version
1335%defattr(644,root,root,755)
1336%{php_pear_dir}/Zend/Version.php
1337
1338%files Zend_View
1339%defattr(644,root,root,755)
1340%{php_pear_dir}/Zend/View
1341%{php_pear_dir}/Zend/View.php
1342
1343%files Zend_Wildfire
1344%defattr(644,root,root,755)
1345%{php_pear_dir}/Zend/Wildfire
1346
1347%files Zend_XmlRpc
1348%defattr(644,root,root,755)
1349%{php_pear_dir}/Zend/XmlRpc
9f190b56 1350
6e96c14e 1351%files demos
9f190b56 1352%defattr(644,root,root,755)
6e96c14e 1353%{_examplesdir}/%{name}-%{version}
This page took 0.276219 seconds and 4 git commands to generate.