]> git.pld-linux.org Git - packages/php-pear-HTML_QuickForm_advmultiselect.git/blame - php-pear-HTML_QuickForm_advmultiselect.spec
- drop obsolete and outdated manual inclusion of rpm macros
[packages/php-pear-HTML_QuickForm_advmultiselect.git] / php-pear-HTML_QuickForm_advmultiselect.spec
CommitLineData
8cb8b05a
AG
1%define _class HTML
2%define _subclass QuickForm
863b112c 3%define _status stable
4336d811 4%define _pearname HTML_QuickForm_advmultiselect
8cb8b05a 5Summary: %{_pearname} - element for HTML_QuickForm that emulate a multi-select
13a6801e 6Summary(pl.UTF-8): %{_pearname} - element HTML_QuickForm emulujący wielokrotną listę wyboru
8cb8b05a 7Name: php-pear-%{_pearname}
a6507e94 8Version: 1.5.1
3033c7dd 9Release: 5
8cb8b05a
AG
10License: PHP 3.0
11Group: Development/Languages/PHP
12Source0: http://pear.php.net/get/%{_pearname}-%{version}.tgz
a6507e94 13# Source0-md5: eab022b47db9e262f6d126a9c875264f
8cb8b05a 14URL: http://pear.php.net/package/HTML_QuickForm_advmultiselect/
32d34065 15BuildRequires: php-pear-PEAR
013b4608 16BuildRequires: php-pear-PEAR >= 1:1.5.4
338ea4b6 17BuildRequires: rpm-php-pearprov >= 4.4.2-11
d05f1caa 18BuildRequires: rpmbuild(macros) >= 1.300
3033c7dd 19Requires: php(core) >= 4.2.0
4336d811 20Requires: php(pcre)
8cb8b05a 21Requires: php-pear
013b4608
ER
22Requires: php-pear-HTML_Common >= 1.2.5
23Requires: php-pear-HTML_QuickForm >= 3.2.10
ce3ec74a 24Requires: php-pear-PEAR-core >= 1:1.4.3
013b4608 25Suggests: php-pear-PHPUnit
1e2f331f 26Obsoletes: php-pear-HTML_QuickForm_advmultiselect-tests
4336d811 27Conflicts: php-pear-HTML_QuickForm = 3.2.4
8cb8b05a
AG
28BuildArch: noarch
29BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
30
013b4608
ER
31# exclude optional dependencies
32%define _noautoreq pear(PHPUnit.*)
33
8cb8b05a
AG
34%description
35The HTML_QuickForm_advmultiselect package adds an element to the
36HTML_QuickForm package that is two select boxes next to each other
37emulating a multi-select.
38
39In PEAR status of this package is: %{_status}.
40
9ffee0af 41%description -l pl.UTF-8
8cb8b05a 42Pakiet HTML_QuickForm_advmultiselect rozszerza HTML_QuickForm o dwa
9ffee0af 43znajdujące się obok siebie pola wyboru emulujące wielokrotną listę
8cb8b05a
AG
44wyboru.
45
46Ta klasa ma w PEAR status: %{_status}.
47
48%prep
338ea4b6 49%pear_package_setup
8cb8b05a
AG
50
51%install
52rm -rf $RPM_BUILD_ROOT
338ea4b6
ER
53install -d $RPM_BUILD_ROOT%{php_pear_dir}
54%pear_package_install
8cb8b05a
AG
55
56%clean
57rm -rf $RPM_BUILD_ROOT
58
59%files
60%defattr(644,root,root,755)
a7280b1b 61%doc install.log docs/%{_pearname}/{ChangeLog,examples}
338ea4b6 62%{php_pear_dir}/.registry/*.reg
4336d811 63%{php_pear_dir}/HTML/QuickForm/*.php
0985d61f 64%{php_pear_dir}/data
This page took 0.036486 seconds and 4 git commands to generate.