]> git.pld-linux.org Git - SPECS.git/blob - php-pear-Services_OpenSearch.spec
SPECS updated Wed 28 Jul 14:48:01 CEST 2021
[SPECS.git] / php-pear-Services_OpenSearch.spec
1 %define         _status         beta
2 %define         _pearname       Services_OpenSearch
3 Summary:        %{_pearname} - Search A9 OpenSearch compatible engines
4 Summary(pl.UTF-8):      %{_pearname} - wyszukiwanie w silnikach kompatybilnych z A9 OpenSearch
5 Name:           php-pear-%{_pearname}
6 Version:        0.2.0
7 Release:        2
8 License:        PHP License 3.0
9 Group:          Development/Languages/PHP
10 Source0:        http://pear.php.net/get/%{_pearname}-%{version}.tgz
11 # Source0-md5:  c35f714d07c44dde177cc2fadb63a5e0
12 URL:            http://pear.php.net/package/Services_OpenSearch/
13 BuildRequires:  php-pear-PEAR >= 1:1.4.0-0.b1
14 BuildRequires:  rpm-php-pearprov >= 4.4.2-11
15 BuildRequires:  rpmbuild(macros) >= 1.300
16 Requires:       php-pear
17 Requires:       php-pear-HTTP_Request
18 Requires:       php-pear-PEAR
19 Requires:       php-pear-XML_RSS
20 Requires:       php-pear-XML_Serializer
21 BuildArch:      noarch
22 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
23
24 %description
25 Provides access to A9 OpenSearch compatible search engines. This is
26 porting Perl modules WWW::OpenSearch.
27
28 In PEAR status of this package is: %{_status}.
29
30 %description -l pl.UTF-8
31 Umożliwia dostęp do wyszukiwarek kompatybilnych z A9 OpenSearch. Jest
32 to port modułu Perla WWW::OpenSearch.
33
34 Ta klasa ma w PEAR status: %{_status}.
35
36 %prep
37 %pear_package_setup
38
39 %install
40 rm -rf $RPM_BUILD_ROOT
41 install -d $RPM_BUILD_ROOT%{php_pear_dir}
42 %pear_package_install
43
44 %clean
45 rm -rf $RPM_BUILD_ROOT
46
47 %files
48 %defattr(644,root,root,755)
49 %doc install.log docs/%{_pearname}/example.php
50 %{php_pear_dir}/.registry/*.reg
51 %{php_pear_dir}/Services/OpenSearch.php
This page took 1.14888 seconds and 3 git commands to generate.