diff --git a/perl-Twiggy.spec b/perl-Twiggy.spec index afaade8..13ca27b 100644 --- a/perl-Twiggy.spec +++ b/perl-Twiggy.spec @@ -3,7 +3,7 @@ Name: perl-Twiggy Version: 0.1025 -Release: 13%{?dist} +Release: 14%{?dist} Summary: AnyEvent HTTP server for PSGI (like Thin) License: GPL+ or Artistic URL: https://metacpan.org/release/Twiggy @@ -47,6 +47,7 @@ BuildRequires: perl(AnyEvent::AIO) BuildRequires: perl(IO::AIO) # other required for tests BuildRequires: perl(AnyEvent::HTTP) +BuildRequires: perl(blib) BuildRequires: perl(FindBin) BuildRequires: perl(HTTP::Request) BuildRequires: perl(HTTP::Request::Common) @@ -90,7 +91,7 @@ make %{?_smp_mflags} %install make pure_install DESTDIR=$RPM_BUILD_ROOT -find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \; +find $RPM_BUILD_ROOT -type f -name .packlist -delete %{_fixperms} $RPM_BUILD_ROOT/* @@ -106,6 +107,9 @@ TEST_SLOW=1 make test %{_mandir}/man1/* %changelog +* Tue Mar 17 2020 Jitka Plesnikova - 0.1025-14 +- Add BR: perl(blib) + * Thu Jan 30 2020 Fedora Release Engineering - 0.1025-13 - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild