Accepting request 907941 from devel:languages:perl:autoupdate

- updated to 0.340
   see /usr/share/doc/packages/perl-Module-Path-More/Changes

OBS-URL: https://build.opensuse.org/request/show/907941
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Module-Path-More?expand=0&rev=6
This commit is contained in:
Stephan Kulow
2021-07-26 05:39:13 +00:00
committed by Git OBS Bridge
parent b4745eb182
commit 04d678d38d
4 changed files with 24 additions and 19 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:4748470bc3d6ddf2a01a50789304cbfb67b410840266a9fade25666e2b4ccc39
size 19345

View File

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

View File

@@ -1,3 +1,9 @@
-------------------------------------------------------------------
Wed Jul 21 03:07:56 UTC 2021 - Tina Müller <timueller+perl@suse.de>
- updated to 0.340
see /usr/share/doc/packages/perl-Module-Path-More/Changes
-------------------------------------------------------------------
Fri Feb 3 06:06:57 UTC 2017 - coolo@suse.com

View File

@@ -1,7 +1,7 @@
#
# spec file for package perl-Module-Path-More
#
# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2021 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -12,24 +12,23 @@
# 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-Path-More
Version: 0.33
Release: 0
%define cpan_name Module-Path-More
Name: perl-Module-Path-More
Version: 0.340
Release: 0
Summary: Get path to locally installed Perl module
License: Artistic-1.0 or GPL-1.0+
Group: Development/Libraries/Perl
Url: http://search.cpan.org/dist/Module-Path-More/
Source0: http://www.cpan.org/authors/id/P/PE/PERLANCAR/%{cpan_name}-%{version}.tar.gz
License: Artistic-1.0 OR GPL-1.0-or-later
URL: https://metacpan.org/release/%{cpan_name}
Source0: https://cpan.metacpan.org/authors/id/P/PE/PERLANCAR/%{cpan_name}-%{version}.tar.gz
Source1: cpanspec.yml
BuildArch: noarch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: perl
BuildRequires: perl-macros
BuildRequires: perl(File::Temp) >= 0.2307
BuildRequires: perl(Test::Exception)
BuildRequires: perl(Test::More) >= 0.98
%{perl_requires}
@@ -70,14 +69,14 @@ then it only works if the module is locatable in the filesystem. But on the
other hand this method can avoid actual loading of the module.
%prep
%setup -q -n %{cpan_name}-%{version}
%autosetup -n %{cpan_name}-%{version}
%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%{__make} %{?_smp_mflags}
perl Makefile.PL INSTALLDIRS=vendor
%make_build
%check
%{__make} test
make test
%install
%perl_make_install
@@ -85,7 +84,7 @@ other hand this method can avoid actual loading of the module.
%perl_gen_filelist
%files -f %{name}.files
%defattr(-,root,root,755)
%doc Changes LICENSE README
%doc Changes README
%license LICENSE
%changelog