SHA256
9
0
forked from pool/perl-Chart

Accepting request 94828 from devel:languages:perl

- update to 2.4.3:
  * corrections to imagemap production in Composite.pm and Lines.pm

OBS-URL: https://build.opensuse.org/request/show/94828
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Chart?expand=0&rev=14
This commit is contained in:
Stephan Kulow
2011-12-07 13:38:25 +00:00
committed by Git OBS Bridge
4 changed files with 22 additions and 24 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:6bb6e3fbc01dc7415d47dfdfd37ac0a41434c27dbf89f1bf07f7b284469c3269
size 664582

3
Chart-2.4.3.tar.gz Normal file
View File

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

View File

@@ -1,3 +1,9 @@
-------------------------------------------------------------------
Wed Nov 30 22:50:48 UTC 2011 - pascal.bleser@opensuse.org
- update to 2.4.3:
* corrections to imagemap production in Composite.pm and Lines.pm
-------------------------------------------------------------------
Wed Dec 1 13:30:57 UTC 2010 - coolo@novell.com

View File

@@ -1,7 +1,7 @@
#
# spec file for package perl-Chart (Version 2.4.2)
# spec file for package perl-Chart
#
# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -15,28 +15,26 @@
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
# norootforbuild
Name: perl-Chart
%define cpan_name Chart
Summary: Series of charting modules
Version: 2.4.2
Release: 2
License: GPL+ or Artistic
Version: 2.4.3
Release: 0
License: Artistic-1.0 or GPL-1.0+
Group: Development/Libraries/Perl
Url: http://search.cpan.org/dist/Chart/
#Source: http://www.cpan.org/modules/by-module/Chart/Chart-%{version}.tar.gz
Source: %{cpan_name}-%{version}.tar.bz2
Source: http://search.cpan.org/CPAN/authors/id/C/CH/CHARTGRP/Chart-%{version}.tar.gz
BuildArch: noarch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%{perl_requires}
BuildRequires: freetype2-devel gd-devel
BuildRequires: libjpeg-devel libpng-devel
BuildRequires: xorg-x11-devel
BuildRequires: freetype2-devel
BuildRequires: gd-devel
BuildRequires: libjpeg-devel
BuildRequires: libpng-devel
BuildRequires: perl
BuildRequires: perl-macros
BuildRequires: perl(GD) >= 2
BuildRequires: perl-macros
BuildRequires: xorg-x11-devel
Requires: perl(GD) >= 2
%description
@@ -51,12 +49,6 @@ legends. So I decided to write a new module from scratch, and I've designed
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.
Authors:
--------
David Bonner
Peter Clark
Chart-Group at BKG
%prep
%setup -q -n %{cpan_name}-%{version}
# rpmlint: spurious-executable-perm
@@ -81,7 +73,7 @@ rm -f pm_to_blib
%perl_gen_filelist
%clean
%{__rm} -rf $RPM_BUILD_ROOT
%{?buildroot:%__rm -rf "%{buildroot}"}
%files -f %{name}.files
%defattr(-,root,root,-)