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,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:5c5482a7fe3e9e1035b36a984470b886f7af095eeeff63f5f19aec8cd2d8a85e
size 7427

3
Module-Find-0.16.tar.gz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:4bcaaa376915014728d4f533a98c5b59d665051cd3cdbafc960e5a66fd131092
size 9560

View File

@@ -1,3 +1,9 @@
-------------------------------------------------------------------
Tue Aug 2 03:07:47 UTC 2022 - Tina Müller <timueller+perl@suse.de>
- updated to 0.16
see /usr/share/doc/packages/perl-Module-Find/Changes
-------------------------------------------------------------------
Thu Dec 26 03:10:49 UTC 2019 - <timueller+perl@suse.de>

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