]> git.ipfire.org Git - people/pmueller/ipfire-3.x.git/blame - perl-XML-NamespaceSupport/perl-XML-NamespaceSupport.nm
Change how we make packages "noarch"
[people/pmueller/ipfire-3.x.git] / perl-XML-NamespaceSupport / perl-XML-NamespaceSupport.nm
CommitLineData
8e445445
SS
1###############################################################################
2# IPFire.org - An Open Source Firewall Solution #
3# Copyright (C) - IPFire Development Team <info@ipfire.org> #
4###############################################################################
5
6name = perl-XML-NamespaceSupport
7version = 1.11
5fc37d86 8release = 1.1
8e445445
SS
9
10thisapp = XML-NamespaceSupport-%{version}
11
12groups = Development/Libraries
13url = http://search.cpan.org/dist/XML-NamespaceSupport/
14license = GPL+ or Artistic
15summary = A simple generic namespace support class.
16
17description
18 This module offers a simple to process namespaced XML names (unames) from
19 within any application that may need them. It also helps maintain a prefix
20 to namespace URI map, and provides a number of basic checks.
21end
22
23source_dl = http://www.cpan.org/authors/id/P/PE/PERIGRIN/
24
25build
5cd803df
MT
26 arches = noarch
27
8e445445
SS
28 requires
29 perl(constant)
30 perl(Cwd)
31 perl(ExtUtils::MakeMaker) >= 6.42
5fc37d86
MT
32 perl(FindBin)
33 perl(Module::Install)
8e445445
SS
34 perl(File::Path)
35 perl(Test::More) >= 0.47
36 end
37
38 prepare_cmds
39 # Fix permissions.
40 chmod 644 lib/XML/NamespaceSupport.pm
41 end
42
43 build
44 perl Makefile.PL INSTALLDIRS=vendor
45 make %{PARALLELISMFLAGS}
46 end
47
48 test
49 make test
50 end
51end
52
53packages
54 package %{name}
55end