]> git.pld-linux.org Git - SPECS.git/blob - php-pear-Net_IDNA.spec
SPECS updated Tue 30 Apr 15:06:09 CEST 2024
[SPECS.git] / php-pear-Net_IDNA.spec
1 %define         _status         beta
2 %define         _pearname       Net_IDNA
3 Summary:        %{_pearname} - punycode encoding and decoding
4 Summary(pl.UTF-8):      %{_pearname} - kodowanie i dekodowanie punycode
5 Name:           php-pear-%{_pearname}
6 Version:        0.8.1
7 Release:        3
8 License:        PHP 2.02
9 Group:          Development/Languages/PHP
10 Source0:        http://pear.php.net/get/%{_pearname}-%{version}.tgz
11 # Source0-md5:  e436adb07e62375da7891e592a11a037
12 URL:            http://pear.php.net/package/Net_IDNA/
13 BuildRequires:  php-pear-PEAR
14 BuildRequires:  rpm-php-pearprov >= 4.4.2-11
15 BuildRequires:  rpmbuild(macros) >= 1.300
16 Requires:       php(core) >= 4.3.0
17 Requires:       php-pear
18 Obsoletes:      php-pear-Net_IDNA-tests
19 BuildArch:      noarch
20 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
21
22 %description
23 This package helps you to encode and decode punycode strings easily.
24
25 In PEAR status of this package is: %{_status}.
26
27 %description -l pl.UTF-8
28 Ta klasa ułatwia kodowanie i dekodowanie ciągów znaków Unicode w
29 punycode.
30
31 Ta klasa ma w PEAR status: %{_status}.
32
33 %prep
34 %pear_package_setup
35
36 %install
37 rm -rf $RPM_BUILD_ROOT
38 install -d $RPM_BUILD_ROOT%{php_pear_dir}
39 %pear_package_install
40
41 %clean
42 rm -rf $RPM_BUILD_ROOT
43
44 %files
45 %defattr(644,root,root,755)
46 %doc install.log
47 %{php_pear_dir}/.registry/*.reg
48 %{php_pear_dir}/Net/*.php
This page took 0.898766 seconds and 3 git commands to generate.