rpms/perl-HTML-Parser/F-11 perl-HTML-Parser.spec, 1.34, 1.35 sources, 1.14, 1.15

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


Author: cweyl

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

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-11/perl-HTML-Parser.spec,v
retrieving revision 1.34
retrieving revision 1.35
diff -u -p -r1.34 -r1.35
--- perl-HTML-Parser.spec	26 Feb 2009 17:41:59 -0000	1.34
+++ perl-HTML-Parser.spec	9 Jun 2009 05:58:43 -0000	1.35
@@ -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.
 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 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
 


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/perl-HTML-Parser/F-11/sources,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -p -r1.14 -r1.15
--- sources	16 Dec 2008 09:42:13 -0000	1.14
+++ sources	9 Jun 2009 05:58:43 -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