]> git.pld-linux.org Git - SPECS.git/blob - perl-XML-Filter-NSNormalise.spec
SPECS updated Wed 28 Jul 14:48:01 CEST 2021
[SPECS.git] / perl-XML-Filter-NSNormalise.spec
1 #
2 # Conditional build:
3 %bcond_without  tests           # do not perform "make test"
4
5 %define         pdir    XML
6 %define         pnam    Filter-NSNormalise
7 Summary:        XML::Filter::NSNormalise - SAX filter to normalise namespace prefixes
8 Summary(pl.UTF-8):      XML::Filter::NSNormalise - filtr SAX normalizujący prefiksy przestrzeni nazw
9 Name:           perl-XML-Filter-NSNormalise
10 Version:        0.04
11 Release:        1
12 # same as perl
13 License:        GPL v1+ or Artistic
14 Group:          Development/Languages/Perl
15 Source0:        http://www.cpan.org/modules/by-module/%{pdir}/%{pdir}-%{pnam}-%{version}.tar.gz
16 # Source0-md5:  6d42b4b4df10bce96a6a8a57bab99f4d
17 URL:            http://search.cpan.org/dist/XML-Filter-NSNormalise/
18 BuildRequires:  perl-devel >= 1:5.8.0
19 BuildRequires:  rpm-perlprov >= 4.1-13
20 %if %{with tests}
21 BuildRequires:  perl-XML-NamespaceSupport >= 1.08
22 BuildRequires:  perl-XML-SAX >= 0.11
23 BuildRequires:  perl-XML-SAX-Writer >= 0.44
24 %endif
25 BuildArch:      noarch
26 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
27
28 %description
29 This SAX (version 2) filter can be used to transform documents to
30 ensure the prefixes associated with namespaces are used consistently.
31
32 %description -l pl.UTF-8
33 Ten filtr SAX (w wersji 2) może być używany do przekształcania
34 dokumentów w celu upewnienia się, że prefiksy powiązane z
35 przestrzeniami nazw są używane spójnie.
36
37 %prep
38 %setup -q -n %{pdir}-%{pnam}-%{version}
39
40 %build
41 %{__perl} Makefile.PL \
42         INSTALLDIRS=vendor
43 %{__make}
44
45 %{?with_tests:%{__make} test}
46
47 %install
48 rm -rf $RPM_BUILD_ROOT
49
50 %{__make} install \
51         DESTDIR=$RPM_BUILD_ROOT
52
53 %clean
54 rm -rf $RPM_BUILD_ROOT
55
56 %files
57 %defattr(644,root,root,755)
58 %{perl_vendorlib}/XML/*/*.pm
59 %{_mandir}/man3/*
This page took 1.754228 seconds and 3 git commands to generate.