SHA256
8
0
forked from pool/perl-Chart

Accepting request 28924 from devel:languages:perl

Copy from devel:languages:perl/perl-Chart based on submit request 28924 from user coolo

OBS-URL: https://build.opensuse.org/request/show/28924
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Chart?expand=0&rev=5
This commit is contained in:
OBS User autobuild
2010-01-12 13:20:53 +00:00
committed by Git OBS Bridge
parent 973674f1ee
commit f7ca453476
2 changed files with 9 additions and 10 deletions

View File

@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Sun Jan 10 15:43:32 CET 2010 - jengelh@medozas.de
- enable parallel build
-------------------------------------------------------------------
Fri Jan 27 02:19:20 CET 2006 - mls@suse.de

View File

@@ -1,7 +1,7 @@
#
# spec file for package perl-Chart (Version 2.4.1)
#
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
# Copyright (c) 2010 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
@@ -21,11 +21,11 @@
Name: perl-Chart
BuildRequires: freetype2-devel gd-devel libjpeg-devel libpng-devel perl-GD xorg-x11-devel
Version: 2.4.1
Release: 177
Release: 178
Requires: perl = %{perl_version}
Requires: perl-GD
Group: Development/Libraries/Perl
License: Artistic License
License: Artistic
Url: http://cpan.org/modules/by-module/Class/
Summary: perl libs for generating Charts
Source: Chart-%{version}.tar.bz2
@@ -47,7 +47,7 @@ Authors:
%build
perl Makefile.PL
make
make %{?_smp_mflags}
make test
%install
@@ -67,9 +67,3 @@ rm -rf $RPM_BUILD_ROOT
/usr/share/man/man3/Chart.3pm.gz
%changelog
* Fri Jan 27 2006 mls@suse.de
- converted neededforbuild to BuildRequires
* Tue Jan 24 2006 dmueller@suse.de
- 2.4.1 update
* Mon Oct 17 2005 dmueller@suse.de
- initial package (2.3)