8
0

Accepting request 998872 from devel:languages:perl:autoupdate

- updated to 0.16
   see /usr/share/doc/packages/perl-Module-Find/Changes

OBS-URL: https://build.opensuse.org/request/show/998872
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Module-Find?expand=0&rev=17
This commit is contained in:
2022-08-23 21:27:11 +00:00
committed by Git OBS Bridge
parent 94766ba6c4
commit 8aa51570fb
4 changed files with 17 additions and 14 deletions

View File

@@ -1,7 +1,7 @@
#
# spec file for package perl-Module-Find
#
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2022 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-Find
Version: 0.15
Release: 0
%define cpan_name Module-Find
Summary: Find and use installed modules in a (sub)category
Name: perl-Module-Find
Version: 0.16
Release: 0
License: Artistic-1.0 OR GPL-1.0-or-later
Group: Development/Libraries/Perl
Url: https://metacpan.org/release/%{cpan_name}
Summary: Find and use installed modules in a (sub)category
URL: https://metacpan.org/release/%{cpan_name}
Source0: https://cpan.metacpan.org/authors/id/C/CR/CRENZ/%{cpan_name}-%{version}.tar.gz
Source1: cpanspec.yml
BuildArch: noarch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: perl
BuildRequires: perl-macros
Recommends: perl(Test::Pod) >= 1.14
@@ -44,11 +42,11 @@ If you want Module::Find to search in a certain directory on your harddisk
you modify '@INC' before you call the Module::Find functions.
%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
@@ -59,7 +57,6 @@ make test
%perl_gen_filelist
%files -f %{name}.files
%defattr(-,root,root,755)
%doc Changes examples MANIFEST.skip README
%changelog