]> git.pld-linux.org Git - packages/perl-XML-LibXML.git/blame - perl-XML-LibXML.spec
- massive: unfold macros in name/summary & other unifications
[packages/perl-XML-LibXML.git] / perl-XML-LibXML.spec
CommitLineData
c3053b4d 1#
2# Conditional build:
d2bc690b 3%bcond_without tests # do not perform "make test"
c3053b4d 4#
faa96313 5# TODO:
6# - add pod files to spec
7#
93b10e78 8%include /usr/lib/rpm/macros.perl
7faa82e6 9%define pdir XML
10%define pnam LibXML
5b1cc450 11Summary: XML::LibXML - interface to the GNOME libxml2 library
12Summary(pl): XML::LibXML - interfejs do biblioteki libxml2 z GNOME
70aff09e 13Name: perl-XML-LibXML
19b8e5c8 14Version: 1.58
46f69d6d 15Release: 1
35b66355 16# same as perl
d2bc690b 17License: GPL v1+ or Artistic
93b10e78 18Group: Development/Languages/Perl
46f69d6d 19Source0: http://www.cpan.org/authors/id/P/PH/PHISH/%{pdir}-%{pnam}-%{version}.tar.gz
19b8e5c8 20# Source0-md5: 4691fc436e5c0f22787f5b4a54fc56b0
35b66355 21BuildRequires: gdome2-devel >= 0.7.3
46f69d6d 22BuildRequires: libxml2-devel >= 2.5.10
88362b24 23BuildRequires: perl-XML-LibXML-Common
0042f58e 24BuildRequires: perl-XML-NamespaceSupport >= 1.07
c3053b4d 25BuildRequires: perl-XML-SAX >= 0.11
46f69d6d 26BuildRequires: perl-devel >= 1:5.8.0
e086ce6b 27BuildRequires: pkgconfig
38915a66 28BuildRequires: rpm-perlprov >= 4.1-13
46f69d6d 29Requires: libxml2 >= 2.5.10
88362b24 30BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
93b10e78 31
32%description
25829699 33This module implements much of the DOM Level 2 API as an interface to
a559f02a 34the GNOME libxml2 library. This makes it a fast and highly capable
25829699
JB
35validating XML parser library, as well as a high performance DOM.
36
37%description -l pl
38