Hello community,

here is the log from the commit of package perl-GDGraph for openSUSE:11.4
checked in at Wed May 4 21:44:24 CEST 2011.



--------
--- old-versions/11.4/all/perl-GDGraph/perl-GDGraph.changes     2010-12-01 
07:56:45.000000000 +0100
+++ 11.4/perl-GDGraph/perl-GDGraph.changes      2011-04-28 16:42:52.000000000 
+0200
@@ -1,0 +2,7 @@
+Thu Apr 28 14:22:54 UTC 2011 - vci...@novell.com
+
+- license correction (same as Perl)
+- added new dependencies (bnc#676080)
+- spec renewal
+
+-------------------------------------------------------------------

Package does not exist at destination yet. Using Fallback 
old-versions/11.4/all/perl-GDGraph
Destination is old-versions/11.4/UPDATES/all/perl-GDGraph
calling whatdependson for 11.4-i586


++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ perl-GDGraph.spec ++++++
--- /var/tmp/diff_new_pack.zBNgaQ/_old  2011-05-04 21:34:39.000000000 +0200
+++ /var/tmp/diff_new_pack.zBNgaQ/_new  2011-05-04 21:34:39.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
+%define cpan_name GDGraph
+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
 Version:        1.44
-Release:        183
+Release:        186.<RELEASE187>
 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
+Source:         %{cpan_name}-%{version}.tar.bz2
+Patch:          %{cpan_name}-trim_miter.diff
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
+BuildArch:      noarch
 %{perl_requires}
 
 %description
@@ -39,33 +46,28 @@
 
 
 
-Authors:
---------
-    Martien Verbruggen <m...@tradingpost.com.au>
-
 %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
+%{__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: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to