Accepting request 1125743 from devel:languages:perl:autoupdate
- updated to 0.41 see /usr/share/doc/packages/perl-Data-TreeDumper/ OBS-URL: https://build.opensuse.org/request/show/1125743 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Data-TreeDumper?expand=0&rev=5
This commit is contained in:
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:9e618577a79601785b375b121c0c31a97803bf6f257b5777dbe24fc7dec73c20
|
|
||||||
size 27843
|
|
3
Data-TreeDumper-0.41.tar.gz
Normal file
3
Data-TreeDumper-0.41.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:517a84ea00a385f4284792bac29f86e08fbd043fbcb1ff64a4deaf7dabb06a7d
|
||||||
|
size 26524
|
@@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Oct 31 03:06:10 UTC 2023 - Tina Müller <timueller+perl@suse.de>
|
||||||
|
|
||||||
|
- updated to 0.41
|
||||||
|
see /usr/share/doc/packages/perl-Data-TreeDumper/
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sat Apr 25 07:06:41 UTC 2015 - coolo@suse.com
|
Sat Apr 25 07:06:41 UTC 2015 - coolo@suse.com
|
||||||
|
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package perl-Data-TreeDumper
|
# spec file for package perl-Data-TreeDumper
|
||||||
#
|
#
|
||||||
# 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,34 +12,33 @@
|
|||||||
# 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-Data-TreeDumper
|
|
||||||
Version: 0.40
|
|
||||||
Release: 0
|
|
||||||
%define cpan_name Data-TreeDumper
|
%define cpan_name Data-TreeDumper
|
||||||
|
Name: perl-Data-TreeDumper
|
||||||
|
Version: 0.410.0
|
||||||
|
Release: 0
|
||||||
|
%define cpan_version 0.41
|
||||||
|
License: CHECK(Artistic-1.0 or GPL-1.0-or-later)
|
||||||
Summary: Improved replacement for Data::Dumper. Powerful filtering capability
|
Summary: Improved replacement for Data::Dumper. Powerful filtering capability
|
||||||
License: CHECK(GPL-1.0+ or Artistic-1.0)
|
URL: https://metacpan.org/release/%{cpan_name}
|
||||||
Group: Development/Libraries/Perl
|
Source0: https://cpan.metacpan.org/authors/id/N/NK/NKH/%{cpan_name}-%{cpan_version}.tar.gz
|
||||||
Url: http://search.cpan.org/dist/Data-TreeDumper/
|
|
||||||
Source0: http://www.cpan.org/authors/id/N/NK/NKH/%{cpan_name}-%{version}.tar.gz
|
|
||||||
Source1: cpanspec.yml
|
Source1: cpanspec.yml
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
|
||||||
BuildRequires: perl
|
BuildRequires: perl
|
||||||
BuildRequires: perl-macros
|
BuildRequires: perl-macros
|
||||||
BuildRequires: perl(Check::ISA)
|
BuildRequires: perl(Check::ISA)
|
||||||
BuildRequires: perl(Class::ISA)
|
BuildRequires: perl(Class::ISA)
|
||||||
BuildRequires: perl(Devel::Size) >= 0.58
|
|
||||||
BuildRequires: perl(Sort::Naturally)
|
BuildRequires: perl(Sort::Naturally)
|
||||||
BuildRequires: perl(Term::Size) >= 0.2
|
BuildRequires: perl(Term::Size) >= 0.2
|
||||||
Requires: perl(Check::ISA)
|
Requires: perl(Check::ISA)
|
||||||
Requires: perl(Class::ISA)
|
Requires: perl(Class::ISA)
|
||||||
Requires: perl(Devel::Size) >= 0.58
|
|
||||||
Requires: perl(Sort::Naturally)
|
Requires: perl(Sort::Naturally)
|
||||||
Requires: perl(Term::Size) >= 0.2
|
Requires: perl(Term::Size) >= 0.2
|
||||||
|
Provides: perl(Data::TreeDumper) = 0.410.0
|
||||||
|
%define __perllib_provides /bin/true
|
||||||
%{perl_requires}
|
%{perl_requires}
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@@ -53,14 +52,14 @@ Data::TreeDumper also dumps data in a tree-like fashion but _hopefully_ in
|
|||||||
a format more easily understood.
|
a format more easily understood.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n %{cpan_name}-%{version}
|
%autosetup -n %{cpan_name}-%{cpan_version}
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%{__perl} Makefile.PL INSTALLDIRS=vendor
|
perl Makefile.PL INSTALLDIRS=vendor
|
||||||
%{__make} %{?_smp_mflags}
|
%make_build
|
||||||
|
|
||||||
%check
|
%check
|
||||||
%{__make} test
|
make test
|
||||||
|
|
||||||
%install
|
%install
|
||||||
%perl_make_install
|
%perl_make_install
|
||||||
@@ -68,7 +67,6 @@ a format more easily understood.
|
|||||||
%perl_gen_filelist
|
%perl_gen_filelist
|
||||||
|
|
||||||
%files -f %{name}.files
|
%files -f %{name}.files
|
||||||
%defattr(-,root,root,755)
|
%doc README s Todo
|
||||||
%doc Changes README s Todo
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
Reference in New Issue
Block a user