2007-01-15 23:30:41 +00:00
|
|
|
#
|
2007-04-26 22:32:45 +00:00
|
|
|
# spec file for package perl-GDGraph (Version 1.44)
|
2007-01-15 23:30:41 +00:00
|
|
|
#
|
2009-06-18 15:04:43 +00:00
|
|
|
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
2007-01-15 23:30:41 +00:00
|
|
|
#
|
2009-06-18 15:04:43 +00:00
|
|
|
# All modifications and additions to the file contributed by third parties
|
|
|
|
# remain the property of their copyright owners, unless otherwise agreed
|
|
|
|
# upon. The license for this file, and modifications and additions to the
|
|
|
|
# file, is the same license as for the pristine package itself (unless the
|
|
|
|
# license for the pristine package is not an Open Source License, in which
|
|
|
|
# case the license is the MIT License). An "Open Source License" is a
|
|
|
|
# license that conforms to the Open Source Definition (Version 1.9)
|
|
|
|
# published by the Open Source Initiative.
|
|
|
|
|
2007-04-26 22:32:45 +00:00
|
|
|
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
2007-01-15 23:30:41 +00:00
|
|
|
#
|
|
|
|
|
|
|
|
# norootforbuild
|
|
|
|
|
2009-06-18 15:04:43 +00:00
|
|
|
|
2007-04-26 22:32:45 +00:00
|
|
|
Name: perl-GDGraph
|
|
|
|
BuildRequires: ImageMagick libtiff-devel perl-GD perl-GDTextUtil xorg-x11-devel
|
|
|
|
Version: 1.44
|
2009-06-18 15:04:43 +00:00
|
|
|
Release: 174
|
2007-04-26 22:32:45 +00:00
|
|
|
Requires: perl = %{perl_version}
|
2009-06-18 15:04:43 +00:00
|
|
|
AutoReqProv: on
|
2007-04-26 22:32:45 +00:00
|
|
|
Group: Development/Libraries/Perl
|
|
|
|
License: Artistic License
|
|
|
|
Url: http://cpan.org/modules/by-module/GD/
|
|
|
|
Summary: package to generate charts, using Lincoln Stein's GD.pm
|
|
|
|
Source: GDGraph-%{version}.tar.bz2
|
|
|
|
Patch: GDGraph-trim_miter.diff
|
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
2007-01-15 23:30:41 +00:00
|
|
|
|
|
|
|
%description
|
|
|
|
This is GDGraph, a package to generate charts, using Lincoln Stein's
|
|
|
|
GD.pm. See the documentation for some history and more information.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Authors:
|
|
|
|
--------
|
|
|
|
Martien Verbruggen <mgjv@tradingpost.com.au>
|
|
|
|
|
|
|
|
%prep
|
|
|
|
%setup -n GDGraph-%{version}
|
|
|
|
%patch -p1
|
|
|
|
|
|
|
|
%build
|
|
|
|
perl Makefile.PL OPTIMIZE="$RPM_OPT_FLAGS -Wall"
|
|
|
|
make
|
|
|
|
make test
|
|
|
|
make samples
|
|
|
|
|
|
|
|
%install
|
|
|
|
rm -rf $RPM_BUILD_ROOT
|
|
|
|
make DESTDIR=$RPM_BUILD_ROOT install_vendor
|
|
|
|
%perl_process_packlist
|
|
|
|
|
|
|
|
%clean
|
|
|
|
rm -rf $RPM_BUILD_ROOT
|
|
|
|
|
|
|
|
%files
|
|
|
|
%defattr(-, root, root)
|
|
|
|
%doc README*
|
|
|
|
%doc %{_mandir}/man?/*
|
|
|
|
%{perl_vendorarch}/auto/GD/Graph
|
|
|
|
%{perl_vendorlib}/GD
|
|
|
|
/var/adm/perl-modules/%{name}
|
|
|
|
|
2007-04-26 22:32:45 +00:00
|
|
|
%changelog
|
2009-06-18 15:04:43 +00:00
|
|
|
* Fri Apr 27 2007 ro@suse.de
|
2007-04-26 22:32:45 +00:00
|
|
|
- update to 1.44
|
|
|
|
- Added GD::Graph::hbars, to create horizontal bar charts.
|
2009-06-18 15:04:43 +00:00
|
|
|
* Wed Jan 25 2006 mls@suse.de
|
2007-01-15 23:30:41 +00:00
|
|
|
- converted neededforbuild to BuildRequires
|
2009-06-18 15:04:43 +00:00
|
|
|
* Wed Sep 28 2005 dmueller@suse.de
|
2007-01-15 23:30:41 +00:00
|
|
|
- add norootforbuild
|
2009-06-18 15:04:43 +00:00
|
|
|
* Thu Mar 03 2005 ro@suse.de
|
2007-01-15 23:30:41 +00:00
|
|
|
- added trim_miter patch from Juergen
|
2009-06-18 15:04:43 +00:00
|
|
|
* Tue Aug 24 2004 ro@suse.de
|
2007-01-15 23:30:41 +00:00
|
|
|
- updated neededforbuild (needing ImageMagick in testsuite)
|
2009-06-18 15:04:43 +00:00
|
|
|
* Thu Jul 29 2004 ro@suse.de
|
2007-01-15 23:30:41 +00:00
|
|
|
- update to 1.43
|
2009-06-18 15:04:43 +00:00
|
|
|
* Thu Sep 25 2003 ro@suse.de
|
2007-01-15 23:30:41 +00:00
|
|
|
- created package version 1.39
|