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:
@@ -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
3
HTML-Quoted-0.05.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:74cb53c40b7497b1a91c6ac34dd38e3b57949dfee78434a555f0ad4ac7a8a7fc
|
||||||
|
size 22647
|
@@ -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>
|
Sun Oct 7 13:37:38 UTC 2018 - Dirk Stoecker <opensuse@dstoecker.de>
|
||||||
|
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package perl-HTML-Quoted
|
# 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
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# 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)
|
# license that conforms to the Open Source Definition (Version 1.9)
|
||||||
# published by the Open Source Initiative.
|
# 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
|
%define cpan_name HTML-Quoted
|
||||||
Summary: extract structure of quoted HTML mail message
|
Name: perl-HTML-Quoted
|
||||||
License: Artistic-1.0 or GPL-1.0+
|
Version: 0.50.0
|
||||||
Group: Development/Libraries/Perl
|
Release: 0
|
||||||
Url: http://search.cpan.org/dist/HTML-Quoted/
|
%define cpan_version 0.05
|
||||||
Source: http://www.cpan.org/authors/id/T/TS/TSIBLEY/%{cpan_name}-%{version}.tar.gz
|
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
|
BuildArch: noarch
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
|
||||||
BuildRequires: perl
|
BuildRequires: perl
|
||||||
BuildRequires: perl-macros
|
BuildRequires: perl-macros
|
||||||
BuildRequires: perl(Module::Install)
|
BuildRequires: perl(ExtUtils::MakeMaker) >= 6.59
|
||||||
BuildRequires: perl(HTML::Parser) >= 3.0
|
BuildRequires: perl(HTML::Parser) >= 3.0
|
||||||
Requires: perl(HTML::Parser) >= 3.0
|
Requires: perl(HTML::Parser) >= 3.0
|
||||||
|
%define __perllib_provides /bin/true
|
||||||
%{perl_requires}
|
%{perl_requires}
|
||||||
|
|
||||||
%description
|
%description
|
||||||
Parses and extracts quotation structure out of a HTML message. Purpose and
|
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
|
%prep
|
||||||
%setup -q -n %{cpan_name}-%{version}
|
%autosetup -n %{cpan_name}-%{cpan_version}
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%{__perl} Makefile.PL INSTALLDIRS=vendor
|
PERL_USE_UNSAFE_INC=1 perl Makefile.PL INSTALLDIRS=vendor
|
||||||
%{__make} %{?_smp_mflags}
|
%make_build
|
||||||
|
|
||||||
%check
|
%check
|
||||||
%{__make} test
|
make test
|
||||||
|
|
||||||
%install
|
%install
|
||||||
%perl_make_install
|
%perl_make_install
|
||||||
@@ -54,7 +55,6 @@ returned structures are very similar to the Text::Quoted manpage.
|
|||||||
%perl_gen_filelist
|
%perl_gen_filelist
|
||||||
|
|
||||||
%files -f %{name}.files
|
%files -f %{name}.files
|
||||||
%defattr(-,root,root,755)
|
|
||||||
%doc Changes README
|
%doc Changes README
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
Reference in New Issue
Block a user