Name: perl-File-Copy-Recursive Version: 0.38 Release: 14%{?dist} Summary: Extension for recursively copying files and directories License: GPL+ or Artistic Group: Development/Libraries URL: http://search.cpan.org/dist/File-Copy-Recursive/ Source0: http://www.cpan.org/modules/by-module/File/File-Copy-Recursive-%{version}.tar.gz Requires: perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version)) BuildArch: noarch BuildRequires: perl(Carp) BuildRequires: perl(Exporter) BuildRequires: perl(ExtUtils::MakeMaker) BuildRequires: perl(File::Spec) BuildRequires: perl(Test::More) %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} %build perl Makefile.PL INSTALLDIRS=vendor make %{?_smp_mflags} %install make pure_install PERL_INSTALL_ROOT=%{buildroot} find %{buildroot} -type f -name .packlist -exec rm -f {} ';' find %{buildroot} -type d -depth -exec rmdir {} 2>/dev/null ';' chmod -R u+w %{buildroot}/* %check make test %files %doc Changes README %{perl_vendorlib}/File %{_mandir}/man3/* %changelog * Fri Dec 27 2013 Daniel Mach - 0.38-14 - Mass rebuild 2013-12-27 * Fri Aug 31 2012 Petr Šabata - 0.38-13 - Modernize spec, drop command macros, and fix dependencies * Fri Jul 20 2012 Fedora Release Engineering - 0.38-12 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild * Wed Jun 06 2012 Petr Pisar - 0.38-11 - Perl 5.16 rebuild * Fri Jan 13 2012 Fedora Release Engineering - 0.38-10 - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild * Fri Jun 17 2011 Marcela Mašláňová - 0.38-9 - Perl mass rebuild * Tue Feb 08 2011 Fedora Release Engineering - 0.38-8 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild * Thu Dec 16 2010 Marcela Maslanova - 0.38-7 - 661697 rebuild for fixing problems with vendorach/lib * Sat May 01 2010 Marcela Maslanova - 0.38-6 - Mass rebuild with perl-5.12.0 * Fri Apr 30 2010 Marcela Maslanova - 0.38-5 - Mass rebuild with perl-5.12.0 * Mon Dec 7 2009 Stepan Kasal - 0.38-4 - rebuild against perl 5.10.1 * Sat Jul 25 2009 Fedora Release Engineering - 0.38-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild * Thu Feb 26 2009 Fedora Release Engineering - 0.38-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild * Sat Dec 13 2008 Ralf Corsépius - 0.38-1 - Upstream update. * Fri Oct 10 2008 Ralf Corsépius - 0.37-1 - Upstream update. * Wed Apr 23 2008 Ralf Corsépius - 0.36-1 - Upstream update. * Sat Feb 2 2008 Tom "spot" Callaway - 0.35-2 - rebuild for new perl * Wed Aug 29 2007 Ralf Corsépius - 0.35-1 - Upstream update. * Mon May 14 2007 Ralf Corsépius - 0.33-2 - BR: perl(Test::More). * Mon May 14 2007 Ralf Corsépius - 0.33-1 - Upstream update. * Mon Mar 12 2007 Ralf Corsépius - 0.31-2 - BR: perl(ExtUtils::MakeMaker). * Fri Mar 02 2007 Ralf Corsépius - 0.31-1 - Upstream update. * Thu Jan 18 2007 Ralf Corsépius - 0.30-2 - Cosmetics. * Wed Jan 17 2007 Ralf Corsépius - 0.30-1 - Initial Fedora submission.