Accepting request 657979 from devel:languages:perl:autoupdate

automatic update

OBS-URL: https://build.opensuse.org/request/show/657979
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Array-Compare?expand=0&rev=23
This commit is contained in:
2018-12-14 07:05:18 +00:00
committed by Git OBS Bridge
parent 7d18c71ff4
commit b69918e7db
4 changed files with 18 additions and 7 deletions

View File

@@ -12,18 +12,18 @@
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
# Please submit bugfixes or comments via http://bugs.opensuse.org/
# Please submit bugfixes or comments via https://bugs.opensuse.org/
#
Name: perl-Array-Compare
Version: 3.0.1
Version: 3.0.2
Release: 0
%define cpan_name Array-Compare
Summary: Perl extension for comparing arrays
License: Artistic-1.0 OR GPL-1.0-or-later
Group: Development/Libraries/Perl
Url: http://search.cpan.org/dist/Array-Compare/
Url: https://metacpan.org/release/%{cpan_name}
Source0: https://cpan.metacpan.org/authors/id/D/DA/DAVECROSS/%{cpan_name}-v%{version}.tar.gz
Source1: cpanspec.yml
BuildArch: noarch
@@ -183,7 +183,7 @@ In this case the values of 'WhiteSpace' and 'Case' are still used, but
find . -type f ! -name \*.pl -print0 | xargs -0 chmod 644
%build
%{__perl} Build.PL installdirs=vendor
perl Build.PL installdirs=vendor
./Build build flags=%{?_smp_mflags}
%check