Accepting request 1100471 from devel:languages:perl:autoupdate

- updated to 0.05
   see /usr/share/doc/packages/perl-HTML-Quoted/Changes
  0.05 2023-07-11
   * Mark hr as an inline tag

OBS-URL: https://build.opensuse.org/request/show/1100471
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-HTML-Quoted?expand=0&rev=5
This commit is contained in:
2023-07-28 07:43:59 +00:00
committed by Git OBS Bridge
parent 48e055f478
commit d6e94d3681
4 changed files with 31 additions and 21 deletions

View File

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

3
HTML-Quoted-0.05.tar.gz Normal file
View File

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

View File

@@ -1,3 +1,13 @@
-------------------------------------------------------------------
Wed Jul 12 03:06:20 UTC 2023 - Tina Müller <timueller+perl@suse.de>
- updated to 0.05
see /usr/share/doc/packages/perl-HTML-Quoted/Changes
0.05 2023-07-11
* Mark hr as an inline tag
-------------------------------------------------------------------
Sun Oct 7 13:37:38 UTC 2018 - Dirk Stoecker <opensuse@dstoecker.de>

View File

@@ -1,7 +1,7 @@
#
# spec file for package perl-HTML-Quoted
#
# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2023 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -12,41 +12,42 @@
# 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-Quoted
Version: 0.04
Release: 0
%define cpan_name HTML-Quoted
Summary: extract structure of quoted HTML mail message
License: Artistic-1.0 or GPL-1.0+
Group: Development/Libraries/Perl
Url: http://search.cpan.org/dist/HTML-Quoted/
Source: http://www.cpan.org/authors/id/T/TS/TSIBLEY/%{cpan_name}-%{version}.tar.gz
Name: perl-HTML-Quoted
Version: 0.50.0
Release: 0
%define cpan_version 0.05
Provides: perl(HTML::Quoted) = 0.50.0
License: Artistic-1.0 OR GPL-1.0-or-later
Summary: Extract structure of quoted HTML mail message
URL: https://metacpan.org/release/%{cpan_name}
Source0: https://cpan.metacpan.org/authors/id/B/BP/BPS/%{cpan_name}-%{cpan_version}.tar.gz
BuildArch: noarch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: perl
BuildRequires: perl-macros
BuildRequires: perl(Module::Install)
BuildRequires: perl(ExtUtils::MakeMaker) >= 6.59
BuildRequires: perl(HTML::Parser) >= 3.0
Requires: perl(HTML::Parser) >= 3.0
%define __perllib_provides /bin/true
%{perl_requires}
%description
Parses and extracts quotation structure out of a HTML message. Purpose and
returned structures are very similar to the Text::Quoted manpage.
returned structures are very similar to Text::Quoted.
%prep
%setup -q -n %{cpan_name}-%{version}
%autosetup -n %{cpan_name}-%{cpan_version}
%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%{__make} %{?_smp_mflags}
PERL_USE_UNSAFE_INC=1 perl Makefile.PL INSTALLDIRS=vendor
%make_build
%check
%{__make} test
make test
%install
%perl_make_install
@@ -54,7 +55,6 @@ returned structures are very similar to the Text::Quoted manpage.
%perl_gen_filelist
%files -f %{name}.files
%defattr(-,root,root,755)
%doc Changes README
%changelog