Accepting request 47507 from devel:languages:perl

Copy from devel:languages:perl/perl-HTML-Parser based on submit request 47507 from user computersalat

OBS-URL: https://build.opensuse.org/request/show/47507
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-HTML-Parser?expand=0&rev=16
This commit is contained in:
OBS User autobuild 2010-09-10 13:10:11 +00:00 committed by Git OBS Bridge
commit 5a557c3166
4 changed files with 34 additions and 23 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:a9ffdedc1edf11b52588914786833ff425be512644f5016164b84c63fdb8de18
size 75523

3
HTML-Parser-3.68.tar.bz2 Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:477f44e99f18447996695adfe0bb078e3f03b1582078cd9820ef759cf11840e7
size 75664

View File

@ -1,3 +1,17 @@
-------------------------------------------------------------------
Mon Sep 6 09:35:03 UTC 2010 - chris@computersalat.de
- recreated by cpanspec 1.78
- fix deps
o Recommends HTTP::Headers not HTML::Headers
-------------------------------------------------------------------
Thu Sep 2 05:13:03 UTC 2010 - pascal.bleser@opensuse.org
- replaced auto-generated spec file
- update to 3.68:
* declare the encoding of the POD to be utf8
------------------------------------------------------------------- -------------------------------------------------------------------
Fri Aug 20 12:39:37 UTC 2010 - chris@computersalat.de Fri Aug 20 12:39:37 UTC 2010 - chris@computersalat.de

View File

@ -1,5 +1,5 @@
# #
# spec file for package perl-HTML-Parser (Version 3.67) # spec file for package perl-HTML-Parser (Version 3.68)
# #
# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany. # Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
# #
@ -22,7 +22,7 @@
Name: perl-HTML-Parser Name: perl-HTML-Parser
%define cpan_name HTML-Parser %define cpan_name HTML-Parser
Summary: HTML parser class Summary: HTML parser class
Version: 3.67 Version: 3.68
Release: 1 Release: 1
License: GPL+ or Artistic License: GPL+ or Artistic
Group: Development/Libraries/Perl Group: Development/Libraries/Perl
@ -38,14 +38,13 @@ BuildRequires: perl-macros
BuildRequires: perl(HTTP::Headers) BuildRequires: perl(HTTP::Headers)
BuildRequires: perl(Test::Pod) >= 1.00 BuildRequires: perl(Test::Pod) >= 1.00
%endif %endif
BuildRequires: perl(HTML::Tagset) >= 3
BuildRequires: perl(Test::More) BuildRequires: perl(Test::More)
BuildRequires: perl(HTML::Tagset) >= 3
BuildRequires: perl(XSLoader) BuildRequires: perl(XSLoader)
# #
Requires: perl = %{perl_version} Requires: perl = %{perl_version}
Requires: perl(HTML::Tagset) >= 3 Requires: perl(HTML::Tagset) >= 3
Requires: perl(XSLoader) Requires: perl(XSLoader)
#
Recommends: perl(HTTP::Headers) Recommends: perl(HTTP::Headers)
%description %description
@ -68,9 +67,7 @@ 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 want to use HTML::PullParser. This is an HTML::Parser subclass that allows
a more conventional program structure. a more conventional program structure.
Authors: Authors: libwww@perl.org
--------
libwww@perl.org
COPYRIGHT COPYRIGHT
@ -80,8 +77,8 @@ Authors:
%prep %prep
%setup -q -n %{cpan_name}-%{version} %setup -q -n %{cpan_name}-%{version}
# rpmlint: spurious-executable-perm # rpmlint: spurious-executable-perm
find ./eg -type f -exec %{__chmod} 0644 {} \; find ./eg -type f -exec %__chmod 0644 {} \;
%{__chmod} 0644 mkpfunc mkhctype %__chmod 0644 mkpfunc mkhctype
%build %build
%{__perl} Makefile.PL INSTALLDIRS=vendor OPTIMIZE="$RPM_OPT_FLAGS" %{__perl} Makefile.PL INSTALLDIRS=vendor OPTIMIZE="$RPM_OPT_FLAGS"