diff --git a/.cvsignore b/.cvsignore index 833ad3a..6d4f26d 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -XML-RSS-LibXML-0.3004.tar.gz +XML-RSS-LibXML-0.3005.tar.gz diff --git a/perl-XML-RSS-LibXML.spec b/perl-XML-RSS-LibXML.spec index c9a2304..c257e46 100644 --- a/perl-XML-RSS-LibXML.spec +++ b/perl-XML-RSS-LibXML.spec @@ -1,6 +1,6 @@ Name: perl-XML-RSS-LibXML -Version: 0.3004 -Release: 4%{?dist} +Version: 0.3005 +Release: 1%{?dist} Summary: XML::RSS with XML::LibXML License: GPL+ or Artistic Group: Development/Libraries @@ -24,6 +24,8 @@ Requires: perl(Class::Accessor::Fast) Requires: perl(Exporter) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) +%{?perl_default_filter} + %description XML::RSS::LibXML uses XML::LibXML (libxml2) for parsing RSS instead of XML::RSS' XML::Parser (expat), while trying to keep interface compatibility @@ -31,9 +33,7 @@ with XML::RSS. %prep %setup -q -n XML-RSS-LibXML-%{version} - -# pod-coverage test fails -rm t/pod-coverage.t +sed -i -e '/^auto_install/d' Makefile.PL %build %{__perl} Makefile.PL INSTALLDIRS=vendor @@ -42,7 +42,7 @@ make %{?_smp_mflags} %install rm -rf $RPM_BUILD_ROOT -make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT +make pure_install DESTDIR=$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 \; @@ -62,6 +62,10 @@ rm -rf $RPM_BUILD_ROOT %{_mandir}/man3/* %changelog +* Sat Jun 05 2010 Iain Arnell 0.3005-1 +- update to latest upstream version +- use perl_default_filter and DESTDIR + * Fri May 07 2010 Marcela Maslanova - 0.3004-4 - Mass rebuild with perl-5.12.0 diff --git a/sources b/sources index 0a2834f..969dff9 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -d9eff4939fd68b34d2a42aed8d3e6c6c XML-RSS-LibXML-0.3004.tar.gz +e5053b362b389f8d8e710f513a998f6f XML-RSS-LibXML-0.3005.tar.gz