]> git.pld-linux.org Git - packages/perl-XML-XUpdate-LibXML.git/blame - perl-XML-XUpdate-LibXML.spec
- new
[packages/perl-XML-XUpdate-LibXML.git] / perl-XML-XUpdate-LibXML.spec
CommitLineData
e3bab152
JB
1#
2# Conditional build:
3%bcond_without tests # do not perform "make test"
4#
5%include /usr/lib/rpm/macros.perl
6%define pdir XML
7%define pnam XUpdate-LibXML
8Summary: XML::XUpdate::LibXML - simplie implementation of XUpdate format
9Summary(pl): XML::XUpdate::LibXML - prosta implementacja formatu XUpdate
10Name: perl-XML-XUpdate-LibXML
11Version: 0.5.0
12Release: 1
13License: unknown
14Group: Development/Languages/Perl
15Source0: http://www.cpan.org/modules/by-module/%{pdir}/%{pdir}-%{pnam}-%{version}.tar.gz
16# Source0-md5: 403f424f162f71f41d41e3eaedefcf4e
17%if %{with tests}
18BuildRequires: perl-XML-LibXML >= 1.54
19BuildRequires: perl-XML-LibXML-Iterator
20BuildRequires: perl-XML-LibXML-XPathContext >= 0.04
21%endif
22BuildRequires: perl-devel >= 1:5.8.0
23BuildRequires: rpm-perlprov >= 4.1-13
24Requires: perl-XML-LibXML >= 1.54
25Requires: perl-XML-LibXML-XPathContext >= 0.04
26BuildArch: noarch
27BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
28
29%description
30This module implements the XUpdate format described in XUpdate Working
31Draft from 2000-09-14 (http://www.xmldb.org/xupdate/xupdate-wd.html).
32The implementation is based on XML::LibXML DOM API.
33
34%description -l pl
35