]> git.pld-linux.org Git - packages/php-pear-Services_Google.git/blob - php-pear-Services_Google.spec
- cleanup
[packages/php-pear-Services_Google.git] / php-pear-Services_Google.spec
1 %include        /usr/lib/rpm/macros.php
2 %define         _class          Services
3 %define         _subclass       Google
4 %define         _status         alpha
5 %define         _pearname       %{_class}_%{_subclass}
6
7 Summary:        %{_pearname} - Provides access to the Google Web APIs
8 Summary(pl):    %{_pearname} - Dostêp do API stron Google
9 Name:           php-pear-%{_pearname}
10 Version:        0.1.1
11 Release:        1
12 License:        PHP 2.02
13 Group:          Development/Languages/PHP
14 Source0:        http://pear.php.net/get/%{_pearname}-%{version}.tgz
15 # Source0-md5:  4295f59c0d87983237486236bd8578c3
16 URL:            http://pear.php.net/package/Services_Google/
17 BuildRequires:  php-pear-PEAR
18 BuildRequires:  rpm-php-pearprov >= 4.4.2-11
19 Requires:       php-common >= 3:5.0.0
20 Requires:       php-pear
21 Requires:       php-soap
22 BuildArch:      noarch
23 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
24
25 %description
26 Allows easy access to the Google Web APIs for the search engine,
27 spelling suggestions, and cache.
28
29 To use the package you'll need an API key from
30 <http://www.google.com/apis/>.
31
32 In PEAR status of this package is: %{_status}.
33
34 %description -l pl
35 Pozwala na ³atwy dostêp do API stron Google - wyszukiwarki, porad
36 dotycz±cych pisowni oraz cache.
37
38 Aby u¿yæ tego pakietu potrzebny bêdzie klucz API ze strony
39 <http://www.google.com/apis/>.
40
41 Ta klasa ma w PEAR status: %{_status}.
42
43 %prep
44 %pear_package_setup
45
46 %install
47 rm -rf $RPM_BUILD_ROOT
48 install -d $RPM_BUILD_ROOT%{php_pear_dir}
49 %pear_package_install
50
51 %clean
52 rm -rf $RPM_BUILD_ROOT
53
54 %files
55 %defattr(644,root,root,755)
56 %doc install.log
57 %doc docs/%{_pearname}/*
58 %{php_pear_dir}/.registry/*.reg
59 %{php_pear_dir}/%{_class}/*.php
This page took 0.065851 seconds and 3 git commands to generate.