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