Accepting request 296381 from devel:languages:perl:autoupdate
automatic update OBS-URL: https://build.opensuse.org/request/show/296381 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-HTML-Quoted?expand=0&rev=2
This commit is contained in:
committed by
Git OBS Bridge
parent
082e9f5903
commit
3f6ef02c0a
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:ec5eedcbbbf8fd0a91e95c2bf35fe6efe0e1faa4f64f18063b4c240c29d08175
|
|
||||||
size 20836
|
|
3
HTML-Quoted-0.04.tar.gz
Normal file
3
HTML-Quoted-0.04.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:8b41f313fdc1812f02f6f6c37d58f212c84fdcf7827f7fd4b030907f39dc650c
|
||||||
|
size 23106
|
@@ -1,3 +1,13 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Apr 14 19:31:37 UTC 2015 - coolo@suse.com
|
||||||
|
|
||||||
|
- updated to 0.04
|
||||||
|
see /usr/share/doc/packages/perl-HTML-Quoted/Changes
|
||||||
|
|
||||||
|
0.04 Tue May 21 11:52:10 PDT 2013
|
||||||
|
|
||||||
|
* add combine_hunks method (RJBS)
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Aug 2 20:39:15 UTC 2011 - them4z@googlemail.com
|
Tue Aug 2 20:39:15 UTC 2011 - them4z@googlemail.com
|
||||||
|
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package perl-HTML-Quoted (Version 0.03)
|
# spec file for package perl-HTML-Quoted
|
||||||
#
|
#
|
||||||
# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
# 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
|
||||||
@@ -15,28 +15,27 @@
|
|||||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
Name: perl-HTML-Quoted
|
Name: perl-HTML-Quoted
|
||||||
Version: 0.03
|
Version: 0.04
|
||||||
Release: 1
|
Release: 0
|
||||||
License: GPL+ or Artistic
|
|
||||||
%define cpan_name HTML-Quoted
|
%define cpan_name HTML-Quoted
|
||||||
Summary: Extract structure of quoted HTML mail messages
|
Summary: extract structure of quoted HTML mail message
|
||||||
Url: http://search.cpan.org/dist/HTML-Quoted/
|
License: Artistic-1.0 or GPL-1.0+
|
||||||
Group: Development/Libraries/Perl
|
Group: Development/Libraries/Perl
|
||||||
Source: http://www.cpan.org/authors/id/R/RU/RUZ/HTML-Quoted-%{version}.tar.gz
|
Url: http://search.cpan.org/dist/HTML-Quoted/
|
||||||
|
Source: http://www.cpan.org/authors/id/T/TS/TSIBLEY/%{cpan_name}-%{version}.tar.gz
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
BuildRequires: perl
|
BuildRequires: perl
|
||||||
BuildRequires: perl-macros
|
BuildRequires: perl-macros
|
||||||
BuildRequires: perl(HTML::Parser)
|
BuildRequires: perl(HTML::Parser) >= 3.0
|
||||||
|
Requires: perl(HTML::Parser) >= 3.0
|
||||||
%{perl_requires}
|
%{perl_requires}
|
||||||
|
|
||||||
%description
|
%description
|
||||||
Parses and extracts quotation structure out of a HTML message. Purpose and returned structures are very similar to Text::Quoted.
|
Parses and extracts quotation structure out of a HTML message. Purpose and
|
||||||
|
returned structures are very similar to the Text::Quoted manpage.
|
||||||
Author:
|
|
||||||
-------
|
|
||||||
Ruslan.Zakirov <ruz@bestpractical.com>
|
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n %{cpan_name}-%{version}
|
%setup -q -n %{cpan_name}-%{version}
|
||||||
@@ -53,10 +52,8 @@ Author:
|
|||||||
%perl_process_packlist
|
%perl_process_packlist
|
||||||
%perl_gen_filelist
|
%perl_gen_filelist
|
||||||
|
|
||||||
%clean
|
|
||||||
%{__rm} -rf %{buildroot}
|
|
||||||
|
|
||||||
%files -f %{name}.files
|
%files -f %{name}.files
|
||||||
%defattr(-,root,root,755)
|
%defattr(-,root,root,755)
|
||||||
|
%doc Changes README
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
Reference in New Issue
Block a user