Accepting request 1153683 from devel:languages:perl:autoupdate

- updated to 1.024
   see /usr/share/doc/packages/perl-Module-Extract-Namespaces/Changes
  1.024 2024-02-10T21:36:24Z
  	* refresh distro, update email address, release under new PAUSE ID
  	BRIANDOY.

OBS-URL: https://build.opensuse.org/request/show/1153683
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Module-Extract-Namespaces?expand=0&rev=9
This commit is contained in:
2024-03-08 10:02:57 +00:00
committed by Git OBS Bridge
parent 500962caf0
commit d02e30a9f6
4 changed files with 21 additions and 8 deletions

View File

@@ -1,7 +1,7 @@
#
# spec file for package perl-Module-Extract-Namespaces
#
# Copyright (c) 2022 SUSE LLC
# Copyright (c) 2024 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -18,12 +18,13 @@
%define cpan_name Module-Extract-Namespaces
Name: perl-Module-Extract-Namespaces
Version: 1.023
Version: 1.24.0
Release: 0
Summary: Extract the package declarations from a module
%define cpan_version 1.024
License: Artistic-2.0
Summary: Extract the package declarations from a module
URL: https://metacpan.org/release/%{cpan_name}
Source0: https://cpan.metacpan.org/authors/id/B/BD/BDFOY/%{cpan_name}-%{version}.tar.gz
Source0: https://cpan.metacpan.org/authors/id/B/BR/BRIANDFOY/%{cpan_name}-%{cpan_version}.tar.gz
Source1: cpanspec.yml
BuildArch: noarch
BuildRequires: perl
@@ -32,6 +33,8 @@ BuildRequires: perl(ExtUtils::MakeMaker) >= 6.64
BuildRequires: perl(PPI) >= 1.270
BuildRequires: perl(Test::More) >= 1
Requires: perl(PPI) >= 1.270
Provides: perl(Module::Extract::Namespaces) = %{version}
%define __perllib_provides /bin/true
%{perl_requires}
%description
@@ -45,7 +48,7 @@ It does not extract:
* * packages created as part of a fully qualified variable name
%prep
%autosetup -n %{cpan_name}-%{version}
%autosetup -n %{cpan_name}-%{cpan_version}
%build
perl Makefile.PL INSTALLDIRS=vendor