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:
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:4852465b48361a120cd798720581792dba5ada526ceef5891e254d6cf97b0c02
|
|
||||||
size 47999
|
|
3
Module-ExtractUse-0.344.tar.gz
Normal file
3
Module-ExtractUse-0.344.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:db38fe7724f02fcf8bdbcbbcb8a475d8a27ae9ba7c91f3e47c8a646a866bd3bc
|
||||||
|
size 47429
|
@@ -1,3 +1,12 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Sep 7 03:06:23 UTC 2021 - Tina Müller <timueller+perl@suse.de>
|
||||||
|
|
||||||
|
- 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)
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Nov 8 06:36:47 UTC 2018 - Stephan Kulow <coolo@suse.com>
|
Thu Nov 8 06:36:47 UTC 2018 - Stephan Kulow <coolo@suse.com>
|
||||||
|
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package perl-Module-ExtractUse
|
# 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
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# 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
|
%define cpan_name Module-ExtractUse
|
||||||
|
Name: perl-Module-ExtractUse
|
||||||
|
Version: 0.344
|
||||||
|
Release: 0
|
||||||
Summary: Find out what modules are used
|
Summary: Find out what modules are used
|
||||||
License: Artistic-1.0 OR GPL-1.0-or-later
|
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
|
Source0: https://cpan.metacpan.org/authors/id/D/DO/DOMM/%{cpan_name}-%{version}.tar.gz
|
||||||
Source1: cpanspec.yml
|
Source1: cpanspec.yml
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
|
||||||
BuildRequires: perl
|
BuildRequires: perl
|
||||||
BuildRequires: perl-macros
|
BuildRequires: perl-macros
|
||||||
BuildRequires: perl(Module::Build) >= 0.280000
|
BuildRequires: perl(Module::Build) >= 0.280000
|
||||||
@@ -40,14 +38,14 @@ Requires: perl(Pod::Strip)
|
|||||||
%{perl_requires}
|
%{perl_requires}
|
||||||
|
|
||||||
%description
|
%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
|
code. It tries very hard to find all modules (whether pragmas, Core, or
|
||||||
from CPAN) used by the parsed code.
|
from CPAN) used by the parsed code.
|
||||||
|
|
||||||
"Usage" is defined by either calling 'use' or 'require'.
|
"Usage" is defined by either calling 'use' or 'require'.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n %{cpan_name}-%{version}
|
%autosetup -n %{cpan_name}-%{version}
|
||||||
|
|
||||||
%build
|
%build
|
||||||
perl Build.PL installdirs=vendor
|
perl Build.PL installdirs=vendor
|
||||||
@@ -64,7 +62,6 @@ perl Build.PL installdirs=vendor
|
|||||||
%perl_gen_filelist
|
%perl_gen_filelist
|
||||||
|
|
||||||
%files -f %{name}.files
|
%files -f %{name}.files
|
||||||
%defattr(-,root,root,755)
|
|
||||||
%doc Changes example grammar README
|
%doc Changes example grammar README
|
||||||
%license LICENSE
|
%license LICENSE
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user