.gear/rules | 2 + .../tags/959611ff58015cb589e56f9ec521ed2aa308cc7d | 13 +++++ .gear/tags/list | 1 + perl-File-Remove.spec | 56 ++++++++++++++++++++ 4 files changed, 72 insertions(+), 0 deletions(-) diff --git a/.gear/rules b/.gear/rules new file mode 100644 index 0000000..b90f134 --- /dev/null +++ b/.gear/rules @@ -0,0 +1,2 @@ +tar: @version@:. name=File-Remove-@version@ +diff: @version@:. . name=perl-File-Remove-@version@-@release@.patch diff --git a/.gear/tags/959611ff58015cb589e56f9ec521ed2aa308cc7d b/.gear/tags/959611ff58015cb589e56f9ec521ed2aa308cc7d new file mode 100644 index 0000000..b6feecb --- /dev/null +++ b/.gear/tags/959611ff58015cb589e56f9ec521ed2aa308cc7d @@ -0,0 +1,13 @@ +object 4afe97f56f8db17a417abdc375e90e137af7741d +type commit +tag 1.42 +tagger Alexey Tourbin 1222503616 +0000 + +1.42 +-----BEGIN PGP SIGNATURE----- +Version: GnuPG v1.4.9 (GNU/Linux) + +iEYEABECAAYFAkjd7MAACgkQfBKgtDjnu0arXQCfRDYUVs1KWkJumd7FRMq2jjpx +s4kAoIO6CXXS1RR2K0Qg1w/XhYeo/jWS +=PoQR +-----END PGP SIGNATURE----- diff --git a/.gear/tags/list b/.gear/tags/list new file mode 100644 index 0000000..0eae267 --- /dev/null +++ b/.gear/tags/list @@ -0,0 +1 @@ +959611ff58015cb589e56f9ec521ed2aa308cc7d 1.42 diff --git a/perl-File-Remove.spec b/perl-File-Remove.spec new file mode 100644 index 0000000..b176ca5 --- /dev/null +++ b/perl-File-Remove.spec @@ -0,0 +1,56 @@ +%define dist File-Remove +Name: perl-%dist +Version: 1.42 +Release: alt1 + +Summary: Remove 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 Sat Sep 27 2008 +BuildRequires: perl-Module-Install + +%description +File::Remove::remove removes files and directories. It acts like +/bin/rm, for the most part. Although unlink can be given a list +of files, it will not remove directories; this module remedies that. +It also accepts wildcards, * and ?, as arguments for filenames. + +File::Remove::trash accepts the same arguments as remove, with +the addition of an optional, infrequently used "other platforms" +hashref. + +%prep +%setup -q -n %dist-%version +%patch -p1 +# XXX requires new Module::Install +#rm -r inc/ + +%build +%perl_vendor_build + +%install +%perl_vendor_install + +%files +%doc Changes README +%perl_vendor_privlib/File* + +%changelog +* Sat Sep 27 2008 Alexey Tourbin 1.42-alt1 +- 0.30 -> 1.42 + +* Sat Sep 06 2008 Vitaly Lipatov 0.30-alt2 +- fix directory ownership violation + +* Thu Aug 18 2005 Vitaly Lipatov 0.30-alt1 +- new version + +* Tue Jul 12 2005 Vitaly Lipatov 0.29-alt1 +- first build for ALT Linux Sisyphus