]> git.pld-linux.org Git - packages/php-pear-XML_Beautifier.git/blame - php-pear-XML_Beautifier.spec
- tests no longer installed - don't try to remove them
[packages/php-pear-XML_Beautifier.git] / php-pear-XML_Beautifier.spec
CommitLineData
c2204181 1%include /usr/lib/rpm/macros.php
d703307c 2%define _status stable
8e600250 3%define _pearname XML_Beautifier
a7f1bd5a 4Summary: %{_pearname} - class to format XML documents
fae0d726 5Summary(pl.UTF-8): %{_pearname} - klasa do formatowania dokumentów XML
c2204181 6Name: php-pear-%{_pearname}
8e600250
ER
7Version: 1.2.2
8Release: 1
c32aaba8 9License: BSD
c2204181
AG
10Group: Development/Languages/PHP
11Source0: http://pear.php.net/get/%{_pearname}-%{version}.tgz
8e600250 12# Source0-md5: a5f57c749a09a1b598f0284c95f86e68
af4c25bc 13URL: http://pear.php.net/package/XML_Beautifier/
8e600250 14BuildRequires: php-pear-PEAR >= 1:1.3.0
5a579dd5 15BuildRequires: rpm-php-pearprov >= 4.4.2-11
e1bbb0f4 16BuildRequires: rpmbuild(macros) >= 1.300
a92e91d4 17Requires: php-common >= 3:4.2.0
52b45607
ER
18Requires: php-pear
19Requires: php-pear-XML_Parser >= 1.0
a92e91d4 20Requires: php-pear-XML_Util >= 0.5
c2204181
AG
21BuildArch: noarch
22BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
23
24%description
25XML_Beautifier will add indentation and linebreaks to you XML files,
26replace all entities, format your comments and makes your document
27easier to read. You can influence the way your document is beautified
52b45607 28with several options.
c2204181 29
119fcad0 30In PEAR status of this package is: %{_status}.
c2204181 31
f6b68d97
JR
32%description -l pl.UTF-8
33XML_Beautifier dodaje wcięcia i znaki końca linii do plików XML,
34zastępuje wszelkie encje, przeformatowuje komentarze i sprawia, że
35dokument jest łatwiejszy do czytania. Za pomocą wielu opcji można
36wpłynąć na sposób, w jaki dokument będzie upiększony.
c2204181
AG
37
38Ta klasa ma w PEAR status: %{_status}.
39
40%prep
fa7adce7 41%pear_package_setup
c2204181
AG
42
43%install
44rm -rf $RPM_BUILD_ROOT
fa7adce7
ER
45install -d $RPM_BUILD_ROOT%{php_pear_dir}
46%pear_package_install
d703307c 47
c2204181
AG
48%clean
49rm -rf $RPM_BUILD_ROOT
50
51%files
52%defattr(644,root,root,755)
fa7adce7
ER
53%doc install.log
54%{php_pear_dir}/.registry/*.reg
8e600250
ER
55%{php_pear_dir}/XML/Beautifier.php
56%{php_pear_dir}/XML/Beautifier
This page took 0.122754 seconds and 4 git commands to generate.