Accepting request 870484 from devel:languages:perl:autoupdate

- updated to 0.004
   see /usr/share/doc/packages/perl-Module-Load-Util/Changes
  0.004   2021-02-06  Released-By: PERLANCAR; Urgency: medium
  	- Add option: ns_prefixes.

OBS-URL: https://build.opensuse.org/request/show/870484
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Module-Load-Util?expand=0&rev=2
This commit is contained in:
2021-02-11 11:26:17 +00:00
committed by Git OBS Bridge
parent 97b084b82c
commit 035e1fc9c1
5 changed files with 55 additions and 12 deletions

View File

@@ -1,7 +1,7 @@
#
# spec file for package perl-Module-Load-Util
#
# Copyright (c) 2020 SUSE LLC
# Copyright (c) 2021 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -16,17 +16,16 @@
#
Name: perl-Module-Load-Util
Version: 0.003
Release: 0
%define cpan_name Module-Load-Util
Name: perl-Module-Load-Util
Version: 0.004
Release: 0
Summary: Some utility routines related to module loading
License: Artistic-1.0 OR GPL-1.0-or-later
Group: Development/Libraries/Perl
URL: https://metacpan.org/release/%{cpan_name}
Source0: https://cpan.metacpan.org/authors/id/P/PE/PERLANCAR/%{cpan_name}-%{version}.tar.gz
Source1: cpanspec.yml
BuildArch: noarch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: perl
BuildRequires: perl-macros
BuildRequires: perl(Regexp::Pattern::Perl::Module)
@@ -39,11 +38,11 @@ Requires: perl(Regexp::Pattern::Perl::Module)
Some utility routines related to module loading
%prep
%setup -q -n %{cpan_name}-%{version}
%autosetup -n %{cpan_name}-%{version}
%build
perl Makefile.PL INSTALLDIRS=vendor
make %{?_smp_mflags}
%make_build
%check
make test
@@ -54,7 +53,6 @@ make test
%perl_gen_filelist
%files -f %{name}.files
%defattr(-,root,root,755)
%doc Changes README
%license LICENSE