forked from pool/perl-Redis
Accepting request 783271 from devel:languages:perl:autoupdate
- updated to 1.996 see /usr/share/doc/packages/perl-Redis/Changes 1.996 2020-03-05 16:17:21+01:00 Europe/Paris 1.996 2020-03-05 11:56:11+01:00 Europe/Paris * #139: Fix for "Unexpected error condition 104/linux" OBS-URL: https://build.opensuse.org/request/show/783271 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Redis?expand=0&rev=22
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package perl-Redis
|
||||
#
|
||||
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2020 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: perl-Redis
|
||||
Version: 1.995
|
||||
Version: 1.996
|
||||
Release: 0
|
||||
%define cpan_name Redis
|
||||
Summary: Perl binding for Redis database
|
||||
@@ -59,7 +59,7 @@ little help of 'AUTOLOAD'.
|
||||
|
||||
%prep
|
||||
%setup -q -n %{cpan_name}-%{version}
|
||||
find . -type f ! -name \*.pl -print0 | xargs -0 chmod 644
|
||||
find . -type f ! -path "*/t/*" ! -name "*.pl" ! -path "*/bin/*" ! -path "*/script/*" ! -name "configure" -print0 | xargs -0 chmod 644
|
||||
|
||||
%build
|
||||
perl Build.PL --installdirs=vendor
|
||||
|
Reference in New Issue
Block a user