epel9
Petr Písař 6 years ago
parent 98a1995492
commit b1763b478e

1
.gitignore vendored

@ -7,3 +7,4 @@
/Sereal-3.015.tar.gz /Sereal-3.015.tar.gz
/Sereal-4.004.tar.gz /Sereal-4.004.tar.gz
/Sereal-4.005.tar.gz /Sereal-4.005.tar.gz
/Sereal-4.006.tar.gz

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

@ -1 +1 @@
SHA512 (Sereal-4.005.tar.gz) = 89dd27ca0642141f0a14aaea5e1c78cd02602584a1cbccb7cf808a6a8b4ad51d090049b5e4db55ddd9e32f91c40bca231a82b9d5c89a69a47e7b24a9b79a6ef8 SHA512 (Sereal-4.006.tar.gz) = b3c65f3c7c9ccca0ea10048232f0e6f22e9783a8d99ba0ab7c301b8aa4bdd47f9e5957f1fb0e2636c58203760c011f6cfc81980201ac32d3137fe19d02257b85

Loading…
Cancel
Save