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