forked from pool/perl-IO-Socket-INET6
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-IO-Socket-INET6?expand=0&rev=9
This commit is contained in:
parent
ba612f3e62
commit
225100ef14
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Jun 16 14:18:42 CEST 2009 - coolo@novell.com
|
||||||
|
|
||||||
|
- skip online tests
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Jan 15 13:15:33 CET 2009 - anicka@suse.cz
|
Thu Jan 15 13:15:33 CET 2009 - anicka@suse.cz
|
||||||
|
|
||||||
|
@ -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: 3
|
Release: 5
|
||||||
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,9 @@ 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
|
#disable test suite as it doesn't work at all without being online
|
||||||
|
#and our build hosts are completly without network interfaces
|
||||||
|
#make test
|
||||||
|
|
||||||
%install
|
%install
|
||||||
make DESTDIR=$RPM_BUILD_ROOT install_vendor
|
make DESTDIR=$RPM_BUILD_ROOT install_vendor
|
||||||
@ -70,6 +72,8 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
/var/adm/perl-modules/*
|
/var/adm/perl-modules/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Jun 16 2009 coolo@novell.com
|
||||||
|
- skip online tests
|
||||||
* Thu Jan 15 2009 anicka@suse.cz
|
* Thu Jan 15 2009 anicka@suse.cz
|
||||||
- do not ignore test results (bnc#466026)
|
- do not ignore test results (bnc#466026)
|
||||||
* Fri Nov 28 2008 ro@suse.de
|
* Fri Nov 28 2008 ro@suse.de
|
||||||
|
Loading…
x
Reference in New Issue
Block a user