packages: perl-Socket-GetAddrInfo/perl-Socket-GetAddrInfo.spec - omit depen...
qboosh
qboosh at pld-linux.org
Sun Mar 6 20:45:59 CET 2011
Author: qboosh Date: Sun Mar 6 19:45:59 2011 GMT
Module: packages Tag: HEAD
---- Log message:
- omit dependencies from Core impl (not satisfied by current stable perl, i.e. 5.12.3),
so package is installable now and XS impl will be used
---- Files affected:
packages/perl-Socket-GetAddrInfo:
perl-Socket-GetAddrInfo.spec (1.7 -> 1.8)
---- Diffs:
================================================================
Index: packages/perl-Socket-GetAddrInfo/perl-Socket-GetAddrInfo.spec
diff -u packages/perl-Socket-GetAddrInfo/perl-Socket-GetAddrInfo.spec:1.7 packages/perl-Socket-GetAddrInfo/perl-Socket-GetAddrInfo.spec:1.8
--- packages/perl-Socket-GetAddrInfo/perl-Socket-GetAddrInfo.spec:1.7 Sun Mar 6 20:33:21 2011
+++ packages/perl-Socket-GetAddrInfo/perl-Socket-GetAddrInfo.spec Sun Mar 6 20:45:54 2011
@@ -23,6 +23,9 @@
BuildRequires: rpm-perlprov >= 4.1-13
BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+# Core.pm impl requires Socket 1.93 (newer than in perl 5.12.3) - skip it, XS impl will be used instead
+%define _noautoreqfiles %{perl_vendorarch}/Socket/GetAddrInfo/Core.pm
+
%description
The RFC 2553 functions getaddrinfo and getnameinfo provide an
abstracted way to convert between a pair of host name/service name and
@@ -80,6 +83,10 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.8 2011/03/06 19:45:54 qboosh
+- omit dependencies from Core impl (not satisfied by current stable perl, i.e. 5.12.3),
+ so package is installable now and XS impl will be used
+
Revision 1.7 2011/03/06 19:33:21 qboosh
- shortened description (internal details not needed here), added pl
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/perl-Socket-GetAddrInfo/perl-Socket-GetAddrInfo.spec?r1=1.7&r2=1.8&f=u
More information about the pld-cvs-commit
mailing list