]> git.pld-linux.org Git - packages/php-pear-Net_Dict.git/blame - php-pear-Net_Dict.spec
- converted to UTF-8
[packages/php-pear-Net_Dict.git] / php-pear-Net_Dict.spec
CommitLineData
4a25bbb5 1%include /usr/lib/rpm/macros.php
a8b6584a 2%define _class Net
3%define _subclass Dict
de22e67b 4%define _status stable
4a25bbb5 5%define _pearname %{_class}_%{_subclass}
de22e67b 6
a8b6584a 7Summary: %{_pearname} - interface to the DICT protocol
5907b4c2 8Summary(pl.UTF-8): %{_pearname} - interfejs do protokołu DICT
4a25bbb5 9Name: php-pear-%{_pearname}
4a18e8ae
ER
10Version: 1.0.5
11Release: 1
4a25bbb5
PG
12License: PHP
13Group: Development/Languages/PHP
14Source0: http://pear.php.net/get/%{_pearname}-%{version}.tgz
4a18e8ae 15# Source0-md5: e0046b0384516ec3c9fcbfa72fc19d52
92d5ecb2 16URL: http://pear.php.net/package/Net_Dict/
025bb52d 17BuildRequires: php-pear-PEAR
b4873f23 18BuildRequires: rpm-php-pearprov >= 4.4.2-11
f6523b94 19BuildRequires: rpmbuild(macros) >= 1.300
4a25bbb5 20Requires: php-pear
afed9352
ER
21Requires: php-pear-Cache >= 1.5.2
22Requires: php-pear-Net_Socket >= 1.0
4a25bbb5
PG
23BuildArch: noarch
24BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
25
26%description
27This class provides a simple API to the DICT Protocol handling all the
28network related issues and providing DICT responses in PHP datatypes
29to make it easy for a developer to use DICT servers in their programs.
30
c5f5005b 31In PEAR status of this package is: %{_status}.
de22e67b 32
5907b4c2
JR
33%description -l pl.UTF-8
34Klasa ta dostarcza proste API do protokołu DICT, dające wszystkie
35związane z siecią właściwości oraz dostarczające odpowiedzi DICT w
36typach danych PHP, pozwalając na łatwe użycie serwerów DICT w
de22e67b
AG
37programach.
38
39Ta klasa ma w PEAR status: %{_status}.
4a25bbb5
PG
40
41%prep
b4873f23 42%pear_package_setup
4a25bbb5
PG
43
44%install
45rm -rf $RPM_BUILD_ROOT
b4873f23
ER
46install -d $RPM_BUILD_ROOT%{php_pear_dir}
47%pear_package_install
4a25bbb5
PG
48
49%clean
50rm -rf $RPM_BUILD_ROOT
51
52%files
53%defattr(644,root,root,755)
b4873f23
ER
54%doc install.log
55%doc docs/%{_pearname}/docs/*
56%{php_pear_dir}/.registry/*.reg
4a25bbb5 57%{php_pear_dir}/%{_class}/*.php
This page took 0.031581 seconds and 4 git commands to generate.