]> git.pld-linux.org Git - packages/php-pear-Services_Yahoo.git/blob - php-pear-Services_Yahoo.spec
- drop obsolete and outdated manual inclusion of rpm macros
[packages/php-pear-Services_Yahoo.git] / php-pear-Services_Yahoo.spec
1 %define         _status         alpha
2 %define         _pearname       Services_Yahoo
3 Summary:        %{_pearname} - provides access to the Yahoo! Web Services
4 Summary(pl.UTF-8):      %{_pearname} - klasa umożliwiająca dostęp do usług WWW Yahoo!
5 Name:           php-pear-%{_pearname}
6 Version:        0.2.0
7 Release:        8
8 License:        Apache v2.0
9 Group:          Development/Languages/PHP
10 Source0:        http://pear.php.net/get/%{_pearname}-%{version}.tgz
11 # Source0-md5:  d4fb681ed6686584ba43ec493aa18f27
12 Patch0:         %{name}-paths_fix.patch
13 URL:            http://pear.php.net/package/Services_Yahoo/
14 BuildRequires:  php-pear-PEAR >= 1:1.4.0-0.b1
15 BuildRequires:  rpm-php-pearprov >= 4.4.2-11
16 BuildRequires:  rpmbuild(macros) >= 1.300
17 Requires:       php(simplexml)
18 Requires:       php-pear
19 Requires:       php-pear-HTTP_Request
20 Requires:       php-pear-PEAR-core >= 1:1.3.3
21 Obsoletes:      php-pear-Services_Yahoo-tests
22 BuildArch:      noarch
23 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
24
25 %description
26 Services_Yahoo provides object-oriented interfaces to the web service
27 capabilities of Yahoo.
28
29 In PEAR status of this package is: %{_status}.
30
31 %description -l pl.UTF-8
32 Services_Yahoo dostarcza zorientowany obiektowo interfejs do usług WWW
33 Yahoo.
34
35 Ta klasa ma w PEAR status: %{_status}.
36
37 %prep
38 %pear_package_setup
39 %patch0 -p1
40
41 %install
42 rm -rf $RPM_BUILD_ROOT
43 install -d $RPM_BUILD_ROOT%{php_pear_dir}
44 %pear_package_install
45
46 %clean
47 rm -rf $RPM_BUILD_ROOT
48
49 %files
50 %defattr(644,root,root,755)
51 %doc install.log
52 %{php_pear_dir}/.registry/*.reg
53 %dir %{php_pear_dir}/Services
54 %{php_pear_dir}/Services/Yahoo
This page took 0.080767 seconds and 3 git commands to generate.