Accepting request 831018 from devel:languages:perl

OBS-URL: https://build.opensuse.org/request/show/831018
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-HTML-Parser?expand=0&rev=34
This commit is contained in:
Dominique Leuenberger 2020-09-02 23:10:19 +00:00 committed by Git OBS Bridge
commit d3b240445a
4 changed files with 35 additions and 17 deletions

View File

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

3
HTML-Parser-3.75.tar.gz Normal file
View File

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

View File

@ -1,3 +1,15 @@
-------------------------------------------------------------------
Mon Aug 31 03:09:13 UTC 2020 - Tina Müller <timueller+perl@suse.de>
- updated to 3.75
see /usr/share/doc/packages/perl-HTML-Parser/Changes
-------------------------------------------------------------------
Wed Aug 26 03:09:23 UTC 2020 - Tina Müller <timueller+perl@suse.de>
- updated to 3.73
see /usr/share/doc/packages/perl-HTML-Parser/Changes
-------------------------------------------------------------------
Wed Jan 20 10:12:44 UTC 2016 - coolo@suse.com

View File

@ -1,7 +1,7 @@
#
# spec file for package perl-HTML-Parser
#
# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2020 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -12,26 +12,31 @@
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
# Please submit bugfixes or comments via http://bugs.opensuse.org/
# Please submit bugfixes or comments via https://bugs.opensuse.org/
#
Name: perl-HTML-Parser
Version: 3.72
Version: 3.75
Release: 0
%define cpan_name HTML-Parser
Summary: HTML parser class
License: Artistic-1.0 or GPL-1.0+
License: Artistic-1.0 OR GPL-1.0-or-later
Group: Development/Libraries/Perl
Url: http://search.cpan.org/dist/HTML-Parser/
Source0: http://www.cpan.org/authors/id/G/GA/GAAS/%{cpan_name}-%{version}.tar.gz
URL: https://metacpan.org/release/%{cpan_name}
Source0: https://cpan.metacpan.org/authors/id/C/CA/CAPOEIRAB/%{cpan_name}-%{version}.tar.gz
Source1: cpanspec.yml
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: perl
BuildRequires: perl-macros
BuildRequires: perl(HTML::Tagset) >= 3
Requires: perl(HTML::Tagset) >= 3
Recommends: perl(HTTP::Headers)
BuildRequires: perl(HTML::Tagset)
BuildRequires: perl(HTTP::Headers)
BuildRequires: perl(URI)
BuildRequires: perl(URI::URL)
Requires: perl(HTML::Tagset)
Requires: perl(HTTP::Headers)
Requires: perl(URI)
Requires: perl(URI::URL)
%{perl_requires}
%description
@ -56,14 +61,14 @@ allows a more conventional program structure.
%prep
%setup -q -n %{cpan_name}-%{version}
find . -type f ! -name \*.pl -print0 | xargs -0 chmod 644
find . -type f ! -path "*/t/*" ! -name "*.pl" ! -path "*/bin/*" ! -path "*/script/*" ! -name "configure" -print0 | xargs -0 chmod 644
%build
%{__perl} Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}"
%{__make} %{?_smp_mflags}
perl Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}"
make %{?_smp_mflags}
%check
%{__make} test
make test
%install
%perl_make_install
@ -72,6 +77,7 @@ find . -type f ! -name \*.pl -print0 | xargs -0 chmod 644
%files -f %{name}.files
%defattr(-,root,root,755)
%doc Changes mkhctype mkpfunc README TODO
%doc Changes entities.html mkhctype mkpfunc README TODO
%license LICENSE
%changelog