Hello community, here is the log from the commit of package perl-GDGraph for openSUSE:Factory checked in at Wed May 25 09:51:08 CEST 2011.
-------- --- perl-GDGraph/perl-GDGraph.changes 2010-12-01 07:56:45.000000000 +0100 +++ /mounts/work_src_done/STABLE/perl-GDGraph/perl-GDGraph.changes 2011-04-28 11:48:54.000000000 +0200 @@ -1,0 +2,7 @@ +Thu Apr 28 09:15:17 UTC 2011 - [email protected] + +- license correction (same as Perl) +- added new dependencies (bnc#676080) +- spec renewal + +------------------------------------------------------------------- calling whatdependson for head-i586 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ perl-GDGraph.spec ++++++ --- /var/tmp/diff_new_pack.53TT4H/_old 2011-05-25 09:45:46.000000000 +0200 +++ /var/tmp/diff_new_pack.53TT4H/_new 2011-05-25 09:45:46.000000000 +0200 @@ -1,7 +1,7 @@ # -# spec file for package perl-GDGraph (Version 1.44) +# spec file for package perl-GDGraph # -# 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 @@ -19,18 +19,25 @@ Name: perl-GDGraph -BuildRequires: ImageMagick libtiff-devel perl-GD perl-GDTextUtil xorg-x11-devel -BuildRequires: perl-macros +%define cpan_name GDGraph Version: 1.44 -Release: 183 +Release: 188 AutoReqProv: on Group: Development/Libraries/Perl -License: Artistic +License: GPL+ or Artistic 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 +Summary: Package to generate charts, using Lincoln Stein's GD.pm +BuildRequires: ImageMagick libtiff-devel xorg-x11-devel +BuildRequires: perl(GD) >= 1.18 +BuildRequires: perl(GD::Text) >= 0.80 +BuildRequires: perl +BuildRequires: perl-macros +Requires: perl(GD) >= 1.18 +Requires: perl(GD::Text) >= 0.80 +Source: %{cpan_name}-%{version}.tar.bz2 +Patch: %{cpan_name}-trim_miter.diff BuildRoot: %{_tmppath}/%{name}-%{version}-build +BuildArch: noarch %{perl_requires} %description @@ -38,34 +45,28 @@ GD.pm. See the documentation for some history and more information. - -Authors: --------- - Martien Verbruggen <[email protected]> - %prep -%setup -n GDGraph-%{version} +%setup -n %{cpan_name}-%{version} %patch -p1 %build -perl Makefile.PL OPTIMIZE="$RPM_OPT_FLAGS -Wall" -make %{?_smp_mflags} -make test -make samples +%{__perl} Makefile.PL OPTIMIZE="$RPM_OPT_FLAGS -Wall" INSTALLDIRS=vendor +%{__make} %{?_smp_mflags} +%{__make} samples + +%check +%{__make} test %install -rm -rf $RPM_BUILD_ROOT -make DESTDIR=$RPM_BUILD_ROOT install_vendor +%perl_make_install %perl_process_packlist +%perl_gen_filelist %clean rm -rf $RPM_BUILD_ROOT -%files +%files -f %{name}.files %defattr(-, root, root) %doc README* -%doc %{_mandir}/man?/* -%{perl_vendorarch}/auto/GD/Graph -%{perl_vendorlib}/GD %changelog ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Remember to have fun... -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
