- update to latest for mojomojo

- filter bad provides (Parser.so)
This commit is contained in:
Chris Weyl 2009-06-09 05:48:16 +00:00
parent 89409f3d35
commit a34fafde18
3 changed files with 14 additions and 4 deletions

View File

@ -1 +1 @@
HTML-Parser-3.59.tar.gz
HTML-Parser-3.60.tar.gz

View File

@ -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 <cweyl@alumni.drew.edu> - 3.60-1
- update to latest for mojomojo
- filter bad provides (Parser.so)
* Thu Feb 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.59-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild

View File

@ -1 +1 @@
190950f442ff4a8e59e637714105a01b HTML-Parser-3.59.tar.gz
fb97ea7e5bd832b079d8660732f9d8d9 HTML-Parser-3.60.tar.gz