]> git.pld-linux.org Git - packages/perl-XML-Filter-DOMFilter-LibXML.git/blob - perl-XML-Filter-DOMFilter-LibXML.spec
- pl
[packages/perl-XML-Filter-DOMFilter-LibXML.git] / perl-XML-Filter-DOMFilter-LibXML.spec
1 #
2 # Conditional build:
3 %bcond_without  tests           # do not perform "make test"
4 #
5 %include        /usr/lib/rpm/macros.perl
6 %define pdir    XML
7 %define pnam    Filter-DOMFilter-LibXML
8 Summary:        XML::Filter::DOMFilter::LibXML - SAX Filter allowing DOM processing of selected subtrees
9 Summary(pl):    XML::Filter::DOMFilter::LibXML - filtr SAX pozwalaj±cy na przetwarzanie DOM wybranych poddrzew
10 Name:           perl-XML-Filter-DOMFilter-LibXML
11 Version:        0.02
12 Release:        1
13 License:        unknown
14 Group:          Development/Languages/Perl
15 Source0:        http://www.cpan.org/modules/by-module/%{pdir}/%{pdir}-%{pnam}-%{version}.tar.gz
16 # Source0-md5:  9089d02fbd5ff914070af4c3b9142f02
17 BuildRequires:  perl-devel >= 1:5.8.0
18 BuildRequires:  rpm-perlprov >= 4.1-13
19 %if %{with tests}
20 BuildRequires:  perl-XML-LibXML >= 1.53
21 BuildRequires:  perl-XML-LibXML-SAX
22 %endif
23 BuildArch:      noarch
24 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
25
26 %description
27 This module provides a compromise between SAX and DOM processing by
28 allowing to use DOM API to process only reasonably small parts of an
29 XML document. It works as a SAX filter temporarily building small DOM
30 trees around parts selected by given XPath expressions (with some
31 limitations).
32
33 %description -l pl
34 Ten modu³ daje kompromis pomiêdzy przetwarzaniem SAX i DOM zezwalaj±c
35 na u¿ywanie API DOM do przetwarzania tylko odpowiednio ma³ych czê¶ci
36 dokumentu XML. Dzia³a jako filtr SAX tymczasowo buduj±cy ma³e drzewa
37 DOM dla czê¶ci wybranych poprzez podane wyra¿enia XPath (z pewnymi
38 ograniczeniami).
39
40 %prep
41 %setup -q -n %{pdir}-%{pnam}-%{version}
42
43 %build
44 %{__perl} Makefile.PL \
45         INSTALLDIRS=vendor
46 %{__make}
47
48 %{?with_tests:%{__make} test}
49
50 %install
51 rm -rf $RPM_BUILD_ROOT
52
53 %{__make} install \
54         DESTDIR=$RPM_BUILD_ROOT
55
56 %clean
57 rm -rf $RPM_BUILD_ROOT
58
59 %files
60 %defattr(644,root,root,755)
61 %{perl_vendorlib}/XML/*/*/*.pm
62 %{_mandir}/man3/*
This page took 0.035916 seconds and 4 git commands to generate.