Accepting request 647203 from devel:languages:perl:autoupdate

automatic update

OBS-URL: https://build.opensuse.org/request/show/647203
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Module-ExtractUse?expand=0&rev=8
This commit is contained in:
2018-11-08 15:20:24 +00:00
committed by Git OBS Bridge
parent 7659d820ec
commit 2b4dde3111
4 changed files with 17 additions and 8 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-Module-ExtractUse
Version: 0.342
Version: 0.343
Release: 0
%define cpan_name Module-ExtractUse
Summary: Find out what modules are used
License: Artistic-1.0 or GPL-1.0+
License: Artistic-1.0 OR GPL-1.0-or-later
Group: Development/Libraries/Perl
Url: http://search.cpan.org/dist/Module-ExtractUse/
Url: https://metacpan.org/release/%{cpan_name}
Source0: https://cpan.metacpan.org/authors/id/D/DO/DOMM/%{cpan_name}-%{version}.tar.gz
Source1: cpanspec.yml
BuildArch: noarch
@@ -50,7 +50,7 @@ from CPAN) used by the parsed code.
%setup -q -n %{cpan_name}-%{version}
%build
%{__perl} Build.PL installdirs=vendor
perl Build.PL installdirs=vendor
./Build build flags=%{?_smp_mflags}
%check