.gear/rules | 2 + .../tags/25f818feca3a894c3f1ee5036f6ee0f5ed659a98 | 13 ++++++ .gear/tags/list | 1 + perl-File-Copy-Recursive.spec | 46 ++++++++++++++++++++ 4 files changed, 62 insertions(+), 0 deletions(-) diff --git a/.gear/rules b/.gear/rules new file mode 100644 index 0000000..52b3d07 --- /dev/null +++ b/.gear/rules @@ -0,0 +1,2 @@ +tar: @version@:. name=File-Copy-Recursive-@version@ +diff: @version@:. . name=perl-File-Copy-Recursive-@version@-@release@.patch diff --git a/.gear/tags/25f818feca3a894c3f1ee5036f6ee0f5ed659a98 b/.gear/tags/25f818feca3a894c3f1ee5036f6ee0f5ed659a98 new file mode 100644 index 0000000..7b77982 --- /dev/null +++ b/.gear/tags/25f818feca3a894c3f1ee5036f6ee0f5ed659a98 @@ -0,0 +1,13 @@ +object 705dc048908af88f47d13a0f2806e3ee25ca00c3 +type commit +tag 0.37 +tagger Alexey Tourbin 1225816428 +0300 + +0.37 +-----BEGIN PGP SIGNATURE----- +Version: GnuPG v1.4.9 (GNU/Linux) + +iEYEABECAAYFAkkQeWwACgkQfBKgtDjnu0ZPhQCghZlPM2AFAvGgEzU8nV2Rjpgt +7BwAn1bPq53bow44luQa1p2S8A5SE4ki +=5Mou +-----END PGP SIGNATURE----- diff --git a/.gear/tags/list b/.gear/tags/list new file mode 100644 index 0000000..8d2c876 --- /dev/null +++ b/.gear/tags/list @@ -0,0 +1 @@ +25f818feca3a894c3f1ee5036f6ee0f5ed659a98 0.37 diff --git a/perl-File-Copy-Recursive.spec b/perl-File-Copy-Recursive.spec new file mode 100644 index 0000000..1510d97 --- /dev/null +++ b/perl-File-Copy-Recursive.spec @@ -0,0 +1,46 @@ +%define dist File-Copy-Recursive +Name: perl-%dist +Version: 0.37 +Release: alt1 + +Summary: Perl extension for recursively copying files and directories +License: GPL or Artistic +Group: Development/Perl + +URL: %CPAN %dist +Source: %dist-%version.tar +Patch: %name-%version-%release.patch + +BuildArch: noarch + +# Automatically added by buildreq on Tue Nov 04 2008 +BuildRequires: perl-devel + +%description +This module copies and moves directories recursively (or single files, +well... singley) to an optional depth and attempts to preserve each file +or directory's mode. + +%prep +%setup -q -n %dist-%version +%patch -p1 + +%build +%perl_vendor_build + +%install +%perl_vendor_install + +%files +%doc Changes README +%perl_vendor_privlib/File + +%changelog +* Tue Nov 04 2008 Alexey Tourbin 0.37-alt1 +- 0.36 -> 0.37 + +* Mon Aug 11 2008 Alexey Tourbin 0.36-alt1 +- 0.29 -> 0.36 + +* Wed Nov 08 2006 Vitaly Lipatov 0.29-alt1 +- first build for ALT Linux Sisyphus