Compare commits
No commits in common. "c8-stream-5.3" and "c8s" have entirely different histories.
c8-stream-
...
c8s
34
.gitignore
vendored
34
.gitignore
vendored
@ -1 +1,33 @@
|
||||
SOURCES/Socket-2.029.tar.gz
|
||||
/Socket-1.94_07.tar.gz
|
||||
/Socket-1.95.tar.gz
|
||||
/Socket-1.96.tar.gz
|
||||
/Socket-1.97.tar.gz
|
||||
/Socket-1.98.tar.gz
|
||||
/Socket-1.99.tar.gz
|
||||
/Socket-2.000.tar.gz
|
||||
/Socket-2.001.tar.gz
|
||||
/Socket-2.002.tar.gz
|
||||
/Socket-2.004.tar.gz
|
||||
/Socket-2.005.tar.gz
|
||||
/Socket-2.006.tar.gz
|
||||
/Socket-2.007.tar.gz
|
||||
/Socket-2.008.tar.gz
|
||||
/Socket-2.009.tar.gz
|
||||
/Socket-2.010.tar.gz
|
||||
/Socket-2.011.tar.gz
|
||||
/Socket-2.012.tar.gz
|
||||
/Socket-2.013.tar.gz
|
||||
/Socket-2.014.tar.gz
|
||||
/Socket-2.015.tar.gz
|
||||
/Socket-2.016.tar.gz
|
||||
/Socket-2.017.tar.gz
|
||||
/Socket-2.018.tar.gz
|
||||
/Socket-2.019.tar.gz
|
||||
/Socket-2.020.tar.gz
|
||||
/Socket-2.021.tar.gz
|
||||
/Socket-2.022.tar.gz
|
||||
/Socket-2.023.tar.gz
|
||||
/Socket-2.024.tar.gz
|
||||
/Socket-2.025.tar.gz
|
||||
/Socket-2.026.tar.gz
|
||||
/Socket-2.027.tar.gz
|
||||
|
||||
@ -1 +0,0 @@
|
||||
52b077e0502519aae775113c5a1a1ddf94c8e2d8 SOURCES/Socket-2.029.tar.gz
|
||||
2
.rpmlint
Normal file
2
.rpmlint
Normal file
@ -0,0 +1,2 @@
|
||||
from Config import *
|
||||
addFilter("spelling-error .* (hostname|ph|setsockopt)");
|
||||
6
gating.yaml
Normal file
6
gating.yaml
Normal file
@ -0,0 +1,6 @@
|
||||
--- !Policy
|
||||
product_versions:
|
||||
- rhel-8
|
||||
decision_context: osci_compose_gate
|
||||
rules:
|
||||
- !PassingTestCaseRule {test_case_name: baseos-ci.brew-build.tier1.functional}
|
||||
@ -1,24 +1,24 @@
|
||||
Name: perl-Socket
|
||||
Epoch: 4
|
||||
Version: 2.029
|
||||
Release: 4%{?dist}
|
||||
Version: 2.027
|
||||
Release: 3%{?dist}
|
||||
Summary: Networking constants and support functions
|
||||
License: GPL+ or Artistic
|
||||
URL: https://metacpan.org/release/Socket
|
||||
Source0: https://cpan.metacpan.org/authors/id/P/PE/PEVANS/Socket-%{version}.tar.gz
|
||||
# Make Socket::inet_aton() thread safe, CPAN RT#129189, bug #1693293
|
||||
URL: http://search.cpan.org/dist/Socket/
|
||||
Source0: http://search.cpan.org/CPAN/authors/id/P/PE/PEVANS/Socket-%{version}.tar.gz
|
||||
# Make Socket::inet_aton() thread safe, CPAN RT#129189, bug #1699793
|
||||
Patch0: Socket-2.029-inet_aton-Use-getaddrinfo-if-possible.patch
|
||||
BuildRequires: findutils
|
||||
BuildRequires: gcc
|
||||
BuildRequires: make
|
||||
BuildRequires: perl-interpreter
|
||||
BuildRequires: perl-devel
|
||||
BuildRequires: perl-generators
|
||||
BuildRequires: perl-interpreter
|
||||
BuildRequires: perl(Config)
|
||||
BuildRequires: perl(ExtUtils::CBuilder)
|
||||
BuildRequires: perl(ExtUtils::Constant) >= 0.23
|
||||
# ExtUtils::Constant::ProxySubs not used
|
||||
BuildRequires: perl(ExtUtils::MakeMaker) >= 6.76
|
||||
BuildRequires: perl(ExtUtils::MakeMaker)
|
||||
BuildRequires: perl(strict)
|
||||
BuildRequires: perl(warnings)
|
||||
# Run-time:
|
||||
@ -35,8 +35,8 @@ Requires: perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
|
||||
%{?perl_default_filter}
|
||||
|
||||
%description
|
||||
This Perl module provides a variety of constants, structure manipulators and
|
||||
other functions related to socket-based networking. The values and functions
|
||||
This module provides a variety of constants, structure manipulators and other
|
||||
functions related to socket-based networking. The values and functions
|
||||
provided are useful when used in conjunction with Perl core functions such as
|
||||
socket(), setsockopt() and bind(). It also provides several other support
|
||||
functions, mostly for dealing with conversions of network addresses between
|
||||
@ -47,11 +47,11 @@ human-readable and native binary forms, and for hostname resolver operations.
|
||||
%patch0 -p1
|
||||
|
||||
%build
|
||||
perl Makefile.PL INSTALLDIRS=vendor NO_PACKLIST=1 NO_PERLLOCAL=1 OPTIMIZE="$RPM_OPT_FLAGS"
|
||||
%{make_build}
|
||||
perl Makefile.PL INSTALLDIRS=vendor NO_PACKLIST=1 OPTIMIZE="$RPM_OPT_FLAGS"
|
||||
make %{?_smp_mflags}
|
||||
|
||||
%install
|
||||
%{make_install}
|
||||
make pure_install DESTDIR=$RPM_BUILD_ROOT
|
||||
find $RPM_BUILD_ROOT -type f -name '*.bs' -size 0 -delete
|
||||
%{_fixperms} $RPM_BUILD_ROOT/*
|
||||
|
||||
@ -66,26 +66,8 @@ make test
|
||||
%{_mandir}/man3/*
|
||||
|
||||
%changelog
|
||||
* Fri Jul 26 2019 Fedora Release Engineering <releng@fedoraproject.org> - 4:2.029-4
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
|
||||
|
||||
* Thu May 30 2019 Jitka Plesnikova <jplesnik@redhat.com> - 4:2.029-3
|
||||
- Perl 5.30 rebuild
|
||||
|
||||
* Mon Apr 15 2019 Petr Pisar <ppisar@redhat.com> - 4:2.029-2
|
||||
- Make Socket::inet_aton() thread safe (bug #1693293)
|
||||
|
||||
* Fri Feb 22 2019 Petr Pisar <ppisar@redhat.com> - 4:2.029-1
|
||||
- 2.029 bump
|
||||
|
||||
* Sat Feb 02 2019 Fedora Release Engineering <releng@fedoraproject.org> - 4:2.027-418
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
||||
|
||||
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 4:2.027-417
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
||||
|
||||
* Wed Jun 27 2018 Jitka Plesnikova <jplesnik@redhat.com> - 4:2.027-416
|
||||
- Increase release to favour standalone package
|
||||
* Mon Apr 15 2019 Petr Pisar <ppisar@redhat.com> - 4:2.027-3
|
||||
- Make Socket::inet_aton() thread safe (bug #1699793)
|
||||
|
||||
* Fri Feb 09 2018 Fedora Release Engineering <releng@fedoraproject.org> - 4:2.027-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
||||
Loading…
Reference in New Issue
Block a user