diff --git a/Chart-2.4.10.tar.gz b/Chart-2.4.10.tar.gz deleted file mode 100644 index 5d672f6..0000000 --- a/Chart-2.4.10.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:84bd99a1a0ce72477b15e35881e6120398bb3f553aeeb5e8d72b088520e4f6bf -size 1698207 diff --git a/Chart-v2.401.1.tar.gz b/Chart-v2.401.1.tar.gz new file mode 100644 index 0000000..d4b95d1 --- /dev/null +++ b/Chart-v2.401.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4834109f7ae03bc83025e9674e3460a0311989ec8c687fc4f3b26c52b61fadf0 +size 1716318 diff --git a/perl-Chart.changes b/perl-Chart.changes index cdd9f1f..f4320c4 100644 --- a/perl-Chart.changes +++ b/perl-Chart.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Wed Apr 6 03:06:29 UTC 2022 - Tina Müller + +- updated to 2.401.1 + see /usr/share/doc/packages/perl-Chart/Changes + ------------------------------------------------------------------- Sat May 2 09:12:02 UTC 2015 - coolo@suse.com diff --git a/perl-Chart.spec b/perl-Chart.spec index 2b6ec31..f578a48 100644 --- a/perl-Chart.spec +++ b/perl-Chart.spec @@ -1,7 +1,7 @@ # # spec file for package perl-Chart # -# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2022 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -12,25 +12,26 @@ # 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-Chart -Version: 2.4.10 -Release: 0 %define cpan_name Chart -Summary: Series of Charting Modules -License: GPL-1.0+ or Artistic-1.0 -Group: Development/Libraries/Perl -Url: http://search.cpan.org/dist/Chart/ -Source0: http://www.cpan.org/authors/id/C/CH/CHARTGRP/%{cpan_name}-%{version}.tar.gz +Name: perl-Chart +Version: 2.401.1 +Release: 0 +License: Artistic-2.0 +Summary: Series of charting modules +URL: https://metacpan.org/release/%{cpan_name} +Source0: https://cpan.metacpan.org/authors/id/L/LI/LICHTKIND/%{cpan_name}-v%{version}.tar.gz Source1: cpanspec.yml BuildArch: noarch -BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: perl BuildRequires: perl-macros +BuildRequires: perl(Carp) >= 1.35 +BuildRequires: perl(File::Temp) >= 0.19 BuildRequires: perl(GD) >= 2 +Requires: perl(Carp) >= 1.35 Requires: perl(GD) >= 2 %{perl_requires} @@ -47,17 +48,14 @@ it from the bottom up to be easy to modify. Like GIFgraph, Chart uses Lincoln Stein's GD module for all of its graphics primitives calls. %prep -%setup -q -n %{cpan_name}-%{version} -find . -type f -print0 | xargs -0 chmod 644 - -rm -f pm_to_blib +%autosetup -n %{cpan_name}-v%{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 @@ -65,7 +63,7 @@ rm -f pm_to_blib %perl_gen_filelist %files -f %{name}.files -%defattr(-,root,root,755) -%doc doc Documentation.pdf README TODO +%doc Changes CONTRIBUTING doc Documentation.pdf README Readme.md TODO +%license LICENSE %changelog