2.08 bump
This commit is contained in:
parent
a086f68677
commit
575396039c
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,3 +1,4 @@
|
||||
/IPC-SysV-2.05.tar.gz
|
||||
/IPC-SysV-2.06.tar.gz
|
||||
/IPC-SysV-2.07.tar.gz
|
||||
/IPC-SysV-2.08.tar.gz
|
||||
|
||||
@ -6,12 +6,15 @@
|
||||
%endif
|
||||
|
||||
Name: perl-IPC-SysV
|
||||
Version: 2.07
|
||||
Release: 456%{?dist}
|
||||
Version: 2.08
|
||||
Release: 1%{?dist}
|
||||
Summary: Object interface to System V IPC
|
||||
License: GPL+ or Artistic
|
||||
URL: https://metacpan.org/release/IPC-SysV
|
||||
Source0: https://cpan.metacpan.org/authors/id/M/MH/MHX/IPC-SysV-%{version}.tar.gz
|
||||
%if !%{with perl_IPC_SysV_enables_optional_test} || %{defined perl_bootstrap}
|
||||
BuildRequires: coreutils
|
||||
%endif
|
||||
BuildRequires: findutils
|
||||
BuildRequires: gcc
|
||||
BuildRequires: make
|
||||
@ -24,11 +27,12 @@ BuildRequires: perl(strict)
|
||||
BuildRequires: perl(Carp)
|
||||
BuildRequires: perl(Class::Struct)
|
||||
BuildRequires: perl(Config)
|
||||
BuildRequires: perl(DynaLoader)
|
||||
BuildRequires: perl(Exporter)
|
||||
BuildRequires: perl(vars)
|
||||
BuildRequires: perl(XSLoader)
|
||||
# Tests:
|
||||
BuildRequires: perl(Test::More) >= 0.45
|
||||
BuildRequires: perl(warnings)
|
||||
%if %{with perl_IPC_SysV_enables_optional_test} && !%{defined perl_bootstrap}
|
||||
# Optional tests:
|
||||
BuildRequires: perl(Pod::Coverage) >= 0.10
|
||||
@ -36,7 +40,6 @@ BuildRequires: perl(Test::Pod) >= 0.95
|
||||
BuildRequires: perl(Test::Pod::Coverage) >= 1.08
|
||||
%endif
|
||||
Requires: perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
|
||||
Requires: perl(DynaLoader)
|
||||
Conflicts: perl < 4:5.22.0-351
|
||||
|
||||
%description
|
||||
@ -45,6 +48,10 @@ inter-process calls.
|
||||
|
||||
%prep
|
||||
%setup -q -n IPC-SysV-%{version}
|
||||
%if !%{with perl_IPC_SysV_enables_optional_test} || %{defined perl_bootstrap}
|
||||
rm t/pod*
|
||||
perl -i -ne 'print $_ unless m{^t/pod}' MANIFEST
|
||||
%endif
|
||||
|
||||
%build
|
||||
perl Makefile.PL INSTALLDIRS=vendor NO_PACKLIST=1 NO_PERLLOCAL=1 OPTIMIZE="$RPM_OPT_FLAGS"
|
||||
@ -66,6 +73,9 @@ make test
|
||||
%{_mandir}/man3/*
|
||||
|
||||
%changelog
|
||||
* Tue Jun 23 2020 Petr Pisar <ppisar@redhat.com> - 2.08-1
|
||||
- 2.08 bump
|
||||
|
||||
* Mon Jun 22 2020 Jitka Plesnikova <jplesnik@redhat.com> - 2.07-456
|
||||
- Increase release to favour standalone package
|
||||
|
||||
|
||||
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (IPC-SysV-2.07.tar.gz) = 2f12f48fe3cf453c51543b78674c274caddcbf2c7fe38fa713ee810bb5c37df2e1e6543e2526dbe59a8d805ec5a0d114929559b58478d8b143c80417d070089c
|
||||
SHA512 (IPC-SysV-2.08.tar.gz) = e5fb0da4300822e38a3eb461cc3edf183d3c22cf93455df648f148f0706093ac711c01ab9a79d4f8e481e555d92e9eefb42d16f44f9c40118d9f7a57f3218222
|
||||
|
||||
Loading…
Reference in New Issue
Block a user