From ea4cd3c1484eb7399e260b6a1ff76c47e20c400b Mon Sep 17 00:00:00 2001 From: DistroBaker Date: Tue, 1 Dec 2020 09:34:51 +0000 Subject: [PATCH] Merged update from upstream sources This is an automated DistroBaker update from upstream sources. If you do not know what this is about or would like to opt out, contact the OSCI team. Source: https://src.fedoraproject.org/rpms/perl-Net-Server.git#1c2255d1c04aeeb37c8c12bc77d67bb359a1e627 --- perl-Net-Server.spec | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/perl-Net-Server.spec b/perl-Net-Server.spec index f91f890..cbbc4a8 100644 --- a/perl-Net-Server.spec +++ b/perl-Net-Server.spec @@ -1,6 +1,6 @@ Name: perl-Net-Server Version: 2.009 -Release: 10%{?dist} +Release: 11%{?dist} Summary: Extensible, general Perl server engine License: GPL+ or Artistic URL: https://metacpan.org/release/Net-Server @@ -9,7 +9,6 @@ Source0: https://cpan.metacpan.org/modules/by-module/Net/Net-Server-%{ver Patch0: Net-Server-2.009-Generate-2048-bit-keys-for-tests.patch BuildArch: noarch BuildRequires: coreutils -BuildRequires: findutils BuildRequires: make BuildRequires: perl-generators BuildRequires: perl-interpreter @@ -39,7 +38,7 @@ BuildRequires: perl(IO::Socket::UNIX) # BuildRequires: perl(IPC::Open3) # BuildRequires: perl(IPC::Semaphore) # BuildRequires: perl(IPC::SysV) -BuildRequires: perl(Log::Log4perl) +# BuildRequires: perl(Log::Log4perl) # BuildRequires: perl(Net::CIDR) BuildRequires: perl(Net::SSLeay) BuildRequires: perl(POSIX) @@ -79,11 +78,11 @@ be the back end layer of internet protocol servers. chmod -c 644 examples/* %build -perl Makefile.PL INSTALLDIRS=vendor NO_PACKLIST=1 -make %{?_smp_mflags} +perl Makefile.PL INSTALLDIRS=vendor NO_PACKLIST=1 NO_PERLLOCAL=1 +%{make_build} %install -make pure_install DESTDIR=$RPM_BUILD_ROOT +%{make_install} %{_fixperms} $RPM_BUILD_ROOT %check @@ -98,6 +97,9 @@ make test %{_mandir}/man1/net-server.1* %changelog +* Tue Dec 01 2020 Jitka Plesnikova - 2.009-11 +- Disable optional run-requires for build + * Tue Jul 28 2020 Fedora Release Engineering - 2.009-10 - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild