rpms/perl-HTML-Parser/F-10 perl-HTML-Parser.spec, 1.33, 1.34 sources, 1.14, 1.15

Chris Weyl cweyl at fedoraproject.org
Tue Jun 9 05:59:26 UTC 2009


Author: cweyl

Update of /cvs/extras/rpms/perl-HTML-Parser/F-10
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv1450

Modified Files:
	perl-HTML-Parser.spec sources 
Log Message:
* Mon Jun 08 2009 Chris Weyl <cweyl at alumni.drew.edu> - 3.60-1
- update to latest for mojomojo
- filter bad provides (Parser.so)



Index: perl-HTML-Parser.spec
===================================================================
RCS file: /cvs/extras/rpms/perl-HTML-Parser/F-10/perl-HTML-Parser.spec,v
retrieving revision 1.33
retrieving revision 1.34
diff -u -p -r1.33 -r1.34
--- perl-HTML-Parser.spec	6 Jan 2009 06:46:41 -0000	1.33
+++ perl-HTML-Parser.spec	9 Jun 2009 05:58:55 -0000	1.34
@@ -1,7 +1,7 @@
 %define real_name HTML-Parser
 
 Name:           perl-%{real_name}
-Version:        3.59
+Version:        3.60
 Release:        1%{?dist}
 Summary:        Perl module for parsing HTML
 
@@ -15,6 +15,12 @@ BuildRequires:  perl(HTML::Tagset) >= 3.
 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,13 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Mon Jun 08 2009 Chris Weyl <cweyl at 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 at lists.fedoraproject.org> - 3.59-2
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
+
 * Tue Dec 16 2008 Marcela Mašláňová <mmaslano at redhat.com> - 3.59-1
 - update to the latest version for Padre editor
 


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/perl-HTML-Parser/F-10/sources,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -p -r1.14 -r1.15
--- sources	6 Jan 2009 06:46:41 -0000	1.14
+++ sources	9 Jun 2009 05:58:56 -0000	1.15
@@ -1 +1 @@
-190950f442ff4a8e59e637714105a01b  HTML-Parser-3.59.tar.gz
+fb97ea7e5bd832b079d8660732f9d8d9  HTML-Parser-3.60.tar.gz




More information about the fedora-extras-commits mailing list