forked from pool/perl-Redis
Accepting request 947250 from devel:languages:perl:autoupdate
- updated to 1.999 see /usr/share/doc/packages/perl-Redis/Changes OBS-URL: https://build.opensuse.org/request/show/947250 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Redis?expand=0&rev=26
This commit is contained in:
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:59f3bb176c3a7a54cb3779497b89a7bae1fb217565c68711d585fc1f09d79c87
|
|
||||||
size 59660
|
|
3
Redis-1.999.tar.gz
Normal file
3
Redis-1.999.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:70a83a36f44d8f2c38091aba142311ff65a6aa8cb67467f9e53d46a3b5da35a5
|
||||||
|
size 66324
|
@@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat Jan 15 03:08:40 UTC 2022 - Tina Müller <timueller+perl@suse.de>
|
||||||
|
|
||||||
|
- updated to 1.999
|
||||||
|
see /usr/share/doc/packages/perl-Redis/Changes
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Aug 19 03:13:18 UTC 2020 - Tina Müller <timueller+perl@suse.de>
|
Wed Aug 19 03:13:18 UTC 2020 - Tina Müller <timueller+perl@suse.de>
|
||||||
|
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package perl-Redis
|
# spec file for package perl-Redis
|
||||||
#
|
#
|
||||||
# Copyright (c) 2020 SUSE LLC
|
# Copyright (c) 2022 SUSE LLC
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@@ -16,18 +16,16 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
Name: perl-Redis
|
|
||||||
Version: 1.998
|
|
||||||
Release: 0
|
|
||||||
%define cpan_name Redis
|
%define cpan_name Redis
|
||||||
|
Name: perl-Redis
|
||||||
|
Version: 1.999
|
||||||
|
Release: 0
|
||||||
Summary: Perl binding for Redis database
|
Summary: Perl binding for Redis database
|
||||||
License: Artistic-2.0
|
License: Artistic-2.0
|
||||||
Group: Development/Libraries/Perl
|
|
||||||
URL: https://metacpan.org/release/%{cpan_name}
|
URL: https://metacpan.org/release/%{cpan_name}
|
||||||
Source0: https://cpan.metacpan.org/authors/id/D/DA/DAMS/%{cpan_name}-%{version}.tar.gz
|
Source0: https://cpan.metacpan.org/authors/id/D/DA/DAMS/%{cpan_name}-%{version}.tar.gz
|
||||||
Source1: cpanspec.yml
|
Source1: cpanspec.yml
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
|
||||||
BuildRequires: perl
|
BuildRequires: perl
|
||||||
BuildRequires: perl-macros
|
BuildRequires: perl-macros
|
||||||
BuildRequires: perl(Digest::SHA)
|
BuildRequires: perl(Digest::SHA)
|
||||||
@@ -47,7 +45,7 @@ Requires: perl(Try::Tiny)
|
|||||||
%{perl_requires}
|
%{perl_requires}
|
||||||
|
|
||||||
%description
|
%description
|
||||||
Pure perl bindings for http://redis.io/
|
Pure perl bindings for https://redis.io/
|
||||||
|
|
||||||
This version supports protocol 2.x (multi-bulk) or later of Redis available
|
This version supports protocol 2.x (multi-bulk) or later of Redis available
|
||||||
at https://github.com/antirez/redis/.
|
at https://github.com/antirez/redis/.
|
||||||
@@ -58,7 +56,7 @@ information to support almost all commands with same piece of code with a
|
|||||||
little help of 'AUTOLOAD'.
|
little help of 'AUTOLOAD'.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n %{cpan_name}-%{version}
|
%autosetup -n %{cpan_name}-%{version}
|
||||||
find . -type f ! -path "*/t/*" ! -name "*.pl" ! -path "*/bin/*" ! -path "*/script/*" ! -name "configure" -print0 | xargs -0 chmod 644
|
find . -type f ! -path "*/t/*" ! -name "*.pl" ! -path "*/bin/*" ! -path "*/script/*" ! -name "configure" -print0 | xargs -0 chmod 644
|
||||||
|
|
||||||
%build
|
%build
|
||||||
@@ -73,7 +71,6 @@ perl Build.PL --installdirs=vendor
|
|||||||
%perl_gen_filelist
|
%perl_gen_filelist
|
||||||
|
|
||||||
%files -f %{name}.files
|
%files -f %{name}.files
|
||||||
%defattr(-,root,root,755)
|
|
||||||
%doc Changes README
|
%doc Changes README
|
||||||
%license LICENSE
|
%license LICENSE
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user