OBS User unknown 2009-01-16 00:50:33 +00:00 committed by Git OBS Bridge
parent 69710ca76b
commit ba612f3e62
2 changed files with 10 additions and 3 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Thu Jan 15 13:15:33 CET 2009 - anicka@suse.cz
- do not ignore test results (bnc#466026)
-------------------------------------------------------------------
Fri Nov 28 16:18:35 CET 2008 - ro@suse.de

View File

@ -1,7 +1,7 @@
#
# spec file for package perl-IO-Socket-INET6 (Version 2.56)
#
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
# 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
@ -21,7 +21,7 @@
Name: perl-IO-Socket-INET6
BuildRequires: perl-Socket6
Version: 2.56
Release: 2
Release: 3
Requires: perl = %{perl_version}
AutoReqProv: on
Url: http://cpan.org/modules/by-module/IO/
@ -52,7 +52,7 @@ perl Makefile.PL
mv t/io_sock6.t t/io_sock6.tt
%check
make test || true
make test
%install
make DESTDIR=$RPM_BUILD_ROOT install_vendor
@ -70,6 +70,8 @@ rm -rf $RPM_BUILD_ROOT
/var/adm/perl-modules/*
%changelog
* Thu Jan 15 2009 anicka@suse.cz
- do not ignore test results (bnc#466026)
* Fri Nov 28 2008 ro@suse.de
- ignore test suite results for the moment
(will not work without networking support in build environment)