]> git.pld-linux.org Git - packages/php-pear-HTML_QuickForm_advmultiselect.git/blob - php-pear-HTML_QuickForm_advmultiselect.spec
- 1.1.0
[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:  rpm-php-pearprov >= 4.4.2-11
18 Requires:       php-common >= 3:4.2.0
19 Requires:       php-pear
20 Requires:       php-pear-HTML_Common >= 1.2.1
21 Requires:       php-pear-HTML_QuickForm > 3.2.4
22 Requires:       php-pear-PEAR
23 BuildArch:      noarch
24 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
25
26 %description
27 The HTML_QuickForm_advmultiselect package adds an element to the
28 HTML_QuickForm package that is two select boxes next to each other
29 emulating a multi-select.
30
31 In PEAR status of this package is: %{_status}.
32
33 %description -l pl
34 Pakiet HTML_QuickForm_advmultiselect rozszerza HTML_QuickForm o dwa
35 znajduj±ce siê obok siebie pola wyboru emuluj±ce wielokrotn± listê
36 wyboru.
37
38 Ta klasa ma w PEAR status: %{_status}.
39
40 %prep
41 %pear_package_setup
42
43 %install
44 rm -rf $RPM_BUILD_ROOT
45 install -d $RPM_BUILD_ROOT%{php_pear_dir}
46 %pear_package_install
47
48 %clean
49 rm -rf $RPM_BUILD_ROOT
50
51 %files
52 %defattr(644,root,root,755)
53 %doc install.log
54 %doc docs/%{_pearname}/{NEWS,ChangeLog,examples,docs/*}
55 %{php_pear_dir}/.registry/*.reg
56 %{php_pear_dir}/%{_class}/%{_subclass}/*.php
This page took 0.106426 seconds and 3 git commands to generate.