|
|
@ -1,6 +1,6 @@
|
|
|
|
Name: perl-Sereal-Encoder
|
|
|
|
Name: perl-Sereal-Encoder
|
|
|
|
Version: 3.006
|
|
|
|
Version: 3.006
|
|
|
|
Release: 1%{?dist}
|
|
|
|
Release: 2%{?dist}
|
|
|
|
Summary: Perl serialization into Serial format
|
|
|
|
Summary: Perl serialization into Serial format
|
|
|
|
# lib/Sereal/Encoder.pm: GPL+ or Artistic
|
|
|
|
# lib/Sereal/Encoder.pm: GPL+ or Artistic
|
|
|
|
# miniz.c: Unlicense (unbundled)
|
|
|
|
# miniz.c: Unlicense (unbundled)
|
|
|
@ -39,9 +39,7 @@ BuildRequires: perl(lib)
|
|
|
|
BuildRequires: perl(List::Util)
|
|
|
|
BuildRequires: perl(List::Util)
|
|
|
|
BuildRequires: perl(overload)
|
|
|
|
BuildRequires: perl(overload)
|
|
|
|
BuildRequires: perl(Scalar::Util)
|
|
|
|
BuildRequires: perl(Scalar::Util)
|
|
|
|
%if !%{defined perl_bootstrap}
|
|
|
|
|
|
|
|
BuildRequires: perl(Sereal::Decoder) >= 3.00
|
|
|
|
BuildRequires: perl(Sereal::Decoder) >= 3.00
|
|
|
|
%endif
|
|
|
|
|
|
|
|
BuildRequires: perl(Storable)
|
|
|
|
BuildRequires: perl(Storable)
|
|
|
|
BuildRequires: perl(Test::LongString)
|
|
|
|
BuildRequires: perl(Test::LongString)
|
|
|
|
BuildRequires: perl(Test::More) >= 0.88
|
|
|
|
BuildRequires: perl(Test::More) >= 0.88
|
|
|
@ -93,6 +91,9 @@ make test
|
|
|
|
%{_mandir}/man3/*
|
|
|
|
%{_mandir}/man3/*
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
|
|
|
|
* Tue Nov 24 2015 Petr Pisar <ppisar@redhat.com> - 3.006-2
|
|
|
|
|
|
|
|
- Sereal::Decoder is always needed for tests
|
|
|
|
|
|
|
|
|
|
|
|
* Mon Nov 16 2015 Petr Pisar <ppisar@redhat.com> - 3.006-1
|
|
|
|
* Mon Nov 16 2015 Petr Pisar <ppisar@redhat.com> - 3.006-1
|
|
|
|
- 3.006 bump
|
|
|
|
- 3.006 bump
|
|
|
|
|
|
|
|
|
|
|
|