OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-IO-Socket-INET6?expand=0&rev=8
This commit is contained in:
parent
69710ca76b
commit
ba612f3e62
@ -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
|
Fri Nov 28 16:18:35 CET 2008 - ro@suse.de
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package perl-IO-Socket-INET6 (Version 2.56)
|
# 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
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -21,7 +21,7 @@
|
|||||||
Name: perl-IO-Socket-INET6
|
Name: perl-IO-Socket-INET6
|
||||||
BuildRequires: perl-Socket6
|
BuildRequires: perl-Socket6
|
||||||
Version: 2.56
|
Version: 2.56
|
||||||
Release: 2
|
Release: 3
|
||||||
Requires: perl = %{perl_version}
|
Requires: perl = %{perl_version}
|
||||||
AutoReqProv: on
|
AutoReqProv: on
|
||||||
Url: http://cpan.org/modules/by-module/IO/
|
Url: http://cpan.org/modules/by-module/IO/
|
||||||
@ -52,7 +52,7 @@ perl Makefile.PL
|
|||||||
mv t/io_sock6.t t/io_sock6.tt
|
mv t/io_sock6.t t/io_sock6.tt
|
||||||
|
|
||||||
%check
|
%check
|
||||||
make test || true
|
make test
|
||||||
|
|
||||||
%install
|
%install
|
||||||
make DESTDIR=$RPM_BUILD_ROOT install_vendor
|
make DESTDIR=$RPM_BUILD_ROOT install_vendor
|
||||||
@ -70,6 +70,8 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
/var/adm/perl-modules/*
|
/var/adm/perl-modules/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Jan 15 2009 anicka@suse.cz
|
||||||
|
- do not ignore test results (bnc#466026)
|
||||||
* Fri Nov 28 2008 ro@suse.de
|
* Fri Nov 28 2008 ro@suse.de
|
||||||
- ignore test suite results for the moment
|
- ignore test suite results for the moment
|
||||||
(will not work without networking support in build environment)
|
(will not work without networking support in build environment)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user