From 475da73cb764449e58c3dc975a682297a3233552 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marcela=20Ma=C5=A1l=C3=A1=C5=88ov=C3=A1?= Date: Fri, 9 Jul 2010 12:33:03 +0000 Subject: [PATCH] - and re-add real-name macro back, maintainertool can't handle it --- .cvsignore | 2 +- perl-HTML-Parser.spec | 42 ++++++++++++++++++++++++++++-------------- sources | 2 +- 3 files changed, 30 insertions(+), 16 deletions(-) diff --git a/.cvsignore b/.cvsignore index cc72c44..5ceb522 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -HTML-Parser-3.64.tar.gz +HTML-Parser-3.65.tar.gz diff --git a/perl-HTML-Parser.spec b/perl-HTML-Parser.spec index 67b16ac..5123cd6 100644 --- a/perl-HTML-Parser.spec +++ b/perl-HTML-Parser.spec @@ -1,25 +1,27 @@ %define real_name HTML-Parser Name: perl-%{real_name} -Version: 3.64 -Release: 3%{?dist} Summary: Perl module for parsing HTML - -Group: Development/Libraries +Version: 3.65 +Release: 1%{?dist} License: GPL+ or Artistic -Url: http://search.cpan.org/dist/HTML-Parser/ -Source: http://search.cpan.org/CPAN/authors/id/G/GA/GAAS/%{real_name}-%{version}.tar.gz +Group: Development/Libraries +Source0: http://search.cpan.org/CPAN/authors/id/G/GA/GAAS/HTML-Parser-%{version}.tar.gz +URL: http://search.cpan.org/dist/HTML-Parser/ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) - -BuildRequires: perl(HTML::Tagset) >= 3.03, perl(ExtUtils::MakeMaker), perl(Test::More) -Requires: perl(HTML::Tagset) >= 3.03 Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) -# 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}" +BuildRequires: perl(ExtUtils::MakeMaker) +BuildRequires: perl(HTML::Tagset) >= 3 +BuildRequires: perl(Test::More) +BuildRequires: perl(XSLoader) + +Requires: perl(HTML::Tagset) >= 3 +Requires: perl(XSLoader) + + +%{?perl_default_filter} +%{?perl_default_subpackage_tests} %description The HTML-Parser module for perl to parse and extract information from @@ -64,6 +66,18 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Fri Jul 09 2010 Marcela Mašláňová 3.65-1 +- and re-add real-name macro back, maintainertool can't handle it + +- update by Fedora::App::MaintainerTools 0.006 +- updating to latest GA CPAN version (3.65) +- added a new br on perl(ExtUtils::MakeMaker) (version 0) +- altered br on perl(HTML::Tagset) (3.03, => 3) +- added a new br on perl(Test::More) (version 0) +- added a new br on perl(XSLoader) (version 0) +- altered req on perl(HTML::Tagset) (3.03 => 3) +- added a new req on perl(XSLoader) (version 0) + * Sun May 02 2010 Marcela Maslanova - 3.64-3 - Mass rebuild with perl-5.12.0 diff --git a/sources b/sources index bfafd54..dd36b8e 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -26ceb6357e855b9e7aad5a5fd66d493e HTML-Parser-3.64.tar.gz +cbc220e201b427bfcf231d95bee3c7ca HTML-Parser-3.65.tar.gz