]> git.pld-linux.org Git - packages/php-pear-HTML_Form.git/blob - php-pear-HTML_Form.spec
- drop obsolete and outdated manual inclusion of rpm macros
[packages/php-pear-HTML_Form.git] / php-pear-HTML_Form.spec
1 %define         _status         stable
2 %define         _pearname       HTML_Form
3 Summary:        %{_pearname} - simple HTML form package
4 Summary(pl.UTF-8):      %{_pearname} - pakiet do prostych formularzy HTML
5 Name:           php-pear-%{_pearname}
6 Version:        1.3.1
7 Release:        1
8 Epoch:          0
9 License:        PHP 2.02
10 Group:          Development/Languages/PHP
11 Source0:        http://pear.php.net/get/%{_pearname}-%{version}.tgz
12 # Source0-md5:  b880b155ce423e7d49dd2201bf35a359
13 URL:            http://pear.php.net/package/HTML_Form/
14 BuildRequires:  php-pear-PEAR
15 BuildRequires:  rpm-php-pearprov >= 4.4.2-11
16 BuildRequires:  rpmbuild(macros) >= 1.300
17 Requires:       php(core) >= 4.0.0
18 Requires:       php-pear
19 Obsoletes:      php-pear-HTML_Form-tests
20 BuildArch:      noarch
21 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
22
23 %description
24 This is a simple HTML form generator. It supports all the HTML form
25 element types including file uploads, may return or print the form,
26 just individual form elements or the full form in "table mode" with a
27 fixed layout.
28
29 In PEAR status of this package is: %{_status}.
30
31 %description -l pl.UTF-8
32 To jest generator prostych formularzy HTML. Obsługuje wszystkie typy
33 elementów formularzy HTML włącznie z przesyłaniem plików; może zwrócić
34 lub wypisać formularz, same elementy formularza lub pełny formularz w
35 "trybie tabeli" z ustalonym rozmieszczeniem.
36
37 Ta klasa ma w PEAR status: %{_status}.
38
39 %prep
40 %pear_package_setup
41
42 %install
43 rm -rf $RPM_BUILD_ROOT
44 install -d $RPM_BUILD_ROOT%{php_pear_dir}
45 %pear_package_install
46
47 %clean
48 rm -rf $RPM_BUILD_ROOT
49
50 %files
51 %defattr(644,root,root,755)
52 %doc install.log
53 %{php_pear_dir}/.registry/*.reg
54 %{php_pear_dir}/HTML/*.php
This page took 0.058579 seconds and 4 git commands to generate.