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