Blame SPECS/perl-File-Copy-Recursive.spec

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