]> git.pld-linux.org Git - SPECS.git/blob - php-pear-Net_Gearman.spec
SPECS updated Tue 30 Apr 15:13:02 CEST 2024
[SPECS.git] / php-pear-Net_Gearman.spec
1 %define         _class          Net
2 %define         _subclass       Gearman
3 %define         _status         alpha
4 %define         _pearname       Net_Gearman
5 Summary:        %{_pearname} - A PHP interface to Danga's Gearman
6 Summary(pl.UTF-8):      %{_pearname} - interfejs PHP do systemu Gearman
7 Name:           php-pear-%{_pearname}
8 Version:        0.2.3
9 Release:        4
10 License:        New BSD License
11 Group:          Development/Languages/PHP
12 Source0:        http://pear.php.net/get/%{_pearname}-%{version}.tgz
13 # Source0-md5:  bc5402ede86d7de797abe712dc538573
14 URL:            http://pear.php.net/package/Net_Gearman/
15 BuildRequires:  php-pear-PEAR
16 BuildRequires:  rpm-php-pearprov >= 4.4.2-11
17 BuildRequires:  rpmbuild(macros) >= 1.300
18 Requires:       php(json)
19 Requires:       php-pear
20 Obsoletes:      php-pear-Net_Gearman-tests
21 BuildArch:      noarch
22 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
23
24 %description
25 Gearman (http://www.danga.com/gearman) is a system to farm out work to
26 other machines. It can load balance function calls to lots of machines
27 and allows you to call functions between languages. It can also run
28 all function calls in parallel.
29
30 In PEAR status of this package is: %{_status}.
31
32 %description -l pl.UTF-8
33 Gearman (http://www.danga.com/gearman) to system do dystrubucji zadań
34 na inne maszyny. Możliwe jest rozdzielanie wywołań funkcji na wiele
35 maszyn jak również na wywoływanie funkcji pomiędzy różnymi językami.
36 Możliwe jest także wywołanie wielu funkcji równolegle.
37
38 Ta klasa ma w PEAR status: %{_status}.
39
40 %prep
41 %pear_package_setup
42
43 %install
44 rm -rf $RPM_BUILD_ROOT
45 install -d $RPM_BUILD_ROOT%{php_pear_dir}
46 %pear_package_install
47
48 %clean
49 rm -rf $RPM_BUILD_ROOT
50
51 %files
52 %defattr(644,root,root,755)
53 %doc install.log docs/Net_Gearman/examples
54 %{php_pear_dir}/.registry/*.reg
55 %{php_pear_dir}/Net/Gearman
This page took 0.053391 seconds and 3 git commands to generate.