Logoj0ke.net Open Build Service > Projects > devel:perl > perl-IO-Socket-INET6 > Changes
Sign Up | Log In

Problem getting expanded diff: bad link: openSUSE:Factory/perl-IO-Socket-INET6: project 'openSUSE:Factory' does not exist

Changes of Revision 4

[-] Added perl-IO-Socket-INET6.spec
x
 
1
@@ -0,0 +1,105 @@
2
+#
3
+# spec file for package perl-IO-Socket-INET6 (Version 2.56)
4
+#
5
+# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
6
+#
7
+# All modifications and additions to the file contributed by third parties
8
+# remain the property of their copyright owners, unless otherwise agreed
9
+# upon. The license for this file, and modifications and additions to the
10
+# file, is the same license as for the pristine package itself (unless the
11
+# license for the pristine package is not an Open Source License, in which
12
+# case the license is the MIT License). An "Open Source License" is a
13
+# license that conforms to the Open Source Definition (Version 1.9)
14
+# published by the Open Source Initiative.
15
+
16
+# Please submit bugfixes or comments via http://bugs.opensuse.org/
17
+#
18
+
19
+# norootforbuild
20
+
21
+
22
+Name:           perl-IO-Socket-INET6
23
+BuildRequires:  perl-Socket6
24
+Version:        2.56
25
+Release:        3
26
+Requires:       perl = %{perl_version}
27
+AutoReqProv:    on
28
+Url:            http://cpan.org/modules/by-module/IO/
29
+License:        Artistic License
30
+Group:          Development/Libraries/Perl
31
+Summary:        Provides an object interface to creating and using sockets
32
+Source:         IO-Socket-INET6-%{version}.tar.bz2
33
+BuildRoot:      %{_tmppath}/%{name}-%{version}-build
34
+
35
+%description
36
+IO::Socket::INET6 provides an object interface to creating and using
37
+sockets in both AF_INET|AF_INET6 domain. It is built upon the
38
+IO::Socket interface and inherits all the methods defined by
39
+IO::Socket.
40
+
41
+
42
+
43
+Authors:
44
+--------
45
+    Rafael Martinez Torres <rafael.martinez@novagnet.com>
46
+
47
+%prep 
48
+%setup -n IO-Socket-INET6-%{version} -q
49
+
50
+%build
51
+perl Makefile.PL
52
+#exclude this test as it needs IPv6 network
53
+mv t/io_sock6.t t/io_sock6.tt
54
+
55
+%check
56
+make test
57
+
58
+%install
59
+make DESTDIR=$RPM_BUILD_ROOT install_vendor
60
+%perl_process_packlist
61
+
62
+%clean
63
+rm -rf $RPM_BUILD_ROOT
64
+
65
+%files
66
+%defattr(-, root, root)
67
+%doc ChangeLog README MANIFEST
68
+%doc %{_mandir}/man?/*
69
+%{perl_vendorlib}/IO
70
+%{perl_vendorarch}/auto/IO
71
+/var/adm/perl-modules/*
72
+
73
+%changelog
74
+* Thu Jan 15 2009 anicka@suse.cz
75
+- do not ignore test results (bnc#466026)
76
+* Fri Nov 28 2008 ro@suse.de
77
+- ignore test suite results for the moment
78
+  (will not work without networking support in build environment)
79
+* Mon Oct 06 2008 anicka@suse.cz
80
+- update to 2.56
81
+  * make sure both sides have the same family.
82
+  * Fixed problem with connect to IPv4 w/o given domain on FreeBSD6.1 (and
83
+  other BSD systems).
84
+- remove -family patch (fixed upstream)
85
+* Mon Oct 06 2008 anicka@suse.cz
86
+- do not try to bind when we have AF_INET6 one one side and
87
+  AF_INET on the other side and fix test failures (-family.diff)
88
+* Mon Feb 25 2008 anicka@suse.cz
89
+- update to 2.54
90
+  * Added pack_sockaddr_in6_all to the imports from Socket6 to fix
91
+  the "configure" sub in several cases. Added t/configure6.t to
92
+  test it.
93
+* Thu Feb 21 2008 anicka@suse.cz
94
+- update to 2.53
95
+  * Converted to Build.PL and placed INET6.pm under lib/.
96
+  * Added a "repository" URL to the POD.
97
+  * Added the pod.t and pod-coverage.t files and we now have full
98
+  POD coverage.
99
+  * Added "use warnings" to IO::Socket::INET6.
100
+  * bugfixes, test fixes
101
+* Wed Jan 25 2006 mls@suse.de
102
+- converted neededforbuild to BuildRequires
103
+* Wed Sep 28 2005 dmueller@suse.de
104
+- add norootforbuild
105
+* Thu Sep 15 2005 anicka@suse.cz
106
+- package created
107