SHA256
8
0
forked from pool/perl-Chart

Accepting request 969986 from devel:languages:perl

OBS-URL: https://build.opensuse.org/request/show/969986
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Chart?expand=0&rev=23
This commit is contained in:
2022-04-14 15:25:20 +00:00
committed by Git OBS Bridge
4 changed files with 27 additions and 23 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:84bd99a1a0ce72477b15e35881e6120398bb3f553aeeb5e8d72b088520e4f6bf
size 1698207

3
Chart-v2.401.1.tar.gz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:4834109f7ae03bc83025e9674e3460a0311989ec8c687fc4f3b26c52b61fadf0
size 1716318

View File

@@ -1,3 +1,9 @@
-------------------------------------------------------------------
Wed Apr 6 03:06:29 UTC 2022 - Tina Müller <timueller+perl@suse.de>
- updated to 2.401.1
see /usr/share/doc/packages/perl-Chart/Changes
------------------------------------------------------------------- -------------------------------------------------------------------
Sat May 2 09:12:02 UTC 2015 - coolo@suse.com Sat May 2 09:12:02 UTC 2015 - coolo@suse.com

View File

@@ -1,7 +1,7 @@
# #
# spec file for package perl-Chart # 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 # 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,25 +12,26 @@
# 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-Chart
Version: 2.4.10
Release: 0
%define cpan_name Chart %define cpan_name Chart
Summary: Series of Charting Modules Name: perl-Chart
License: GPL-1.0+ or Artistic-1.0 Version: 2.401.1
Group: Development/Libraries/Perl Release: 0
Url: http://search.cpan.org/dist/Chart/ License: Artistic-2.0
Source0: http://www.cpan.org/authors/id/C/CH/CHARTGRP/%{cpan_name}-%{version}.tar.gz 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 Source1: cpanspec.yml
BuildArch: noarch BuildArch: noarch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: perl BuildRequires: perl
BuildRequires: perl-macros BuildRequires: perl-macros
BuildRequires: perl(Carp) >= 1.35
BuildRequires: perl(File::Temp) >= 0.19
BuildRequires: perl(GD) >= 2 BuildRequires: perl(GD) >= 2
Requires: perl(Carp) >= 1.35
Requires: perl(GD) >= 2 Requires: perl(GD) >= 2
%{perl_requires} %{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. Lincoln Stein's GD module for all of its graphics primitives calls.
%prep %prep
%setup -q -n %{cpan_name}-%{version} %autosetup -n %{cpan_name}-v%{version}
find . -type f -print0 | xargs -0 chmod 644
rm -f pm_to_blib
%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
@@ -65,7 +63,7 @@ rm -f pm_to_blib
%perl_gen_filelist %perl_gen_filelist
%files -f %{name}.files %files -f %{name}.files
%defattr(-,root,root,755) %doc Changes CONTRIBUTING doc Documentation.pdf README Readme.md TODO
%doc doc Documentation.pdf README TODO %license LICENSE
%changelog %changelog