]> git.pld-linux.org Git - packages/php-pear-HTML_QuickForm.git/blame - php-pear-HTML_QuickForm.spec
- moved examples to examplesdir from docs; rel 2
[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 255.
This page took 0.098961 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}
62cc324c 10Version: 3.2.6
b10d6063 11Release: 2
39fecfb8
PG
12License: PHP 2.02
13Group: Development/Languages/PHP
14Source0: http://pear.php.net/get/%{_pearname}-%{version}.tgz
62cc324c 15# Source0-md5: a94c980f0ba4c676ef9266ea53f6c9f7
ff9e1a08 16URL: http://pear.php.net/package/HTML_QuickForm/
5e622f44 17BuildRequires: php-pear-PEAR
52156c63 18BuildRequires: rpm-php-pearprov >= 4.4.2-11
b1ea1b76 19BuildRequires: rpmbuild(macros) >= 1.300
ad0d1563 20Requires: php-common >= 3:4.2
8511af48 21Requires: php-pear >= 4:1.0-9.1
21499f75 22Requires: php-pear-HTML_Common >= 1.2.1
39fecfb8
PG
23BuildArch: noarch
24BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
25
26%description
27The PEAR::HTML_QuickForm package provides methods for creating,
28validating, processing HTML forms. Features:
29- Creates xHTML compliant form elements of various type.
30- Allows you to choose an unlimited number of html attributes.
31- Allows you to create your own custom elements using your own
32 classes.
33- Process form values (you should override the process method).
34- Creates javascript validation code using regular expression.
35- Server-side validation too.
36- Allows you to create your own validation rules.
37- Manages file uploads.
38- Allows you to freeze some elements in your form.
39- Allows you to customize the look of your form in many ways.
40- Template-like form elements customization...
41
9d1271af 42In PEAR status of this package is: %{_status}.
6d46f414 43
39fecfb8 44%description -l pl
b160b4bd
JB
45