Compare commits
No commits in common. "c8" and "c10s" have entirely different histories.
1
.gitignore
vendored
1
.gitignore
vendored
@ -1 +0,0 @@
|
|||||||
SOURCES/File-Copy-Recursive-0.40.tar.gz
|
|
@ -1 +0,0 @@
|
|||||||
57c2bdb99f984be2c09bb035dd48df06b0500412 SOURCES/File-Copy-Recursive-0.40.tar.gz
|
|
@ -1,187 +0,0 @@
|
|||||||
Name: perl-File-Copy-Recursive
|
|
||||||
Version: 0.40
|
|
||||||
Release: 3%{?dist}
|
|
||||||
Summary: Extension for recursively copying files and directories
|
|
||||||
License: GPL+ or Artistic
|
|
||||||
URL: http://search.cpan.org/dist/File-Copy-Recursive/
|
|
||||||
Source0: http://www.cpan.org/modules/by-module/File/File-Copy-Recursive-%{version}.tar.gz
|
|
||||||
BuildArch: noarch
|
|
||||||
|
|
||||||
Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
|
|
||||||
# rpm's perl dep generators fails to catch this
|
|
||||||
Requires: perl(File::Glob)
|
|
||||||
|
|
||||||
BuildRequires: %{__perl}
|
|
||||||
BuildRequires: %{__make}
|
|
||||||
|
|
||||||
BuildRequires: perl-generators
|
|
||||||
BuildRequires: perl(Carp)
|
|
||||||
BuildRequires: perl(Cwd)
|
|
||||||
BuildRequires: perl(Exporter)
|
|
||||||
BuildRequires: perl(ExtUtils::MakeMaker)
|
|
||||||
BuildRequires: perl(File::Copy)
|
|
||||||
BuildRequires: perl(File::Glob)
|
|
||||||
BuildRequires: perl(File::Spec)
|
|
||||||
BuildRequires: perl(File::Temp)
|
|
||||||
BuildRequires: perl(Path::Tiny)
|
|
||||||
BuildRequires: perl(strict)
|
|
||||||
BuildRequires: perl(vars)
|
|
||||||
BuildRequires: perl(warnings)
|
|
||||||
%if ! (0%{?rhel})
|
|
||||||
BuildRequires: perl(Test::Deep)
|
|
||||||
BuildRequires: perl(Test::File)
|
|
||||||
%endif
|
|
||||||
BuildRequires: perl(Test::Exception)
|
|
||||||
BuildRequires: perl(Test::More)
|
|
||||||
BuildRequires: perl(Test::Warn)
|
|
||||||
BuildRequires: sed
|
|
||||||
|
|
||||||
%description
|
|
||||||
This module copies and moves directories recursively to an optional depth and
|
|
||||||
attempts to preserve each file or directory's mode.
|
|
||||||
|
|
||||||
%prep
|
|
||||||
%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
|
|
||||||
%{__perl} Makefile.PL INSTALLDIRS=vendor NO_PACKLIST=1
|
|
||||||
%{__make} %{?_smp_mflags}
|
|
||||||
|
|
||||||
%install
|
|
||||||
%{__make} pure_install DESTDIR=%{buildroot}
|
|
||||||
chmod -R u+w %{buildroot}/*
|
|
||||||
|
|
||||||
%check
|
|
||||||
%{__make} test
|
|
||||||
|
|
||||||
%files
|
|
||||||
%doc Changes README
|
|
||||||
%{perl_vendorlib}/File
|
|
||||||
%{_mandir}/man3/*
|
|
||||||
|
|
||||||
%changelog
|
|
||||||
* Fri Mar 23 2018 Ralf Corsépius <corsepiu@fedoraproject.org> - 0.40-3
|
|
||||||
- Remove Path:Iter (RHBZ#1558427).
|
|
||||||
- Spec file cosmetics.
|
|
||||||
|
|
||||||
* Thu Feb 08 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.40-2
|
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
|
||||||
|
|
||||||
* Sun Jan 21 2018 Ralf Corsépius <corsepiu@fedoraproject.org> - 0.40-1
|
|
||||||
- Update to 0.40.
|
|
||||||
|
|
||||||
* Thu Jan 11 2018 Ralf Corsépius <corsepiu@fedoraproject.org> - 0.39-1
|
|
||||||
- Update to 0.39.
|
|
||||||
- Modernize *.spec.
|
|
||||||
|
|
||||||
* Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.38-26
|
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
|
|
||||||
|
|
||||||
* Sun Jun 04 2017 Jitka Plesnikova <jplesnik@redhat.com> - 0.38-25
|
|
||||||
- Perl 5.26 rebuild
|
|
||||||
|
|
||||||
* Sat Feb 11 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.38-24
|
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
|
|
||||||
|
|
||||||
* Sun May 15 2016 Jitka Plesnikova <jplesnik@redhat.com> - 0.38-23
|
|
||||||
- Perl 5.24 rebuild
|
|
||||||
|
|
||||||
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 0.38-22
|
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
|
|
||||||
|
|
||||||
* Sun Jan 31 2016 Ralf Corsépius <corsepiu@fedoraproject.org> - 0.38-21
|
|
||||||
- Modernize spec.
|
|
||||||
|
|
||||||
* Thu Jun 18 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.38-20
|
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
|
|
||||||
|
|
||||||
* Wed Jun 03 2015 Jitka Plesnikova <jplesnik@redhat.com> - 0.38-19
|
|
||||||
- Perl 5.22 rebuild
|
|
||||||
|
|
||||||
* Wed Aug 27 2014 Jitka Plesnikova <jplesnik@redhat.com> - 0.38-18
|
|
||||||
- Perl 5.20 rebuild
|
|
||||||
|
|
||||||
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.38-17
|
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
|
|
||||||
|
|
||||||
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.38-16
|
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
|
|
||||||
|
|
||||||
* Wed Jul 17 2013 Petr Pisar <ppisar@redhat.com> - 0.38-15
|
|
||||||
- Perl 5.18 rebuild
|
|
||||||
|
|
||||||
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.38-14
|
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
|
|
||||||
|
|
||||||
* Fri Aug 31 2012 Petr Šabata <contyk@redhat.com> - 0.38-13
|
|
||||||
- Modernize spec, drop command macros, and fix dependencies
|
|
||||||
|
|
||||||
* Fri Jul 20 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.38-12
|
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
|
|
||||||
|
|
||||||
* Wed Jun 06 2012 Petr Pisar <ppisar@redhat.com> - 0.38-11
|
|
||||||
- Perl 5.16 rebuild
|
|
||||||
|
|
||||||
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.38-10
|
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
|
|
||||||
|
|
||||||
* Fri Jun 17 2011 Marcela Mašláňová <mmaslano@redhat.com> - 0.38-9
|
|
||||||
- Perl mass rebuild
|
|
||||||
|
|
||||||
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.38-8
|
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
|
|
||||||
|
|
||||||
* Thu Dec 16 2010 Marcela Maslanova <mmaslano@redhat.com> - 0.38-7
|
|
||||||
- 661697 rebuild for fixing problems with vendorach/lib
|
|
||||||
|
|
||||||
* Sat May 01 2010 Marcela Maslanova <mmaslano@redhat.com> - 0.38-6
|
|
||||||
- Mass rebuild with perl-5.12.0
|
|
||||||
|
|
||||||
* Fri Apr 30 2010 Marcela Maslanova <mmaslano@redhat.com> - 0.38-5
|
|
||||||
- Mass rebuild with perl-5.12.0
|
|
||||||
|
|
||||||
* Mon Dec 7 2009 Stepan Kasal <skasal@redhat.com> - 0.38-4
|
|
||||||
- rebuild against perl 5.10.1
|
|
||||||
|
|
||||||
* Sat Jul 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.38-3
|
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
|
|
||||||
|
|
||||||
* Thu Feb 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.38-2
|
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
|
|
||||||
|
|
||||||
* Sat Dec 13 2008 Ralf Corsépius <corsepiu@fedoraproject.org> - 0.38-1
|
|
||||||
- Upstream update.
|
|
||||||
|
|
||||||
* Fri Oct 10 2008 Ralf Corsépius <corsepiu@fedoraproject.org> - 0.37-1
|
|
||||||
- Upstream update.
|
|
||||||
|
|
||||||
* Wed Apr 23 2008 Ralf Corsépius <rc040203@freenet.de> - 0.36-1
|
|
||||||
- Upstream update.
|
|
||||||
|
|
||||||
* Sat Feb 2 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 0.35-2
|
|
||||||
- rebuild for new perl
|
|
||||||
|
|
||||||
* Wed Aug 29 2007 Ralf Corsépius <rc040203@freenet.de> - 0.35-1
|
|
||||||
- Upstream update.
|
|
||||||
|
|
||||||
* Mon May 14 2007 Ralf Corsépius <rc040203@freenet.de> - 0.33-2
|
|
||||||
- BR: perl(Test::More).
|
|
||||||
|
|
||||||
* Mon May 14 2007 Ralf Corsépius <rc040203@freenet.de> - 0.33-1
|
|
||||||
- Upstream update.
|
|
||||||
|
|
||||||
* Mon Mar 12 2007 Ralf Corsépius <rc040203@freenet.de> - 0.31-2
|
|
||||||
- BR: perl(ExtUtils::MakeMaker).
|
|
||||||
|
|
||||||
* Fri Mar 02 2007 Ralf Corsépius <rc040203@freenet.de> - 0.31-1
|
|
||||||
- Upstream update.
|
|
||||||
|
|
||||||
* Thu Jan 18 2007 Ralf Corsépius <rc040203@freenet.de> - 0.30-2
|
|
||||||
- Cosmetics.
|
|
||||||
|
|
||||||
* Wed Jan 17 2007 Ralf Corsépius <rc040203@freenet.de> - 0.30-1
|
|
||||||
- Initial Fedora submission.
|
|
1
dead.package
Normal file
1
dead.package
Normal file
@ -0,0 +1 @@
|
|||||||
|
perl-File-Copy-Recursive package is retired on branch c10s for BAKERY-412
|
Loading…
Reference in New Issue
Block a user