]> git.pld-linux.org Git - SPECS.git/blob - php-pear-Services_urlTea.spec
SPECS updated Sat 31 Jul 21:27:02 CEST 2021
[SPECS.git] / php-pear-Services_urlTea.spec
1 %define         _status         alpha
2 %define         _pearname       Services_urlTea
3 Summary:        %{_pearname} - PHP interface to urlTea's API
4 Summary(pl.UTF-8):      %{_pearname} - interfejs PHP do API urlTea
5 Name:           php-pear-%{_pearname}
6 Version:        0.1.0
7 Release:        5
8 License:        New BSD License
9 Group:          Development/Languages/PHP
10 Source0:        http://pear.php.net/get/%{_pearname}-%{version}.tgz
11 # Source0-md5:  95aa6c8252c86a50394b7095bb0e5944
12 URL:            http://pear.php.net/package/Services_urlTea/
13 BuildRequires:  php-pear-PEAR
14 BuildRequires:  rpm-php-pearprov >= 4.4.2-11
15 BuildRequires:  rpmbuild(macros) >= 1.300
16 Requires:       php(curl)
17 Requires:       php-pear
18 Obsoletes:      php-pear-Services_urlTea-tests
19 BuildArch:      noarch
20 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
21
22 %description
23 An interface for creating urlTea URL's with their API as well as
24 looking up destinations of given urlTea URL's.
25
26 In PEAR status of this package is: %{_status}.
27
28 %description -l pl.UTF-8
29 Pakiet ten udostępnia interfejs do tworzenia adresów URL urlTea z
30 wykorzystaniem ich API, jak również umożliwia odczytywanie adresu
31 docelowego podanego adresu urlTea.
32
33 Ta klasa ma w PEAR status: %{_status}.
34
35 %prep
36 %pear_package_setup
37
38 %install
39 rm -rf $RPM_BUILD_ROOT
40 install -d $RPM_BUILD_ROOT%{php_pear_dir}
41 %pear_package_install
42
43 %clean
44 rm -rf $RPM_BUILD_ROOT
45
46 %files
47 %defattr(644,root,root,755)
48 %doc install.log
49 %{php_pear_dir}/.registry/*.reg
50 %{php_pear_dir}/Services/urlTea
51 %{php_pear_dir}/Services/urlTea.php
This page took 0.04114 seconds and 3 git commands to generate.