]> git.pld-linux.org Git - packages/php-pear-Services_Google.git/blob - php-pear-Services_Google.spec
a86f63b2ba82971342752e768d2970ca167fb9a0
[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 rm -f ./%{php_pear_dir}/%{_class}/buildPackage.php # junk
47
48 %install
49 rm -rf $RPM_BUILD_ROOT
50 install -d $RPM_BUILD_ROOT%{php_pear_dir}
51 %pear_package_install
52
53 %clean
54 rm -rf $RPM_BUILD_ROOT
55
56 %files
57 %defattr(644,root,root,755)
58 %doc install.log
59 %doc docs/%{_pearname}/*
60 %{php_pear_dir}/.registry/*.reg
61 %{php_pear_dir}/%{_class}/*.php
This page took 0.076739 seconds and 2 git commands to generate.