8
0
OBS User unknown
2009-01-19 01:17:56 +00:00
committed by Git OBS Bridge
parent 08d1b0c7b0
commit adcb0cd5cf
2 changed files with 21 additions and 6 deletions

View File

@@ -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 Thu Feb 28 10:23:16 CET 2008 - anicka@suse.cz

View File

@@ -1,10 +1,17 @@
# #
# spec file for package perl-XML-Writer (Version 0.604) # spec file for package perl-XML-Writer (Version 0.604)
# #
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany. # Copyright (c) 2009 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.
# #
# 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/ # Please submit bugfixes or comments via http://bugs.opensuse.org/
# #
@@ -13,7 +20,7 @@
Name: perl-XML-Writer Name: perl-XML-Writer
Version: 0.604 Version: 0.604
Release: 1 Release: 44
Requires: perl = %{perl_version} Requires: perl = %{perl_version}
AutoReqProv: on AutoReqProv: on
Group: Development/Libraries/Perl Group: Development/Libraries/Perl
@@ -41,10 +48,11 @@ Authors:
%build %build
perl Makefile.PL perl Makefile.PL
make make
[ "`perl --version | grep "This is perl" | cut -d' ' -f4`" != "v5.6.0" ] && make test
%check
make test
%install %install
rm -rf $RPM_BUILD_ROOT
%perl_make_install %perl_make_install
%perl_process_packlist %perl_process_packlist
@@ -60,6 +68,8 @@ rm -rf $RPM_BUILD_ROOT
/var/adm/perl-modules/%{name} /var/adm/perl-modules/%{name}
%changelog %changelog
* Thu Jan 15 2009 anicka@suse.cz
- run tests properly (bnc#466014)
* Thu Feb 28 2008 anicka@suse.cz * Thu Feb 28 2008 anicka@suse.cz
- update to 0.604 - update to 0.604
* Patch from Andreas Koenig for lc(undef) warning in 5.11 * Patch from Andreas Koenig for lc(undef) warning in 5.11