2.029 bump
This commit is contained in:
parent
f39fa1ffb4
commit
259644bf3e
1
.gitignore
vendored
1
.gitignore
vendored
@ -31,3 +31,4 @@
|
||||
/Socket-2.025.tar.gz
|
||||
/Socket-2.026.tar.gz
|
||||
/Socket-2.027.tar.gz
|
||||
/Socket-2.029.tar.gz
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
Name: perl-Socket
|
||||
Epoch: 4
|
||||
Version: 2.027
|
||||
Release: 418%{?dist}
|
||||
Version: 2.029
|
||||
Release: 1%{?dist}
|
||||
Summary: Networking constants and support functions
|
||||
License: GPL+ or Artistic
|
||||
URL: https://metacpan.org/release/Socket
|
||||
@ -9,14 +9,14 @@ Source0: https://cpan.metacpan.org/authors/id/P/PE/PEVANS/Socket-%{versio
|
||||
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)
|
||||
BuildRequires: perl(ExtUtils::MakeMaker) >= 6.76
|
||||
BuildRequires: perl(strict)
|
||||
BuildRequires: perl(warnings)
|
||||
# Run-time:
|
||||
@ -33,8 +33,8 @@ Requires: perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
|
||||
%{?perl_default_filter}
|
||||
|
||||
%description
|
||||
This module provides a variety of constants, structure manipulators and other
|
||||
functions related to socket-based networking. The values and functions
|
||||
This Perl 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
|
||||
@ -44,11 +44,11 @@ human-readable and native binary forms, and for hostname resolver operations.
|
||||
%setup -q -n Socket-%{version}
|
||||
|
||||
%build
|
||||
perl Makefile.PL INSTALLDIRS=vendor NO_PACKLIST=1 OPTIMIZE="$RPM_OPT_FLAGS"
|
||||
make %{?_smp_mflags}
|
||||
perl Makefile.PL INSTALLDIRS=vendor NO_PACKLIST=1 NO_PERLLOCAL=1 OPTIMIZE="$RPM_OPT_FLAGS"
|
||||
%{make_build}
|
||||
|
||||
%install
|
||||
make pure_install DESTDIR=$RPM_BUILD_ROOT
|
||||
%{make_install}
|
||||
find $RPM_BUILD_ROOT -type f -name '*.bs' -size 0 -delete
|
||||
%{_fixperms} $RPM_BUILD_ROOT/*
|
||||
|
||||
@ -63,6 +63,9 @@ make test
|
||||
%{_mandir}/man3/*
|
||||
|
||||
%changelog
|
||||
* 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
|
||||
|
||||
|
||||
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (Socket-2.027.tar.gz) = f9a016ec3ecce4f7a75ce1630c05df15b774846e1de2dbbddaeb6b5f03665ff798e1a55a180b0ea83968b6f225ff857522593f570ac8c16c3a855b73be7881de
|
||||
SHA512 (Socket-2.029.tar.gz) = 7a59c66962638695a8e4dfab170266cdcfebce7e5143449ae3a37a2dc24910cda8cd89f45b09951f98182179c9419021c95308b0bde4dbb177dda0c677329cce
|
||||
|
||||
Loading…
Reference in New Issue
Block a user