9
0

Accepting request 726896 from devel:languages:perl:autoupdate

automatic update

OBS-URL: https://build.opensuse.org/request/show/726896
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Protocol-Redis?expand=0&rev=5
This commit is contained in:
2019-08-29 10:27:38 +00:00
committed by Git OBS Bridge
parent 75569fc240
commit 6636287131
4 changed files with 24 additions and 9 deletions

View File

@@ -16,20 +16,22 @@
#
%define cpan_name Protocol-Redis
Name: perl-Protocol-Redis
Version: 1.0006
Version: 1.0010
Release: 0
%define cpan_name Protocol-Redis
Summary: Redis protocol parser/encoder with asynchronous capabilities
License: Artistic-1.0 OR GPL-1.0-or-later
Group: Development/Libraries/Perl
URL: http://search.cpan.org/dist/Protocol-Redis/
Url: https://metacpan.org/release/%{cpan_name}
Source0: https://cpan.metacpan.org/authors/id/U/UN/UNDEF/%{cpan_name}-%{version}.tar.gz
Source1: cpanspec.yml
BuildArch: noarch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: perl
BuildRequires: perl-macros
BuildRequires: perl(Test::More) >= 0.88
BuildArch: noarch
BuildRequires: perl(Test::More) >= 0.94
Requires: perl(Test::More) >= 0.94
%{perl_requires}
%description
@@ -45,7 +47,7 @@ perl Makefile.PL INSTALLDIRS=vendor
make %{?_smp_mflags}
%check
make %{?_smp_mflags} test
make test
%install
%perl_make_install