]> git.pld-linux.org Git - SPECS.git/blob - php-pear-Net_IDNA2.spec
SPECS updated Tue 30 Apr 15:06:09 CEST 2024
[SPECS.git] / php-pear-Net_IDNA2.spec
1 %define         status          beta
2 %define         pearname        Net_IDNA2
3 Summary:        %{pearname} - Punycode encoding and decoding
4 Name:           php-pear-Net_IDNA2
5 Version:        0.2.0
6 Release:        1
7 License:        LGPL
8 Group:          Development/Languages/PHP
9 Source0:        http://pear.php.net/get/%{pearname}-%{version}.tgz
10 # Source0-md5:  9da0e1dc77032cd8af59b50a2a02ca31
11 URL:            http://pear.php.net/package/Net_IDNA2/
12 BuildRequires:  php-packagexml2cl
13 BuildRequires:  php-pear-PEAR
14 BuildRequires:  rpm-php-pearprov >= 4.4.2-11
15 BuildRequires:  rpmbuild(macros) >= 1.580
16 Requires:       php-pear
17 BuildArch:      noarch
18 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
19
20 %description
21 This package helps you to encode and decode punycode strings easily.
22
23 In PEAR status of this package is: %{status}.
24
25 %prep
26 %pear_package_setup
27
28 %build
29 packagexml2cl package.xml > ChangeLog
30
31 %install
32 rm -rf $RPM_BUILD_ROOT
33 install -d $RPM_BUILD_ROOT%{php_pear_dir}
34 %pear_package_install
35
36 %clean
37 rm -rf $RPM_BUILD_ROOT
38
39 %files
40 %defattr(644,root,root,755)
41 %doc ChangeLog install.log
42 %{php_pear_dir}/.registry/*.reg
43 %{php_pear_dir}/Net/IDNA2.php
44 %{php_pear_dir}/Net/IDNA2
This page took 1.108693 seconds and 3 git commands to generate.