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