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,7 +1,7 @@
|
||||
#
|
||||
# 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
|
||||
# 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)
|
||||
# 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
|
||||
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
|
||||
License: CHECK(GPL-1.0+ or Artistic-1.0)
|
||||
Group: Development/Libraries/Perl
|
||||
Url: http://search.cpan.org/dist/Data-TreeDumper/
|
||||
Source0: http://www.cpan.org/authors/id/N/NK/NKH/%{cpan_name}-%{version}.tar.gz
|
||||
URL: https://metacpan.org/release/%{cpan_name}
|
||||
Source0: https://cpan.metacpan.org/authors/id/N/NK/NKH/%{cpan_name}-%{cpan_version}.tar.gz
|
||||
Source1: cpanspec.yml
|
||||
BuildArch: noarch
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
BuildRequires: perl
|
||||
BuildRequires: perl-macros
|
||||
BuildRequires: perl(Check::ISA)
|
||||
BuildRequires: perl(Class::ISA)
|
||||
BuildRequires: perl(Devel::Size) >= 0.58
|
||||
BuildRequires: perl(Sort::Naturally)
|
||||
BuildRequires: perl(Term::Size) >= 0.2
|
||||
Requires: perl(Check::ISA)
|
||||
Requires: perl(Class::ISA)
|
||||
Requires: perl(Devel::Size) >= 0.58
|
||||
Requires: perl(Sort::Naturally)
|
||||
Requires: perl(Term::Size) >= 0.2
|
||||
Provides: perl(Data::TreeDumper) = 0.410.0
|
||||
%define __perllib_provides /bin/true
|
||||
%{perl_requires}
|
||||
|
||||
%description
|
||||
@@ -53,14 +52,14 @@ Data::TreeDumper also dumps data in a tree-like fashion but _hopefully_ in
|
||||
a format more easily understood.
|
||||
|
||||
%prep
|
||||
%setup -q -n %{cpan_name}-%{version}
|
||||
%autosetup -n %{cpan_name}-%{cpan_version}
|
||||
|
||||
%build
|
||||
%{__perl} Makefile.PL INSTALLDIRS=vendor
|
||||
%{__make} %{?_smp_mflags}
|
||||
perl Makefile.PL INSTALLDIRS=vendor
|
||||
%make_build
|
||||
|
||||
%check
|
||||
%{__make} test
|
||||
make test
|
||||
|
||||
%install
|
||||
%perl_make_install
|
||||
@@ -68,7 +67,6 @@ a format more easily understood.
|
||||
%perl_gen_filelist
|
||||
|
||||
%files -f %{name}.files
|
||||
%defattr(-,root,root,755)
|
||||
%doc Changes README s Todo
|
||||
%doc README s Todo
|
||||
|
||||
%changelog
|
||||
|
Reference in New Issue
Block a user