]> git.pld-linux.org Git - packages/perl-XML-LibXML.git/blame - perl-XML-LibXML.spec
- don't remove_parser on upgrade
[packages/perl-XML-LibXML.git] / perl-XML-LibXML.spec
CommitLineData
c3053b4d 1#
2# Conditional build:
46f69d6d 3%bcond_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}
46f69d6d
JB
14Version: 1.56
15Release: 1
35b66355 16# same as perl
46f69d6d 17License: GPL or Artistic
93b10e78 18Group: Development/Languages/Perl
46f69d6d
JB
19Source0: http://www.cpan.org/authors/id/P/PH/PHISH/%{pdir}-%{pnam}-%{version}.tar.gz
20# Source0-md5: e22a4d79e6afdc8965518bf8a3abb492
64c92586 21Patch0: %{name}-Makefile.patch
46f69d6d 22Patch1: %{name}-extern.patch
35b66355 23BuildRequires: gdome2-devel >= 0.7.3
46f69d6d 24BuildRequires: libxml2-devel >= 2.5.10
88362b24 25BuildRequires: perl-XML-LibXML-Common
0042f58e 26BuildRequires: perl-XML-NamespaceSupport >= 1.07
c3053b4d 27BuildRequires: perl-XML-SAX >= 0.11
46f69d6d 28BuildRequires: perl-devel >= 1:5.8.0
e086ce6b 29BuildRequires: pkgconfig
38915a66 30BuildRequires: rpm-perlprov >= 4.1-13
46f69d6d 31Requires: libxml2 >= 2.5.10
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