]> git.pld-linux.org Git - packages/php-pear-HTML_QuickForm.git/blame - php-pear-HTML_QuickForm.spec
- release 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 116.
This page took 0.029 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
4%define _pearname %{_class}_%{_subclass}
5Summary: %{_class}_%{_subclass} - methods for creating, validating, processing HTML forms
b160b4bd 6Summary(pl): %{_class}_%{_subclass} - metody do tworzenia, kontroli i przetwarzania formularzy HTML
39fecfb8
PG
7Name: php-pear-%{_pearname}
8Version: 2.3
6e4dd3a4 9Release: 2
39fecfb8
PG
10License: PHP 2.02
11Group: Development/Languages/PHP
12Source0: http://pear.php.net/get/%{_pearname}-%{version}.tgz
39fecfb8 13URL: http://pear.php.net/
b160b4bd 14BuildRequires: rpm-php-pearprov
8a47e8af 15Requires: php-pear
39fecfb8
PG
16BuildArch: noarch
17BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
18
19%description
20The PEAR::HTML_QuickForm package provides methods for creating,
21validating, processing HTML forms. Features:
22- Creates xHTML compliant form elements of various type.
23- Allows you to choose an unlimited number of html attributes.
24- Allows you to create your own custom elements using your own
25 classes.
26- Process form values (you should override the process method).
27- Creates javascript validation code using regular expression.
28- Server-side validation too.
29- Allows you to create your own validation rules.
30- Manages file uploads.
31- Allows you to freeze some elements in your form.
32- Allows you to customize the look of your form in many ways.
33- Template-like form elements customization...
34
35%description -l pl
b160b4bd
JB
36