]> git.pld-linux.org Git - packages/perl-XML-LibXML.git/blame - perl-XML-LibXML.spec
- release 4: BR: gdome2-devel
[packages/perl-XML-LibXML.git] / perl-XML-LibXML.spec
CommitLineData
c3053b4d 1#
2# Conditional build:
1f855ef9 3# _with_tests - perform "make test"
c3053b4d 4#
93b10e78 5%include /usr/lib/rpm/macros.perl
d238a71d 6%define pdir XML
7%define pnam LibXML
35b66355 8Summary: XML::LibXML - Interface to the gnome libxml2 library
9Summary(pl): XML::LibXML - Interfejs do biblioteki libxml2 z gnome
93b10e78 10Name: perl-%{pdir}-%{pnam}
e6aed0e6 11%define _ver 1.54_3
12Version: %(echo %{_ver} | sed 's:_:\.:')
35b66355 13Release: 4
14# same as perl
15License: GPL/Artistic
93b10e78 16Group: Development/Languages/Perl
e6aed0e6 17#Source0: http://www.cpan.org/modules/by-module/%{pdir}/%{pdir}-%{pnam}-%{version}.tar.gz
18Source0: http://www.cpan.org/authors/id/P/PH/PHISH/%{pdir}-%{pnam}-%{_ver}.tar.gz
736c58e2 19# Source0-md5: 888d33be26b89ead449b2995a1e2adac
64c92586 20Patch0: %{name}-Makefile.patch
35b66355 21BuildRequires: gdome2-devel >= 0.7.3
93b10e78 22BuildRequires: libxml2-devel >= 2.4.8
88362b24 23BuildRequires: perl-XML-LibXML-Common
0042f58e 24BuildRequires: perl-XML-NamespaceSupport >= 1.07
c3053b4d 25BuildRequires: perl-XML-SAX >= 0.11
64533649 26BuildRequires: perl-devel >= 5.6.1
38915a66 27BuildRequires: rpm-perlprov >= 4.1-13
93b10e78 28Requires: libxml2 >= 2.4.8
88362b24 29BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
93b10e78 30
31%description
25829699
JB
32This module implements much of the DOM Level 2 API as an interface to
33the Gnome libxml2 library. This makes it a fast and highly capable
34validating XML parser library, as well as a high performance DOM.
35
36%description -l pl
37