a16be9b
Name:           perl-XML-Parser-Lite-Tree
8c18f03
Version:        0.14
8c18f03
Release:        1%{?dist}
a16be9b
Summary:        Lightweight XML tree builder
a16be9b
License:        Artistic 2.0
a16be9b
Group:          Development/Libraries
a16be9b
URL:            http://search.cpan.org/dist/XML-Parser-Lite-Tree/
a16be9b
Source0:        http://www.cpan.org/authors/id/I/IA/IAMCAL/XML-Parser-Lite-Tree-%{version}.tar.gz
a16be9b
BuildArch:      noarch
a16be9b
BuildRequires:  perl(ExtUtils::MakeMaker)
a16be9b
BuildRequires:  perl(Test::More)
a16be9b
Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
a16be9b
a16be9b
%description
a16be9b
This is a singleton class for parsing XML into a tree structure. How does
a16be9b
this differ from other XML tree generators? By using XML::Parser::Lite,
a16be9b
which is a pure perl XML parser. Using this module you can tree-ify simple
a16be9b
XML without having to compile any C.
a16be9b
a16be9b
%prep
a16be9b
%setup -q -n XML-Parser-Lite-Tree-%{version}
a16be9b
a16be9b
%build
a16be9b
%{__perl} Makefile.PL INSTALLDIRS=vendor
a16be9b
make %{?_smp_mflags}
a16be9b
a16be9b
%install
a16be9b
make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT
a16be9b
a16be9b
find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \;
a16be9b
find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \;
a16be9b
a16be9b
%{_fixperms} $RPM_BUILD_ROOT/*
a16be9b
a16be9b
%check
a16be9b
make test
a16be9b
a16be9b
%files
a16be9b
%doc README
a16be9b
%{perl_vendorlib}/*
a16be9b
%{_mandir}/man3/*
a16be9b
a16be9b
%changelog
8c18f03
* Fri Jun 17 2011 Iain Arnell <iarnell@gmail.com> 0.14-1
8c18f03
- update to latest upstream (fixes FTBFS with perl 5.14)
8c18f03
- clean up spec for modern rpmbuild
8c18f03
4126056
* Fri Jun 17 2011 Marcela Mašláňová <mmaslano@redhat.com> - 0.12-6
4126056
- Perl mass rebuild
4126056
35cb1cb
* Wed Feb 09 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.12-5
35cb1cb
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
35cb1cb
e4ef866
* Thu Dec 23 2010 Marcela Maslanova <mmaslano@redhat.com> - 0.12-4
e4ef866
- 661697 rebuild for fixing problems with vendorach/lib
e4ef866
18e06c5
* Fri May 07 2010 Marcela Maslanova <mmaslano@redhat.com> - 0.12-3
18e06c5
- Mass rebuild with perl-5.12.0
18e06c5
053b2cc
* Mon Dec  7 2009 Stepan Kasal <skasal@redhat.com> - 0.12-2
053b2cc
- rebuild against perl 5.10.1
053b2cc
7bcfea8
* Thu Sep 24 2009 Michal Ingeli <mi@v3.sk> - 0.12-1
7bcfea8
- Update to current version bz#525050
7bcfea8
a16be9b
* Sun Aug 02 2009 Michal Ingeli <mi@v3.sk> - 0.09-1
a16be9b
- Update to newer version with fixed license
a16be9b
 
a16be9b
* Sun Jun 21 2009 Michal Ingeli <mi@v3.sk> - 0.08-1
a16be9b
- Specfile autogenerated by cpanspec 1.77.