]> git.pld-linux.org Git - SPECS.git/blob - perl-XML-Liberal.spec
SPECS updated Wed 28 Jul 14:48:01 CEST 2021
[SPECS.git] / perl-XML-Liberal.spec
1 #
2 # Conditional build:
3 %bcond_without  tests           # do not perform "make test"
4 #
5 %define pdir    XML
6 %define pnam    Liberal
7 Summary:        XML::Liberal - Super liberal XML parser that parses broken XML
8 Summary(pl.UTF-8):      XML::Liberal - bardzo liberalny analizator XML analizujący uszkodzony XML
9 Name:           perl-XML-Liberal
10 Version:        0.22
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/XML/%{pdir}-%{pnam}-%{version}.tar.gz
16 # Source0-md5:  f90276d4080cdf3b4712a3b843a4f9ef
17 URL:            http://search.cpan.org/dist/XML-Liberal/
18 BuildRequires:  perl-devel >= 1:5.8.0
19 BuildRequires:  rpm-perlprov >= 4.1-13
20 %if %{with tests}
21 BuildRequires:  perl-Class-Accessor
22 BuildRequires:  perl-HTML-Entities-Numbered >= 0.04
23 BuildRequires:  perl-Module-Pluggable-Fast >= 0.16
24 BuildRequires:  perl-XML-LibXML >= 1.58
25 %endif
26 BuildArch:      noarch
27 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
28
29 %description
30 XML::Liberal is a super liberal XML parser that can fix broken XML
31 stream and create a DOM node out of it.
32
33 %description -l pl.UTF-8
34 XML::Liberal to bardzo liberalny analizator XML potrafiący naprawić
35 uszkodzony strumień XML i utworzyć z niego węzeł DOM.
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 %doc Changes
59 %{perl_vendorlib}/XML/*.pm
60 %{perl_vendorlib}/XML/Liberal
61 %{_mandir}/man3/*
This page took 0.661254 seconds and 3 git commands to generate.