Compare commits
No commits in common. "c8" and "c9s" have entirely different histories.
2
.gitignore
vendored
2
.gitignore
vendored
@ -1 +1 @@
|
|||||||
SOURCES/File-Copy-Recursive-0.40.tar.gz
|
/File-Copy-Recursive-0.45.tar.gz
|
||||||
|
@ -1 +1 @@
|
|||||||
57c2bdb99f984be2c09bb035dd48df06b0500412 SOURCES/File-Copy-Recursive-0.40.tar.gz
|
e6ff81dbab6a2f0e35e4376d264d1525817f256a File-Copy-Recursive-0.45.tar.gz
|
||||||
|
@ -1,16 +1,17 @@
|
|||||||
Name: perl-File-Copy-Recursive
|
Name: perl-File-Copy-Recursive
|
||||||
Version: 0.40
|
Version: 0.45
|
||||||
Release: 3%{?dist}
|
Release: 7%{?dist}
|
||||||
Summary: Extension for recursively copying files and directories
|
Summary: Extension for recursively copying files and directories
|
||||||
License: GPL+ or Artistic
|
License: GPL+ or Artistic
|
||||||
URL: http://search.cpan.org/dist/File-Copy-Recursive/
|
URL: https://metacpan.org/release/File-Copy-Recursive
|
||||||
Source0: http://www.cpan.org/modules/by-module/File/File-Copy-Recursive-%{version}.tar.gz
|
Source0: https://cpan.metacpan.org/modules/by-module/File/File-Copy-Recursive-%{version}.tar.gz
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
|
|
||||||
Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
|
Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
|
||||||
# rpm's perl dep generators fails to catch this
|
# rpm's perl dep generators fails to catch this
|
||||||
Requires: perl(File::Glob)
|
Requires: perl(File::Glob)
|
||||||
|
|
||||||
|
BuildRequires: make
|
||||||
BuildRequires: %{__perl}
|
BuildRequires: %{__perl}
|
||||||
BuildRequires: %{__make}
|
BuildRequires: %{__make}
|
||||||
|
|
||||||
@ -27,14 +28,12 @@ BuildRequires: perl(Path::Tiny)
|
|||||||
BuildRequires: perl(strict)
|
BuildRequires: perl(strict)
|
||||||
BuildRequires: perl(vars)
|
BuildRequires: perl(vars)
|
||||||
BuildRequires: perl(warnings)
|
BuildRequires: perl(warnings)
|
||||||
%if ! (0%{?rhel})
|
|
||||||
BuildRequires: perl(Test::Deep)
|
BuildRequires: perl(Test::Deep)
|
||||||
BuildRequires: perl(Test::File)
|
|
||||||
%endif
|
|
||||||
BuildRequires: perl(Test::Exception)
|
BuildRequires: perl(Test::Exception)
|
||||||
|
BuildRequires: perl(Test::Fatal)
|
||||||
|
BuildRequires: perl(Test::File)
|
||||||
BuildRequires: perl(Test::More)
|
BuildRequires: perl(Test::More)
|
||||||
BuildRequires: perl(Test::Warn)
|
BuildRequires: perl(Test::Warnings)
|
||||||
BuildRequires: sed
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
This module copies and moves directories recursively to an optional depth and
|
This module copies and moves directories recursively to an optional depth and
|
||||||
@ -42,10 +41,6 @@ attempts to preserve each file or directory's mode.
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n File-Copy-Recursive-%{version}
|
%setup -q -n File-Copy-Recursive-%{version}
|
||||||
%if (0%{?rhel})
|
|
||||||
rm t/01.legacy.t
|
|
||||||
sed -i -e '/t\/01.legacy.t/ d' MANIFEST
|
|
||||||
%endif
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%{__perl} Makefile.PL INSTALLDIRS=vendor NO_PACKLIST=1
|
%{__perl} Makefile.PL INSTALLDIRS=vendor NO_PACKLIST=1
|
||||||
@ -64,6 +59,43 @@ chmod -R u+w %{buildroot}/*
|
|||||||
%{_mandir}/man3/*
|
%{_mandir}/man3/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Aug 09 2021 Mohan Boddu <mboddu@redhat.com> - 0.45-7
|
||||||
|
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
|
||||||
|
Related: rhbz#1991688
|
||||||
|
|
||||||
|
* Fri Apr 16 2021 Mohan Boddu <mboddu@redhat.com> - 0.45-6
|
||||||
|
- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937
|
||||||
|
|
||||||
|
* Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.45-5
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
||||||
|
|
||||||
|
* Tue Jul 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.45-4
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
||||||
|
|
||||||
|
* Tue Jun 23 2020 Jitka Plesnikova <jplesnik@redhat.com> - 0.45-3
|
||||||
|
- Perl 5.32 rebuild
|
||||||
|
|
||||||
|
* Thu Jan 30 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.45-2
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
||||||
|
|
||||||
|
* Wed Jul 24 2019 Ralf Corsépius <corsepiu@fedoraproject.org> - 0.45-1
|
||||||
|
- Update to 0.45.
|
||||||
|
|
||||||
|
* Fri May 31 2019 Jitka Plesnikova <jplesnik@redhat.com> - 0.44-5
|
||||||
|
- Perl 5.30 rebuild
|
||||||
|
|
||||||
|
* Fri Feb 01 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.44-4
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
||||||
|
|
||||||
|
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.44-3
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
||||||
|
|
||||||
|
* Fri Jun 29 2018 Jitka Plesnikova <jplesnik@redhat.com> - 0.44-2
|
||||||
|
- Perl 5.28 rebuild
|
||||||
|
|
||||||
|
* Mon May 14 2018 Tom Callaway <spot@fedoraproject.org> - 0.44-1
|
||||||
|
- update to 0.44
|
||||||
|
|
||||||
* Fri Mar 23 2018 Ralf Corsépius <corsepiu@fedoraproject.org> - 0.40-3
|
* Fri Mar 23 2018 Ralf Corsépius <corsepiu@fedoraproject.org> - 0.40-3
|
||||||
- Remove Path:Iter (RHBZ#1558427).
|
- Remove Path:Iter (RHBZ#1558427).
|
||||||
- Spec file cosmetics.
|
- Spec file cosmetics.
|
Loading…
Reference in New Issue
Block a user