diff --git a/.cvsignore b/.cvsignore index 90b31e5..648fc8b 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -HTML-Parser-3.59.tar.gz +HTML-Parser-3.60.tar.gz diff --git a/perl-HTML-Parser.spec b/perl-HTML-Parser.spec index a4c1651..2d9c0ef 100644 --- a/perl-HTML-Parser.spec +++ b/perl-HTML-Parser.spec @@ -1,8 +1,8 @@ %define real_name HTML-Parser Name: perl-%{real_name} -Version: 3.59 -Release: 2%{?dist} +Version: 3.60 +Release: 1%{?dist} Summary: Perl module for parsing HTML Group: Development/Libraries @@ -15,6 +15,12 @@ BuildRequires: perl(HTML::Tagset) >= 3.03, perl(ExtUtils::MakeMaker), perl(Test Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) Requires: perl(HTML::Tagset) >= 3.03 +# don't "provide" private Perl libs +%global _use_internal_dependency_generator 0 +%global __deploop() while read FILE; do /usr/lib/rpm/rpmdeps -%{1} ${FILE}; done | /bin/sort -u +%global __find_provides /bin/sh -c "%{__grep} -v '%_docdir' | %{__grep} -v '%{perl_vendorarch}/.*\\.so$' | %{__deploop P}" +%global __find_requires /bin/sh -c "%{__grep} -v '%_docdir' | %{__deploop R}" + %description The HTML-Parser module for perl to parse and extract information from HTML documents, including the HTML::Entities, HTML::HeadParser, @@ -58,6 +64,10 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Mon Jun 08 2009 Chris Weyl - 3.60-1 +- update to latest for mojomojo +- filter bad provides (Parser.so) + * Thu Feb 26 2009 Fedora Release Engineering - 3.59-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild diff --git a/sources b/sources index b7deeff..07d0564 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -190950f442ff4a8e59e637714105a01b HTML-Parser-3.59.tar.gz +fb97ea7e5bd832b079d8660732f9d8d9 HTML-Parser-3.60.tar.gz