]> git.pld-linux.org Git - packages/php-pear-XML_Util.git/blob - php-pear-XML_Util.spec
- updated to 1.1.4
[packages/php-pear-XML_Util.git] / php-pear-XML_Util.spec
1 %include        /usr/lib/rpm/macros.php
2 %define         _class          XML
3 %define         _subclass       Util
4 %define         _status         stable
5 %define         _pearname       %{_class}_%{_subclass}
6
7 Summary:        %{_pearname} - XML utility class
8 Summary(pl):    %{_pearname} - klasa narzêdziowa do obróbki XML-a
9 Name:           php-pear-%{_pearname}
10 Version:        1.1.4
11 Release:        1
12 License:        PHP 2.02
13 Group:          Development/Languages/PHP
14 Source0:        http://pear.php.net/get/%{_pearname}-%{version}.tgz
15 # Source0-md5:  5b28a79000d47f2bde73c10ca191e402
16 URL:            http://pear.php.net/package/XML_Util/
17 BuildRequires:  php-pear-PEAR
18 BuildRequires:  rpm-php-pearprov >= 4.4.2-11
19 BuildRequires:  rpmbuild(macros) >= 1.300
20 Requires:       php(pcre)
21 Requires:       php-common >= 3:4.2.0
22 Requires:       php-pear
23 Requires:       php-pear-PEAR-core
24 BuildArch:      noarch
25 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
26
27 %description
28 Selection of methods that are often needed when working with XML
29 documents. Functionality includes creating of attribute lists from
30 arrays, creation of tags, validation of XML names and more.
31
32 In PEAR status of this package is: %{_status}.
33
34 %description -l pl
35 Zbiór metod czêsto stosowanych podczas pracy z dokumentami XML.
36 Mo¿liwo¶æ miêdzy innymi tworzenia listy atrybutów z tablic, tworzenia
37 tagów, sprawdzania poprawno¶ci nazw XML oraz wiele innych.
38
39 Ta klasa ma w PEAR status: %{_status}.
40
41 %prep
42 %pear_package_setup
43
44 %install
45 rm -rf $RPM_BUILD_ROOT
46 install -d $RPM_BUILD_ROOT%{php_pear_dir}
47 %pear_package_install
48
49 %clean
50 rm -rf $RPM_BUILD_ROOT
51
52 %files
53 %defattr(644,root,root,755)
54 %doc install.log
55 %doc docs/%{_pearname}/examples
56 %{php_pear_dir}/.registry/*.reg
57 %{php_pear_dir}/%{_class}/*.php
This page took 0.062645 seconds and 3 git commands to generate.