]> git.pld-linux.org Git - packages/php-pear-HTML_QuickForm.git/blame - php-pear-HTML_QuickForm.spec
- Requires php-pear-HTML_Common >= 1.2.1
[packages/php-pear-HTML_QuickForm.git] / php-pear-HTML_QuickForm.spec
Content-type: text/html ]> git.pld-linux.org Git - packages/php-pear-HTML_QuickForm.git/blame - php-pear-HTML_QuickForm.spec


500 - Internal Server Error

Malformed UTF-8 character (fatal) at (eval 6) line 1, <$fd> line 170.
This page took 0.106431 seconds and 4 git commands to generate.
CommitLineData
39fecfb8
PG
1%include /usr/lib/rpm/macros.php
2%define _class HTML
3%define _subclass QuickForm
6d46f414 4%define _status stable
39fecfb8 5%define _pearname %{_class}_%{_subclass}
bd398f2a
PG
6Summary: %{_pearname} - methods for creating, validating, processing HTML forms
7Summary(pl): %{_pearname} - metody do tworzenia, kontroli i przetwarzania formularzy HTML
39fecfb8 8Name: php-pear-%{_pearname}
6838c080 9Version: 3.1.1
6d46f414 10Release: 1
39fecfb8
PG
11License: PHP 2.02
12Group: Development/Languages/PHP
13Source0: http://pear.php.net/get/%{_pearname}-%{version}.tgz
6838c080 14# Source0-md5: bc2546ef445c38267a08202796094810
3566fb79 15URL: http://pear.php.net/package/%{_pearname}/
8b9d80f4 16BuildRequires: rpm-php-pearprov >= 4.0.2-98
6d46f414 17Requires: php-pear >= 4.3.0
73dd836f 18Requires: php-pear-HTML_Common >= 1.2.1
39fecfb8
PG
19BuildArch: noarch
20BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
21
22%description
23The PEAR::HTML_QuickForm package provides methods for creating,
24validating, processing HTML forms. Features:
25- Creates xHTML compliant form elements of various type.
26- Allows you to choose an unlimited number of html attributes.
27- Allows you to create your own custom elements using your own
28 classes.
29- Process form values (you should override the process method).
30- Creates javascript validation code using regular expression.
31- Server-side validation too.
32- Allows you to create your own validation rules.
33- Manages file uploads.
34- Allows you to freeze some elements in your form.
35- Allows you to customize the look of your form in many ways.
36- Template-like form elements customization...
37
6d46f414
PG
38This class has in PEAR status: %{_status}.
39
39fecfb8 40%description -l pl
b160b4bd
JB
41