Accepting request 822356 from home:pmonrealgonzalez:branches:devel:languages:perl
- updated to 2.17 see /usr/share/doc/packages/perl-File-Path/Changes 2.17 2020-07-18 - Eliminate one line of debugging code which was generating a warning. OBS-URL: https://build.opensuse.org/request/show/822356 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-File-Path?expand=0&rev=16
This commit is contained in:
parent
6f6463af8e
commit
20dfbb9bd6
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:21f7d69b59c381f459c5f0bf697d512109bd911f12ca33270b70ca9a9ef6fa05
|
|
||||||
size 31871
|
|
3
File-Path-2.17.tar.gz
Normal file
3
File-Path-2.17.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:8c506dfd69a70fdd5f1212fe58fbc53620a89a8293e2ac6860570f868269fb31
|
||||||
|
size 31879
|
@ -1,3 +1,13 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Jul 23 10:33:48 UTC 2020 - Pedro Monreal <pmonreal@suse.com>
|
||||||
|
|
||||||
|
- updated to 2.17
|
||||||
|
see /usr/share/doc/packages/perl-File-Path/Changes
|
||||||
|
|
||||||
|
2.17 2020-07-18
|
||||||
|
- Eliminate one line of debugging code which was generating
|
||||||
|
a warning.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sat Sep 1 05:23:30 UTC 2018 - coolo@suse.com
|
Sat Sep 1 05:23:30 UTC 2018 - coolo@suse.com
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package perl-File-Path
|
# spec file for package perl-File-Path
|
||||||
#
|
#
|
||||||
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
|
# Copyright (c) 2020 SUSE LLC
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -12,21 +12,20 @@
|
|||||||
# license that conforms to the Open Source Definition (Version 1.9)
|
# license that conforms to the Open Source Definition (Version 1.9)
|
||||||
# published by the Open Source Initiative.
|
# 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-File-Path
|
%define cpan_version 2.17
|
||||||
Version: 2.160000
|
|
||||||
Release: 0
|
|
||||||
%define cpan_version 2.16
|
|
||||||
Provides: perl(File::Path) = 2.160000
|
|
||||||
#Upstream: James Keenan and Richard Elberger 1995-2018. All rights reserved.
|
|
||||||
%define cpan_name File-Path
|
%define cpan_name File-Path
|
||||||
|
Name: perl-File-Path
|
||||||
|
Version: 2.170000
|
||||||
|
Release: 0
|
||||||
Summary: Create or remove directory trees
|
Summary: Create or remove directory trees
|
||||||
|
# Upstream: James Keenan AND Richard Elberger 1995-2020. All rights reserved.
|
||||||
License: Artistic-1.0 OR GPL-1.0-or-later
|
License: Artistic-1.0 OR GPL-1.0-or-later
|
||||||
Group: Development/Libraries/Perl
|
Group: Development/Libraries/Perl
|
||||||
Url: http://search.cpan.org/dist/File-Path/
|
URL: https://metacpan.org/release/%{cpan_name}
|
||||||
Source0: https://cpan.metacpan.org/authors/id/J/JK/JKEENAN/%{cpan_name}-%{cpan_version}.tar.gz
|
Source0: https://cpan.metacpan.org/authors/id/J/JK/JKEENAN/%{cpan_name}-%{cpan_version}.tar.gz
|
||||||
Source1: cpanspec.yml
|
Source1: cpanspec.yml
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
@ -43,11 +42,11 @@ depth and to delete an entire directory subtree from the filesystem.
|
|||||||
%setup -q -n %{cpan_name}-%{cpan_version}
|
%setup -q -n %{cpan_name}-%{cpan_version}
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%{__perl} Makefile.PL INSTALLDIRS=vendor
|
perl Makefile.PL INSTALLDIRS=vendor
|
||||||
%{__make} %{?_smp_mflags}
|
make %{?_smp_mflags}
|
||||||
|
|
||||||
%check
|
%check
|
||||||
%{__make} test
|
make test
|
||||||
|
|
||||||
%install
|
%install
|
||||||
%perl_make_install
|
%perl_make_install
|
||||||
|
Loading…
x
Reference in New Issue
Block a user