8
0

Accepting request 759301 from devel:languages:perl:autoupdate

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

OBS-URL: https://build.opensuse.org/request/show/759301
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Module-Find?expand=0&rev=15
This commit is contained in:
Lars Vogdt
2019-12-29 22:54:12 +00:00
committed by Git OBS Bridge
parent 22b8a8db68
commit 94766ba6c4
4 changed files with 18 additions and 12 deletions

View File

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

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

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:5c5482a7fe3e9e1035b36a984470b886f7af095eeeff63f5f19aec8cd2d8a85e
size 7427

View File

@@ -1,3 +1,9 @@
-------------------------------------------------------------------
Thu Dec 26 03:10:49 UTC 2019 - <timueller+perl@suse.de>
- updated to 0.15
see /usr/share/doc/packages/perl-Module-Find/Changes
-------------------------------------------------------------------
Sun Apr 19 07:42:39 UTC 2015 - coolo@suse.com

View File

@@ -1,7 +1,7 @@
#
# spec file for package perl-Module-Find
#
# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -12,19 +12,19 @@
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
# Please submit bugfixes or comments via http://bugs.opensuse.org/
# Please submit bugfixes or comments via https://bugs.opensuse.org/
#
Name: perl-Module-Find
Version: 0.13
Version: 0.15
Release: 0
%define cpan_name Module-Find
Summary: Find and use installed modules in a (sub)category
License: Artistic-1.0 or GPL-1.0+
License: Artistic-1.0 OR GPL-1.0-or-later
Group: Development/Libraries/Perl
Url: http://search.cpan.org/dist/Module-Find/
Source0: http://www.cpan.org/authors/id/C/CR/CRENZ/%{cpan_name}-%{version}.tar.gz
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
@@ -47,11 +47,11 @@ you modify '@INC' before you call the Module::Find functions.
%setup -q -n %{cpan_name}-%{version}
%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%{__make} %{?_smp_mflags}
perl Makefile.PL INSTALLDIRS=vendor
make %{?_smp_mflags}
%check
%{__make} test
make test
%install
%perl_make_install