8
0
forked from pool/perl-Socket6

Compare commits

..

10 Commits

Author SHA256 Message Date
0e9a1711fb Accepting request 1284906 from devel:languages:perl
- Normalize CPAN version
  See https://github.com/openSUSE/cpanspec/issues/47 for details

OBS-URL: https://build.opensuse.org/request/show/1284906
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Socket6?expand=0&rev=26
2025-06-12 13:51:26 +00:00
42218c53ff Normalize CPAN version
See https://github.com/openSUSE/cpanspec/issues/47 for details

OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Socket6?expand=0&rev=30
2025-06-11 15:24:27 +00:00
6116a1e72e Accepting request 751736 from devel:languages:perl
OBS-URL: https://build.opensuse.org/request/show/751736
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Socket6?expand=0&rev=25
2019-12-07 14:18:33 +00:00
93d1d1514c Accepting request 568404 from devel:languages:perl
OBS-URL: https://build.opensuse.org/request/show/568404
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Socket6?expand=0&rev=24
2018-01-25 11:35:28 +00:00
Stephan Kulow
07978aec7b Accepting request 211668 from devel:languages:perl
- 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

OBS-URL: https://build.opensuse.org/request/show/211668
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Socket6?expand=0&rev=22
2013-12-19 12:35:22 +00:00
Stephan Kulow
08b963017e Accepting request 100178 from devel:languages:perl
license update: BSD-3-Clause
was plain wrong for years. (forwarded request 100045 from jnweiger)

OBS-URL: https://build.opensuse.org/request/show/100178
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Socket6?expand=0&rev=18
2012-01-17 10:34:40 +00:00
Stephan Kulow
09478652a0 replace license with spdx.org variant
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Socket6?expand=0&rev=17
2011-12-06 17:47:09 +00:00
Stephan Kulow
2ec3b3b043 Accepting request 92302 from devel:languages:perl
update

OBS-URL: https://build.opensuse.org/request/show/92302
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Socket6?expand=0&rev=16
2011-11-21 11:45:41 +00:00
Lars Vogdt
bab52d384c Autobuild autoformatter for 54640
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Socket6?expand=0&rev=13
2010-12-05 21:17:44 +00:00
Lars Vogdt
92a0785d6c Accepting request 54640 from devel:languages:perl
Accepted submit request 54640 from user coolo

OBS-URL: https://build.opensuse.org/request/show/54640
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Socket6?expand=0&rev=12
2010-12-05 21:17:31 +00:00
2 changed files with 22 additions and 14 deletions

View File

@@ -1,3 +1,9 @@
-------------------------------------------------------------------
Wed Jun 11 15:24:11 UTC 2025 - Tina Müller <tina.mueller@suse.com>
- Normalize CPAN version
See https://github.com/openSUSE/cpanspec/issues/47 for details
-------------------------------------------------------------------
Thu Nov 28 20:22:50 UTC 2019 - <tina.mueller@suse.com>

View File

@@ -1,7 +1,7 @@
#
# spec file for package perl-Socket6
#
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2025 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -16,20 +16,22 @@
#
Name: perl-Socket6
Version: 0.29
Release: 0
#Upstream: CHECK(Artistic-1.0 or GPL-1.0-or-later)
%define cpan_name Socket6
Summary: IPv6 related part of the C socket.h defines and structure manipulators
Name: perl-Socket6
Version: 0.290.0
Release: 0
# 0.29 -> normalize -> 0.290.0
%define cpan_version 0.29
#Upstream: CHECK(Artistic-1.0 or GPL-1.0-or-later)
License: BSD-3-Clause
Group: Development/Libraries/Perl
Url: https://metacpan.org/release/%{cpan_name}
Source0: https://cpan.metacpan.org/authors/id/U/UM/UMEMOTO/%{cpan_name}-%{version}.tar.gz
Summary: IPv6 related part of the C socket.h defines and structure manipulators
URL: https://metacpan.org/release/%{cpan_name}
Source0: https://cpan.metacpan.org/authors/id/U/UM/UMEMOTO/%{cpan_name}-%{cpan_version}.tar.gz
Source1: cpanspec.yml
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: perl
BuildRequires: perl-macros
Provides: perl(Socket6) = %{version}
%undefine __perllib_provides
%{perl_requires}
%description
@@ -39,12 +41,13 @@ If you use the Socket6 module, be sure to specify "use Socket" as well as
"use Socket6".
%prep
%setup -q -n %{cpan_name}-%{version}
find . -type f ! -path "*/t/*" ! -name "*.pl" ! -name "*.sh" ! -path "*/bin/*" ! -path "*/script/*" ! -name "configure" -print0 | xargs -0 chmod 644
%autosetup -n %{cpan_name}-%{cpan_version} -p1
find . -type f ! -path "*/t/*" ! -name "*.pl" ! -path "*/bin/*" ! -path "*/script/*" ! -path "*/scripts/*" ! -name "configure" -print0 | xargs -0 chmod 644
%build
perl Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}"
make %{?_smp_mflags}
%make_build
%check
make test
@@ -55,7 +58,6 @@ make test
%perl_gen_filelist
%files -f %{name}.files
%defattr(-,root,root,755)
%doc aclocal.m4 ChangeLog ftpmirror-1.96.diff im-140.diff README
%changelog