diff --git a/.perl-File-Copy-Recursive.metadata b/.perl-File-Copy-Recursive.metadata new file mode 100644 index 0000000..02a0de7 --- /dev/null +++ b/.perl-File-Copy-Recursive.metadata @@ -0,0 +1 @@ +6c3a48c8ba70ad6b1ea97c4aac6b1f2d310a8e8d SOURCES/File-Copy-Recursive-0.38.tar.gz diff --git a/README.md b/README.md deleted file mode 100644 index 0e7897f..0000000 --- a/README.md +++ /dev/null @@ -1,5 +0,0 @@ -The master branch has no content - -Look at the c7 branch if you are working with CentOS-7, or the c4/c5/c6 branch for CentOS-4, 5 or 6 - -If you find this file in a distro specific branch, it means that no content has been checked in yet diff --git a/SPECS/perl-File-Copy-Recursive.spec b/SPECS/perl-File-Copy-Recursive.spec new file mode 100644 index 0000000..1869a0c --- /dev/null +++ b/SPECS/perl-File-Copy-Recursive.spec @@ -0,0 +1,110 @@ +Name: perl-File-Copy-Recursive +Version: 0.38 +Release: 13%{?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 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.