|
|
|
@ -6,8 +6,8 @@
|
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
Name: perl-Sereal
|
|
|
|
|
Version: 4.005
|
|
|
|
|
Release: 5%{?dist}
|
|
|
|
|
Version: 4.006
|
|
|
|
|
Release: 1%{?dist}
|
|
|
|
|
Summary: Fast, compact, powerful binary (de-)serialization
|
|
|
|
|
# Makefile.PL defines LICENSE
|
|
|
|
|
License: GPL+ or Artistic
|
|
|
|
@ -30,8 +30,8 @@ BuildRequires: perl(strict)
|
|
|
|
|
BuildRequires: perl(warnings)
|
|
|
|
|
# Run-time:
|
|
|
|
|
BuildRequires: perl(Exporter)
|
|
|
|
|
BuildRequires: perl(Sereal::Decoder) >= 4.005
|
|
|
|
|
BuildRequires: perl(Sereal::Encoder) >= 4.005
|
|
|
|
|
BuildRequires: perl(Sereal::Decoder) >= 4.006
|
|
|
|
|
BuildRequires: perl(Sereal::Encoder) >= 4.006
|
|
|
|
|
# Tests:
|
|
|
|
|
# Benchmark not used
|
|
|
|
|
BuildRequires: perl(Carp)
|
|
|
|
@ -40,6 +40,7 @@ BuildRequires: perl(Devel::Peek)
|
|
|
|
|
BuildRequires: perl(Encode)
|
|
|
|
|
BuildRequires: perl(File::Path)
|
|
|
|
|
BuildRequires: perl(File::Spec)
|
|
|
|
|
BuildRequires: perl(File::Temp)
|
|
|
|
|
BuildRequires: perl(integer)
|
|
|
|
|
BuildRequires: perl(lib)
|
|
|
|
|
BuildRequires: perl(List::Util)
|
|
|
|
@ -77,11 +78,11 @@ both and loads both.
|
|
|
|
|
%setup -q -n Sereal-%{version}
|
|
|
|
|
|
|
|
|
|
%build
|
|
|
|
|
perl Makefile.PL INSTALLDIRS=vendor NO_PACKLIST=1
|
|
|
|
|
make %{?_smp_mflags}
|
|
|
|
|
perl Makefile.PL INSTALLDIRS=vendor NO_PACKLIST=1 NO_PERLLOCAL=1
|
|
|
|
|
%{make_build}
|
|
|
|
|
|
|
|
|
|
%install
|
|
|
|
|
make pure_install DESTDIR=$RPM_BUILD_ROOT
|
|
|
|
|
%{make_install}
|
|
|
|
|
%{_fixperms} $RPM_BUILD_ROOT/*
|
|
|
|
|
|
|
|
|
|
%check
|
|
|
|
@ -93,6 +94,9 @@ make test
|
|
|
|
|
%{_mandir}/man3/*
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Tue Apr 09 2019 Petr Pisar <ppisar@redhat.com> - 4.006-1
|
|
|
|
|
- 4.006 bump
|
|
|
|
|
|
|
|
|
|
* Sat Feb 02 2019 Fedora Release Engineering <releng@fedoraproject.org> - 4.005-5
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|