- update to latest for mojomojo
- filter bad provides (Parser.so)
This commit is contained in:
parent
89409f3d35
commit
a34fafde18
@ -1 +1 @@
|
|||||||
HTML-Parser-3.59.tar.gz
|
HTML-Parser-3.60.tar.gz
|
||||||
|
|||||||
@ -1,8 +1,8 @@
|
|||||||
%define real_name HTML-Parser
|
%define real_name HTML-Parser
|
||||||
|
|
||||||
Name: perl-%{real_name}
|
Name: perl-%{real_name}
|
||||||
Version: 3.59
|
Version: 3.60
|
||||||
Release: 2%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Perl module for parsing HTML
|
Summary: Perl module for parsing HTML
|
||||||
|
|
||||||
Group: Development/Libraries
|
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(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
|
||||||
Requires: perl(HTML::Tagset) >= 3.03
|
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
|
%description
|
||||||
The HTML-Parser module for perl to parse and extract information from
|
The HTML-Parser module for perl to parse and extract information from
|
||||||
HTML documents, including the HTML::Entities, HTML::HeadParser,
|
HTML documents, including the HTML::Entities, HTML::HeadParser,
|
||||||
@ -58,6 +64,10 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%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
|
* 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
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user