|
|
|
@ -7,7 +7,7 @@
|
|
|
|
|
|
|
|
|
|
Name: perl-Sereal-Encoder
|
|
|
|
|
Version: 4.009
|
|
|
|
|
Release: 1%{?dist}
|
|
|
|
|
Release: 2%{?dist}
|
|
|
|
|
Summary: Perl serialization into Sereal format
|
|
|
|
|
# lib/Sereal/Encoder.pm: GPL+ or Artistic
|
|
|
|
|
# qsort.h: LGPLv2+ (borrowed from glibc)
|
|
|
|
@ -50,6 +50,9 @@ BuildRequires: perl(Devel::Peek)
|
|
|
|
|
BuildRequires: perl(Encode)
|
|
|
|
|
BuildRequires: perl(File::Path)
|
|
|
|
|
BuildRequires: perl(File::Spec)
|
|
|
|
|
# Hash::Util is needed on perl >= 5.25. It's in an eval to proceed to
|
|
|
|
|
# num_buckets() definition with older perls.
|
|
|
|
|
BuildRequires: perl(Hash::Util)
|
|
|
|
|
BuildRequires: perl(integer)
|
|
|
|
|
BuildRequires: perl(lib)
|
|
|
|
|
BuildRequires: perl(List::Util)
|
|
|
|
@ -115,6 +118,9 @@ make test
|
|
|
|
|
%{_mandir}/man3/*
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Mon Feb 03 2020 Petr Pisar <ppisar@redhat.com> - 4.009-2
|
|
|
|
|
- Build-require Hash::Util needed for tests
|
|
|
|
|
|
|
|
|
|
* Mon Feb 03 2020 Petr Pisar <ppisar@redhat.com> - 4.009-1
|
|
|
|
|
- 4.009 bump
|
|
|
|
|
|
|
|
|
|