Accepting request 918671 from devel:languages:perl:autoupdate

- updated to 0.344
   see /usr/share/doc/packages/perl-Module-ExtractUse/Changes
  0.344	2021-09-06T13:31:26
  	- Fixed some spelling errors in the Pod. (Håkon Hægland)

OBS-URL: https://build.opensuse.org/request/show/918671
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Module-ExtractUse?expand=0&rev=9
This commit is contained in:
2021-09-13 11:49:50 +00:00
committed by Git OBS Bridge
parent 2b4dde3111
commit ed93599b84
4 changed files with 19 additions and 13 deletions

View File

@@ -1,7 +1,7 @@
#
# spec file for package perl-Module-ExtractUse
#
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
# 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,18 +16,16 @@
#
Name: perl-Module-ExtractUse
Version: 0.343
Release: 0
%define cpan_name Module-ExtractUse
Name: perl-Module-ExtractUse
Version: 0.344
Release: 0
Summary: Find out what modules are used
License: Artistic-1.0 OR GPL-1.0-or-later
Group: Development/Libraries/Perl
Url: https://metacpan.org/release/%{cpan_name}
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
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: perl
BuildRequires: perl-macros
BuildRequires: perl(Module::Build) >= 0.280000
@@ -40,14 +38,14 @@ Requires: perl(Pod::Strip)
%{perl_requires}
%description
Module::ExtractUse is basically a Parse::RecDescent grammar to parse Perl
'Module::ExtractUse' is basically a Parse::RecDescent grammar to parse Perl
code. It tries very hard to find all modules (whether pragmas, Core, or
from CPAN) used by the parsed code.
"Usage" is defined by either calling 'use' or 'require'.
%prep
%setup -q -n %{cpan_name}-%{version}
%autosetup -n %{cpan_name}-%{version}
%build
perl Build.PL installdirs=vendor
@@ -64,7 +62,6 @@ perl Build.PL installdirs=vendor
%perl_gen_filelist
%files -f %{name}.files
%defattr(-,root,root,755)
%doc Changes example grammar README
%license LICENSE