]> git.pld-linux.org Git - packages/perl-XML-DOM.git/blame - perl-XML-DOM.spec
- drop obsolete and outdated manual inclusion of rpm macros
[packages/perl-XML-DOM.git] / perl-XML-DOM.spec
CommitLineData
5725c769 1#
b0311bcd 2# Conditional build:
cc1e74fe 3%bcond_with tests # perform "make test"
4 # tests fail -- buggy perl?
6ebfe29f 5%define pdir XML
6%define pnam DOM
3c7908cc 7Summary: XML::DOM - build DOM Level 1 compliant document structures
ada84ebe 8Summary(pl.UTF-8): XML::DOM - budowanie struktur dokumentów zgodnych z DOM Level 1
b0311bcd 9Name: perl-XML-DOM
b5f11e89 10Version: 1.44
0fd976b9 11Release: 2
0b342c7d 12# same as perl
13License: GPL v1+ or Artistic
b0311bcd 14Group: Development/Languages/Perl
516f8c78 15Source0: http://www.cpan.org/modules/by-module/XML/%{pdir}-%{pnam}-%{version}.tar.gz
b5f11e89 16# Source0-md5: 1ec2032a06e5762984f7a332c199c205
516f8c78 17URL: http://search.cpan.org/dist/XML-DOM/
3417e2a3 18BuildRequires: perl-devel >= 1:5.8.0
b0311bcd 19BuildRequires: rpm-perlprov >= 4.1-13
20%if %{with tests}
5725c769 21BuildRequires: perl-XML-Parser >= 2.30
b0311bcd 22BuildRequires: perl-XML-RegExp
b0311bcd 23BuildRequires: perl-libwww
5725c769 24BuildRequires: perl-libxml >= 0.07
b0311bcd 25%endif
26Obsoletes: perl-libxml-enno
27BuildArch: noarch
28BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
29
b0311bcd 30%description
31This is a Perl extension to XML::Parser. It adds a new 'Style' to
32XML::Parser, called 'Dom', that allows XML::Parser to build an Object
33Oriented datastructure with a DOM Level 1 compliant interface.
34However, there is a new DOM module, XML::GDOME which is under active
35development and significantly faster than XML::DOM, since it is based
36on the libgdome C library.
37
a61257f8 38%description -l pl.UTF-8
5725c769 39To jest rozszerzenie Perla do XML::Parser. Dodaje do XML::Parser nowy
a61257f8 40styl o nazwie "Dom", pozwalając modułowi budować obiektowo
5725c769 41zorientowane struktury danych z interfejsem zgodnym z DOM Level 1.
a61257f8
JR
42Aczkolwiek jest nowy moduł DOM, XML::GDOME - aktualnie aktywnie
43rozwijany i znacznie szybszy niż XML::DOM, ponieważ jest oparty na
5725c769
JB
44bibliotece C libgdome.
45
b0311bcd 46%prep
47%setup -q -n %{pdir}-%{pnam}-%{version}
48
49%build
50%{__perl} Makefile.PL \
51 INSTALLDIRS=vendor
b0311bcd 52%{__make}
5725c769 53
b0311bcd 54%{?with_tests:%{__make} test}
55
56%install
57rm -rf $RPM_BUILD_ROOT
58
59%{__make} install \
60 DESTDIR=$RPM_BUILD_ROOT
61
62%clean
63rm -rf $RPM_BUILD_ROOT
64
65%files
66%defattr(644,root,root,755)
67%doc Changes README
68%dir %{perl_vendorlib}/XML/DOM
69%{perl_vendorlib}/XML/DOM.pm
70%{perl_vendorlib}/XML/DOM/*.pm
71%{perl_vendorlib}/XML/Handler/*
72%{_mandir}/man3/*
This page took 0.059634 seconds and 4 git commands to generate.