Name: perl-Protocol-SOCKS Version: 0.003 Release: 2%{?dist} Summary: Abstract support for the SOCKS5 network protocol License: GPL-1.0-or-later OR Artistic-1.0-Perl URL: https://metacpan.org/dist/Protocol-SOCKS/ Source0: https://cpan.metacpan.org/authors/id/T/TE/TEAM/Protocol-SOCKS-%{version}.tar.gz BuildArch: noarch BuildRequires: make perl-interpreter perl-generators coreutils BuildRequires: perl(ExtUtils::MakeMaker) >= 6.76 BuildRequires: perl(File::Spec) BuildRequires: perl(Future) >= 0.29 BuildRequires: perl(IO::Handle) BuildRequires: perl(IPC::Open3) BuildRequires: perl(parent) BuildRequires: perl(Socket) >= 2.000 BuildRequires: perl(Test::CheckDeps) >= 0.010 BuildRequires: perl(Test::Fatal) >= 0.010 BuildRequires: perl(Test::More) >= 0.98 BuildRequires: perl(Test::Refcount) >= 0.07 BuildRequires: perl(blib) BuildRequires: perl(strict) BuildRequires: perl(warnings) %description SOCKS protocol support %prep %setup -q -n Protocol-SOCKS-%{version} %build perl Makefile.PL INSTALLDIRS=vendor NO_PACKLIST=1 NO_PERLLOCAL=1 %{make_build} %install %{make_install} %{_fixperms} %{buildroot}/* %check make test %files %doc Changes README %license LICENSE %{perl_vendorlib}/* %{_mandir}/man3/* %changelog * Sat Jan 20 2024 Chris Adams 0.04-2 - spec file cleanups * Mon Nov 20 2023 Chris Adams 0.003-1 - initial package