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