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