Stephan Kulow 2013-12-09 11:22:19 +00:00 committed by Git OBS Bridge
parent 1f0212836d
commit d0fba32c1a
4 changed files with 20 additions and 18 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:eda753f0197e8c3c8d4ab20a634561ce84011fa51aa5ff40d4dbcb326ace0833
size 57859

3
Socket6-0.25.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:da746f8e7740b4ef66f4ff70dfad4e90f001a47a4803de66b7d7e0bdc924baa9
size 58057

View File

@ -1,3 +1,16 @@
-------------------------------------------------------------------
Mon Dec 9 11:17:36 UTC 2013 - coolo@suse.com
- updated to 0.25
* Makefile.PL: Install manpage. [cpan #66811]
* Socket6.pm: Fix typo. [cpan #86346]
* Socket6.pm: Fix typo. [cpan #71617]
* Makefile.PL: Fixed [cpan #77665] pass perl cc and ccflags to
configure
* Makefile.PL (configure_mswin32): Fixed [cpan #65710]
undefined ref to inet_ntop,inet_pton on Windows XP.
* t/use.t: Fixed [cpan #75211] test redefinition warnings
------------------------------------------------------------------- -------------------------------------------------------------------
Thu Jan 12 14:25:53 UTC 2012 - jw@suse.com Thu Jan 12 14:25:53 UTC 2012 - jw@suse.com

View File

@ -1,7 +1,7 @@
# #
# spec file for package perl-Socket6 # spec file for package perl-Socket6
# #
# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany. # Copyright (c) 2013 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
@ -15,16 +15,14 @@
# Please submit bugfixes or comments via http://bugs.opensuse.org/ # Please submit bugfixes or comments via http://bugs.opensuse.org/
# #
# norootforbuild
Name: perl-Socket6 Name: perl-Socket6
Url: http://search.cpan.org/author/UMEMOTO/Socket6-0.11/ Url: http://search.cpan.org/author/UMEMOTO/Socket6-0.11/
Summary: IPv6 Sockets (Perl Module)
License: BSD-3-Clause License: BSD-3-Clause
Group: Development/Libraries/Perl Group: Development/Libraries/Perl
Summary: IPv6 Sockets (Perl Module) Version: 0.25
Version: 0.23 Release: 0
Release: 7
Source: http://search.cpan.org/CPAN/authors/id/U/UM/UMEMOTO/Socket6-%{version}.tar.gz Source: http://search.cpan.org/CPAN/authors/id/U/UM/UMEMOTO/Socket6-%{version}.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRoot: %{_tmppath}/%{name}-%{version}-build
%{perl_requires} %{perl_requires}
@ -35,12 +33,6 @@ BuildRequires: perl-macros
The IPv6 related part of the C socket.h defines and structure The IPv6 related part of the C socket.h defines and structure
manipulators. manipulators.
Authors:
--------
Hajimu Umemoto <ume@mahoroba.org>
%prep %prep
%setup -n Socket6-%{version} %setup -n Socket6-%{version}
@ -53,9 +45,6 @@ make test
make DESTDIR=$RPM_BUILD_ROOT install_vendor make DESTDIR=$RPM_BUILD_ROOT install_vendor
%perl_process_packlist %perl_process_packlist
%clean
rm -rf $RPM_BUILD_ROOT
%files %files
%defattr(-,root,root) %defattr(-,root,root)
%{perl_vendorarch}/auto/Socket6 %{perl_vendorarch}/auto/Socket6