Dominique Leuenberger 2019-07-28 08:19:35 +00:00 committed by Git OBS Bridge
commit 49e99e55a3
5 changed files with 54 additions and 15 deletions

View File

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

BIN
File-Copy-Recursive-0.45.tar.gz (Stored with Git LFS) Normal file

Binary file not shown.

28
cpanspec.yml Normal file
View File

@ -0,0 +1,28 @@
---
#description_paragraphs: 3
#description: |-
# override description from CPAN
#summary: override summary from CPAN
#no_testing: broken upstream
#sources:
# - source1
# - source2
#patches:
# foo.patch: -p1
# bar.patch:
#preamble: |-
# BuildRequires: gcc-c++
#post_prep: |-
# hunspell=`pkg-config --libs hunspell | sed -e 's,-l,,; s, *,,g'`
# sed -i -e "s,hunspell-X,$hunspell," t/00-prereq.t Makefile.PL
#post_build: |-
# rm unused.files
#post_install: |-
# sed on %{name}.files
#license: SUSE-NonFree
#skip_noarch: 1
#custom_build: |-
#./Build build flags=%{?_smp_mflags} --myflag
#custom_test: |-
#startserver && make test
#ignore_requires: Bizarre::Module

View File

@ -1,3 +1,15 @@
-------------------------------------------------------------------
Wed Jul 24 05:08:39 UTC 2019 - Stephan Kulow <coolo@suse.com>
- updated to 0.45
see /usr/share/doc/packages/perl-File-Copy-Recursive/Changes
- PR #21: fix version 0.43 in Changes file (thanks karenetheridge)
- PR #19: Added missing license meta name. (thanks manwar and karenetheridge)
- PR #24: allow for dev = 0 on NetBSD (thanks plicease)
- PR #25: Remove warning when copying a dir without write perm on the original. (thanks ehickeycp)
- Issue #26: change issues from rt to github
------------------------------------------------------------------- -------------------------------------------------------------------
Wed Sep 26 15:02:28 UTC 2018 - pmonrealgonzalez@suse.com Wed Sep 26 15:02:28 UTC 2018 - pmonrealgonzalez@suse.com

View File

@ -1,7 +1,7 @@
# #
# spec file for package perl-File-Copy-Recursive # spec file for package perl-File-Copy-Recursive
# #
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. # Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
# #
# 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,31 +12,30 @@
# 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/
# #
%define cpan_name File-Copy-Recursive
Name: perl-File-Copy-Recursive Name: perl-File-Copy-Recursive
Version: 0.44 Version: 0.45
Release: 0 Release: 0
%define cpan_name File-Copy-Recursive
Summary: Perl extension for recursively copying files and directories Summary: Perl extension for recursively copying files and directories
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: https://metacpan.org/pod/File::Copy::Recursive Url: https://metacpan.org/release/%{cpan_name}
Source: http://www.cpan.org/authors/id/D/DM/DMUEY/%{cpan_name}-%{version}.tar.gz Source0: https://cpan.metacpan.org/authors/id/D/DM/DMUEY/%{cpan_name}-%{version}.tar.gz
BuildRequires: make Source1: cpanspec.yml
BuildArch: noarch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: perl BuildRequires: perl
BuildRequires: perl-macros BuildRequires: perl-macros
BuildRequires: perl(Path::Tiny) BuildRequires: perl(Path::Tiny)
BuildRequires: perl(Test::Builder) >= 0.70
BuildRequires: perl(Test::Deep) BuildRequires: perl(Test::Deep)
BuildRequires: perl(Test::Fatal) BuildRequires: perl(Test::Fatal)
BuildRequires: perl(Test::File) BuildRequires: perl(Test::File)
BuildRequires: perl(Test::More) >= 0.88 BuildRequires: perl(Test::More) >= 0.88
BuildRequires: perl(Test::Spec)
BuildRequires: perl(Test::Warnings) BuildRequires: perl(Test::Warnings)
BuildArch: noarch
%{perl_requires} %{perl_requires}
%description %description
@ -52,7 +51,7 @@ perl Makefile.PL INSTALLDIRS=vendor
make %{?_smp_mflags} make %{?_smp_mflags}
%check %check
make %{?_smp_mflags} test make test
%install %install
%perl_make_install %perl_make_install
@ -61,6 +60,6 @@ make %{?_smp_mflags} test
%files -f %{name}.files %files -f %{name}.files
%defattr(-,root,root,755) %defattr(-,root,root,755)
%doc Changes README %doc Changes README README.md
%changelog %changelog