Accepting request 61419 from devel:languages:perl
Accepted submit request 61419 from user vitezslav_cizek OBS-URL: https://build.opensuse.org/request/show/61419 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-HTML-Parser?expand=0&rev=20
This commit is contained in:
commit
923b575f93
@ -1,3 +1,14 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Feb 11 09:42:17 UTC 2011 - vcizek@novell.com
|
||||
|
||||
- changed Recommends: perl(HTTP:Headers) to Suggests
|
||||
(bnc#570870)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Feb 10 22:11:33 UTC 2011 - chris@computersalat.de
|
||||
|
||||
- remove Author
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Dec 1 13:32:50 UTC 2010 - coolo@novell.com
|
||||
|
||||
|
@ -34,8 +34,8 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
BuildRequires: perl
|
||||
BuildRequires: perl-macros
|
||||
%if %{with opt}
|
||||
BuildRequires: perl(HTTP::Headers)
|
||||
BuildRequires: perl(Test::Pod) >= 1.00
|
||||
BuildRequires: perl(HTTP::Headers)
|
||||
%endif
|
||||
BuildRequires: perl(Test::More)
|
||||
BuildRequires: perl(HTML::Tagset) >= 3
|
||||
@ -43,7 +43,7 @@ BuildRequires: perl(XSLoader)
|
||||
#
|
||||
Requires: perl(HTML::Tagset) >= 3
|
||||
Requires: perl(XSLoader)
|
||||
Recommends: perl(HTTP::Headers)
|
||||
Suggests: perl(HTTP::Headers)
|
||||
|
||||
%description
|
||||
Objects of the HTML::Parser class will recognize markup and separate it
|
||||
@ -65,13 +65,6 @@ If event driven parsing does not feel right for your application, you might
|
||||
want to use HTML::PullParser. This is an HTML::Parser subclass that allows
|
||||
a more conventional program structure.
|
||||
|
||||
Authors: libwww@perl.org
|
||||
|
||||
COPYRIGHT
|
||||
|
||||
© 1995-2008 Gisle Aas. All rights reserved.
|
||||
© 1999-2000 Michael A. Chase. All rights reserved.
|
||||
|
||||
%prep
|
||||
%setup -q -n %{cpan_name}-%{version}
|
||||
# rpmlint: spurious-executable-perm
|
||||
|
Loading…
Reference in New Issue
Block a user