Name: perl-HTTP-Response-Stringable Version: 0.0002 Release: 1%{?dist} Summary: Makes HTTP::Response objects stringable License: GPL+ or Artistic Group: Development/Libraries URL: https://search.cpan.org/dist/HTTP-Response-Stringable/ Source0: https://www.cpan.org/authors/id/I/IR/IRONCAMEL/HTTP-Response-Stringable-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch BuildRequires: coreutils BuildRequires: findutils BuildRequires: make BuildRequires: perl-generators BuildRequires: perl-interpreter >= 0:5.006 BuildRequires: perl(ExtUtils::MakeMaker) BuildRequires: perl(File::Spec) BuildRequires: perl(IO::Handle) BuildRequires: perl(IPC::Open3) BuildRequires: perl(overload) BuildRequires: perl(Role::Tiny) BuildRequires: perl(strict) BuildRequires: perl(Test::More) BuildRequires: perl(warnings) BuildRequires: perl(blib) Requires: perl(overload) Requires: perl(Role::Tiny) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) %description This module is a role that can be applied to HTTP::Response objects to make them stringable. %prep %setup -q -n HTTP-Response-Stringable-%{version} %build %{__perl} Makefile.PL INSTALLDIRS=vendor make %{?_smp_mflags} %install rm -rf %{buildroot} make pure_install PERL_INSTALL_ROOT=%{buildroot} find %{buildroot} -type f -name .packlist -exec rm -f {} \; find %{buildroot} -depth -type d -exec rmdir {} 2>/dev/null \; %{_fixperms} %{buildroot}/* %check make test %clean rm -rf %{buildroot} %files %defattr(-,root,root,-) %doc CHANGES dist.ini LICENSE README %{perl_vendorlib}/* %{_mandir}/man3/* %changelog * Tue Jun 13 2023 Yaroslav Fedevych 0.0002-1 - Specfile autogenerated by cpanspec 1.78.