Accepting request 827281 from devel:languages:perl:autoupdate
- updated to 0.026 see /usr/share/doc/packages/perl-Importer/Changes 0.026 2020-08-16 14:24:02-07:00 America/Los_Angeles - Work with strict on by default OBS-URL: https://build.opensuse.org/request/show/827281 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Importer?expand=0&rev=7
This commit is contained in:
parent
ceee8e05f0
commit
0ef9388bca
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:0745138c487d74033d0cbeb36f06595036dc7e688f1a5dbec9cc2fa799e13946
|
||||
size 41617
|
BIN
Importer-0.026.tar.gz
(Stored with Git LFS)
Normal file
BIN
Importer-0.026.tar.gz
(Stored with Git LFS)
Normal file
Binary file not shown.
@ -1,3 +1,13 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Aug 17 03:09:07 UTC 2020 - Tina Müller <timueller+perl@suse.de>
|
||||
|
||||
- updated to 0.026
|
||||
see /usr/share/doc/packages/perl-Importer/Changes
|
||||
|
||||
0.026 2020-08-16 14:24:02-07:00 America/Los_Angeles
|
||||
|
||||
- Work with strict on by default
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Feb 19 06:32:30 UTC 2018 - coolo@suse.com
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package perl-Importer
|
||||
#
|
||||
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2020 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -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-Importer
|
||||
Version: 0.025
|
||||
Version: 0.026
|
||||
Release: 0
|
||||
%define cpan_name Importer
|
||||
Summary: Alternative but compatible interface to modules that export symbols
|
||||
License: Artistic-1.0 OR GPL-1.0-or-later
|
||||
Group: Development/Libraries/Perl
|
||||
Url: http://search.cpan.org/dist/Importer/
|
||||
URL: https://metacpan.org/release/%{cpan_name}
|
||||
Source0: https://cpan.metacpan.org/authors/id/E/EX/EXODIST/%{cpan_name}-%{version}.tar.gz
|
||||
Source1: cpanspec.yml
|
||||
BuildArch: noarch
|
||||
@ -45,11 +45,11 @@ other variables.
|
||||
%setup -q -n %{cpan_name}-%{version}
|
||||
|
||||
%build
|
||||
%{__perl} Makefile.PL INSTALLDIRS=vendor
|
||||
%{__make} %{?_smp_mflags}
|
||||
perl Makefile.PL INSTALLDIRS=vendor
|
||||
make %{?_smp_mflags}
|
||||
|
||||
%check
|
||||
%{__make} test
|
||||
make test
|
||||
|
||||
%install
|
||||
%perl_make_install
|
||||
|
Loading…
Reference in New Issue
Block a user