OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-IO-Socket-SSL?expand=0&rev=12
This commit is contained in:
parent
1d1459ac0c
commit
2e9a5c2fe9
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Aug 18 13:54:40 CEST 2008 - ro@suse.de
|
||||||
|
|
||||||
|
- hack to build also in buildservice where 127.0.0.1 can
|
||||||
|
resolve to the hostname instead of localhost
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Aug 4 00:35:10 CEST 2008 - ro@suse.de
|
Mon Aug 4 00:35:10 CEST 2008 - ro@suse.de
|
||||||
|
|
||||||
|
@ -2,9 +2,16 @@
|
|||||||
# spec file for package perl-IO-Socket-SSL (Version 1.14)
|
# spec file for package perl-IO-Socket-SSL (Version 1.14)
|
||||||
#
|
#
|
||||||
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# 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.
|
|
||||||
#
|
#
|
||||||
|
# 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/
|
||||||
#
|
#
|
||||||
|
|
||||||
@ -14,7 +21,7 @@
|
|||||||
Name: perl-IO-Socket-SSL
|
Name: perl-IO-Socket-SSL
|
||||||
BuildRequires: perl-Net-SSLeay perl-libwww-perl
|
BuildRequires: perl-Net-SSLeay perl-libwww-perl
|
||||||
Version: 1.14
|
Version: 1.14
|
||||||
Release: 6
|
Release: 14
|
||||||
Provides: p_iossl
|
Provides: p_iossl
|
||||||
Obsoletes: p_iossl
|
Obsoletes: p_iossl
|
||||||
Requires: perl-Net-SSLeay perl-libwww-perl
|
Requires: perl-Net-SSLeay perl-libwww-perl
|
||||||
@ -49,6 +56,11 @@ perl Makefile.PL
|
|||||||
make
|
make
|
||||||
|
|
||||||
%check
|
%check
|
||||||
|
%if 0%{?opensuse_bs}
|
||||||
|
# currently 127.0.0.1 resolves to hostname in OBS
|
||||||
|
# and not to localhost
|
||||||
|
rm -fv t/auto_verify_hostname
|
||||||
|
%endif
|
||||||
make test
|
make test
|
||||||
|
|
||||||
%install
|
%install
|
||||||
@ -67,6 +79,9 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
/var/adm/perl-modules/%{name}
|
/var/adm/perl-modules/%{name}
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Aug 18 2008 ro@suse.de
|
||||||
|
- hack to build also in buildservice where 127.0.0.1 can
|
||||||
|
resolve to the hostname instead of localhost
|
||||||
* Mon Aug 04 2008 ro@suse.de
|
* Mon Aug 04 2008 ro@suse.de
|
||||||
- update require for Net_SSLeay to Net-SSLeay
|
- update require for Net_SSLeay to Net-SSLeay
|
||||||
* Fri Jul 25 2008 anicka@suse.cz
|
* Fri Jul 25 2008 anicka@suse.cz
|
||||||
|
Loading…
x
Reference in New Issue
Block a user