]> git.pld-linux.org Git - packages/php-pear-HTML_QuickForm.git/blame - php-pear-HTML_QuickForm.spec
- more specific URL
[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 157.
This page took 0.065393 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}
43f86c8e 9Version: 3.1
6d46f414 10Release: 1
39fecfb8
PG
11License: PHP 2.02
12Group: Development/Languages/PHP
13Source0: http://pear.php.net/get/%{_pearname}-%{version}.tgz
43f86c8e 14# Source0-md5: 5833344a2041721a263bc09faea38eea
3566fb79 15URL: http://pear.php.net/package/%{_pearname}/
8b9d80f4 16BuildRequires: rpm-php-pearprov >= 4.0.2-98
6d46f414 17Requires: php-pear >= 4.3.0
39fecfb8
PG
18BuildArch: noarch
19BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
20
21%description
22The PEAR::HTML_QuickForm package provides methods for creating,
23validating, processing HTML forms. Features:
24- Creates xHTML compliant form elements of various type.
25- Allows you to choose an unlimited number of html attributes.
26- Allows you to create your own custom elements using your own
27 classes.
28- Process form values (you should override the process method).
29- Creates javascript validation code using regular expression.
30- Server-side validation too.
31- Allows you to create your own validation rules.
32- Manages file uploads.
33- Allows you to freeze some elements in your form.
34- Allows you to customize the look of your form in many ways.
35- Template-like form elements customization...
36
6d46f414
PG
37This class has in PEAR status: %{_status}.
38
39fecfb8 39%description -l pl
b160b4bd
JB
40