From adcb0cd5cfb4f98dd6b11abc3ce4edc6694eacf272e7f28d82f036d241c0f987 Mon Sep 17 00:00:00 2001 From: OBS User unknown Date: Mon, 19 Jan 2009 01:17:56 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-XML-Writer?expand=0&rev=5 --- perl-XML-Writer.changes | 5 +++++ perl-XML-Writer.spec | 22 ++++++++++++++++------ 2 files changed, 21 insertions(+), 6 deletions(-) diff --git a/perl-XML-Writer.changes b/perl-XML-Writer.changes index 25891b3..ec33d4f 100644 --- a/perl-XML-Writer.changes +++ b/perl-XML-Writer.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Jan 15 13:39:53 CET 2009 - anicka@suse.cz + +- run tests properly (bnc#466014) + ------------------------------------------------------------------- Thu Feb 28 10:23:16 CET 2008 - anicka@suse.cz diff --git a/perl-XML-Writer.spec b/perl-XML-Writer.spec index 5cc6ad0..8e89be3 100644 --- a/perl-XML-Writer.spec +++ b/perl-XML-Writer.spec @@ -1,10 +1,17 @@ # # spec file for package perl-XML-Writer (Version 0.604) # -# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany. -# This file and all modifications and additions to the pristine -# package are under the same license as the package itself. +# Copyright (c) 2009 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 +# 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. + # Please submit bugfixes or comments via http://bugs.opensuse.org/ # @@ -13,7 +20,7 @@ Name: perl-XML-Writer Version: 0.604 -Release: 1 +Release: 44 Requires: perl = %{perl_version} AutoReqProv: on Group: Development/Libraries/Perl @@ -41,10 +48,11 @@ Authors: %build perl Makefile.PL make -[ "`perl --version | grep "This is perl" | cut -d' ' -f4`" != "v5.6.0" ] && make test + +%check +make test %install -rm -rf $RPM_BUILD_ROOT %perl_make_install %perl_process_packlist @@ -60,6 +68,8 @@ rm -rf $RPM_BUILD_ROOT /var/adm/perl-modules/%{name} %changelog +* Thu Jan 15 2009 anicka@suse.cz +- run tests properly (bnc#466014) * Thu Feb 28 2008 anicka@suse.cz - update to 0.604 * Patch from Andreas Koenig for lc(undef) warning in 5.11