perl-XML-NamespaceSupport: New package.

This is a dependency of docbook2X which is required to generate manpages
for nftables.
This commit is contained in:
Stefan Schantl 2014-04-20 12:54:04 +02:00
parent f18a2f6182
commit 8e44544505
1 changed files with 52 additions and 0 deletions

View File

@ -0,0 +1,52 @@
###############################################################################
# IPFire.org - An Open Source Firewall Solution #
# Copyright (C) - IPFire Development Team <info@ipfire.org> #
###############################################################################
name = perl-XML-NamespaceSupport
version = 1.11
release = 1
arch = noarch
thisapp = XML-NamespaceSupport-%{version}
groups = Development/Libraries
url = http://search.cpan.org/dist/XML-NamespaceSupport/
license = GPL+ or Artistic
summary = A simple generic namespace support class.
description
This module offers a simple to process namespaced XML names (unames) from
within any application that may need them. It also helps maintain a prefix
to namespace URI map, and provides a number of basic checks.
end
source_dl = http://www.cpan.org/authors/id/P/PE/PERIGRIN/
build
requires
perl(constant)
perl(Cwd)
perl(ExtUtils::MakeMaker) >= 6.42
perl(File::Path)
perl(Test::More) >= 0.47
end
prepare_cmds
# Fix permissions.
chmod 644 lib/XML/NamespaceSupport.pm
end
build
perl Makefile.PL INSTALLDIRS=vendor
make %{PARALLELISMFLAGS}
end
test
make test
end
end
packages
package %{name}
end