update
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Socket6?expand=0&rev=21
This commit is contained in:
parent
1f0212836d
commit
d0fba32c1a
@ -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
3
Socket6-0.25.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:da746f8e7740b4ef66f4ff70dfad4e90f001a47a4803de66b7d7e0bdc924baa9
|
||||
size 58057
|
@ -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
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# 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
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -15,16 +15,14 @@
|
||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||
#
|
||||
|
||||
# norootforbuild
|
||||
|
||||
|
||||
Name: perl-Socket6
|
||||
Url: http://search.cpan.org/author/UMEMOTO/Socket6-0.11/
|
||||
Summary: IPv6 Sockets (Perl Module)
|
||||
License: BSD-3-Clause
|
||||
Group: Development/Libraries/Perl
|
||||
Summary: IPv6 Sockets (Perl Module)
|
||||
Version: 0.23
|
||||
Release: 7
|
||||
Version: 0.25
|
||||
Release: 0
|
||||
Source: http://search.cpan.org/CPAN/authors/id/U/UM/UMEMOTO/Socket6-%{version}.tar.gz
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
%{perl_requires}
|
||||
@ -35,12 +33,6 @@ BuildRequires: perl-macros
|
||||
The IPv6 related part of the C socket.h defines and structure
|
||||
manipulators.
|
||||
|
||||
|
||||
|
||||
Authors:
|
||||
--------
|
||||
Hajimu Umemoto <ume@mahoroba.org>
|
||||
|
||||
%prep
|
||||
%setup -n Socket6-%{version}
|
||||
|
||||
@ -53,9 +45,6 @@ make test
|
||||
make DESTDIR=$RPM_BUILD_ROOT install_vendor
|
||||
%perl_process_packlist
|
||||
|
||||
%clean
|
||||
rm -rf $RPM_BUILD_ROOT
|
||||
|
||||
%files
|
||||
%defattr(-,root,root)
|
||||
%{perl_vendorarch}/auto/Socket6
|
||||
|
Loading…
x
Reference in New Issue
Block a user