forked from pool/perl-File-Copy-Recursive-Reduced
Accepting request 1113723 from devel:languages:perl:autoupdate
- updated to 0.007 see /usr/share/doc/packages/perl-File-Copy-Recursive-Reduced/Changes 0.007 - Corrections to better accommodate Windows path separators, mostly provided by Håkon Hægland. OBS-URL: https://build.opensuse.org/request/show/1113723 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-File-Copy-Recursive-Reduced?expand=0&rev=3
This commit is contained in:
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:e618f993a69f4355205c58fffff6982609f28b47f646ec6e244e41b5c6707e2c
|
||||
size 25380
|
3
File-Copy-Recursive-Reduced-0.007.tar.gz
Normal file
3
File-Copy-Recursive-Reduced-0.007.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:d3b58522e69803a91437e29c099eb706e8373f1eef0518a4dc3669dd3dfcdc27
|
||||
size 24177
|
@@ -1,3 +1,13 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Sep 17 03:06:52 UTC 2023 - Tina Müller <timueller+perl@suse.de>
|
||||
|
||||
- updated to 0.007
|
||||
see /usr/share/doc/packages/perl-File-Copy-Recursive-Reduced/Changes
|
||||
|
||||
0.007 Sat Sep 16 07:48:17 AM EDT 2023
|
||||
- Corrections to better accommodate Windows path separators, mostly
|
||||
provided by Håkon Hægland.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Apr 3 07:47:25 UTC 2019 - Stephan Kulow <coolo@suse.com>
|
||||
|
||||
|
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package perl-File-Copy-Recursive-Reduced
|
||||
#
|
||||
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2023 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -16,21 +16,22 @@
|
||||
#
|
||||
|
||||
|
||||
Name: perl-File-Copy-Recursive-Reduced
|
||||
Version: 0.006
|
||||
Release: 0
|
||||
%define cpan_name File-Copy-Recursive-Reduced
|
||||
Summary: Recursive copying of files and directories within Perl 5 toolchain
|
||||
Name: perl-File-Copy-Recursive-Reduced
|
||||
Version: 0.7.0
|
||||
Release: 0
|
||||
%define cpan_version 0.007
|
||||
License: Artistic-1.0 OR GPL-1.0-or-later
|
||||
Group: Development/Libraries/Perl
|
||||
Url: https://metacpan.org/release/%{cpan_name}
|
||||
Source0: https://cpan.metacpan.org/authors/id/J/JK/JKEENAN/%{cpan_name}-%{version}.tar.gz
|
||||
Summary: Recursive copying of files and directories within Perl 5 toolchain
|
||||
URL: https://metacpan.org/release/%{cpan_name}
|
||||
Source0: https://cpan.metacpan.org/authors/id/J/JK/JKEENAN/%{cpan_name}-%{cpan_version}.tar.gz
|
||||
BuildArch: noarch
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
BuildRequires: perl
|
||||
BuildRequires: perl-macros
|
||||
BuildRequires: perl(Capture::Tiny)
|
||||
BuildRequires: perl(Path::Tiny)
|
||||
Provides: perl(File::Copy::Recursive::Reduced) = 0.7.0
|
||||
%define __perllib_provides /bin/true
|
||||
%{perl_requires}
|
||||
|
||||
%description
|
||||
@@ -42,11 +43,11 @@ library provides methods similar enough to that distribution's 'fcopy()',
|
||||
distributions often described as being part of the Perl toolchain.
|
||||
|
||||
%prep
|
||||
%setup -q -n %{cpan_name}-%{version}
|
||||
%autosetup -n %{cpan_name}-%{cpan_version}
|
||||
|
||||
%build
|
||||
perl Makefile.PL INSTALLDIRS=vendor
|
||||
make %{?_smp_mflags}
|
||||
%make_build
|
||||
|
||||
%check
|
||||
make test
|
||||
@@ -57,7 +58,6 @@ make test
|
||||
%perl_gen_filelist
|
||||
|
||||
%files -f %{name}.files
|
||||
%defattr(-,root,root,755)
|
||||
%doc Changes README Todo
|
||||
%license LICENSE
|
||||
|
||||
|
Reference in New Issue
Block a user