]> git.pld-linux.org Git - packages/php-pear-HTML_QuickForm_advmultiselect.git/blob - php-pear-HTML_QuickForm_advmultiselect.spec
- BR php-pear-PEAR
[packages/php-pear-HTML_QuickForm_advmultiselect.git] / php-pear-HTML_QuickForm_advmultiselect.spec
1 %include        /usr/lib/rpm/macros.php
2 %define         _class          HTML
3 %define         _subclass       QuickForm
4 %define         _status         stable
5 %define         _pearname       %{_class}_%{_subclass}_advmultiselect
6
7 Summary:        %{_pearname} - element for HTML_QuickForm that emulate a multi-select
8 Summary(pl):    %{_pearname} - element HTML_QuickForm emuluj±cy wielokrotn± listê wyboru
9 Name:           php-pear-%{_pearname}
10 Version:        1.1.0
11 Release:        1
12 License:        PHP 3.0
13 Group:          Development/Languages/PHP
14 Source0:        http://pear.php.net/get/%{_pearname}-%{version}.tgz
15 # Source0-md5:  723082cd3da5e2547323cd4097efc8cc
16 URL:            http://pear.php.net/package/HTML_QuickForm_advmultiselect/
17 BuildRequires:  php-pear-PEAR
18 BuildRequires:  rpm-php-pearprov >= 4.4.2-11
19 Requires:       php-common >= 3:4.2.0
20 Requires:       php-pear
21 Requires:       php-pear-HTML_Common >= 1.2.1
22 Requires:       php-pear-HTML_QuickForm > 3.2.4
23 Requires:       php-pear-PEAR-core
24 BuildArch:      noarch
25 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
26
27 %description
28 The HTML_QuickForm_advmultiselect package adds an element to the
29 HTML_QuickForm package that is two select boxes next to each other
30 emulating a multi-select.
31
32 In PEAR status of this package is: %{_status}.
33
34 %description -l pl
35 Pakiet HTML_QuickForm_advmultiselect rozszerza HTML_QuickForm o dwa
36 znajduj±ce siê obok siebie pola wyboru emuluj±ce wielokrotn± listê
37 wyboru.
38
39 Ta klasa ma w PEAR status: %{_status}.
40
41 %prep
42 %pear_package_setup
43
44 %install
45 rm -rf $RPM_BUILD_ROOT
46 install -d $RPM_BUILD_ROOT%{php_pear_dir}
47 %pear_package_install
48
49 %clean
50 rm -rf $RPM_BUILD_ROOT
51
52 %files
53 %defattr(644,root,root,755)
54 %doc install.log
55 %doc docs/%{_pearname}/{NEWS,ChangeLog,examples,docs/*}
56 %{php_pear_dir}/.registry/*.reg
57 %{php_pear_dir}/%{_class}/%{_subclass}/*.php
This page took 0.037568 seconds and 3 git commands to generate.