.gear/rules | 2 + .../tags/0d182529496fae916ed135213221e78b2a3b0c76 | 13 +++ .gear/tags/list | 1 + perl-Archive-Zip.spec | 82 ++++++++++++++++++++ 4 files changed, 98 insertions(+), 0 deletions(-) diff --git a/.gear/rules b/.gear/rules new file mode 100644 index 0000000..ca3e343 --- /dev/null +++ b/.gear/rules @@ -0,0 +1,2 @@ +tar: @version@:. name=Archive-Zip-@version@ +diff: @version@:. . name=perl-Archive-Zip-@version@-@release@.patch diff --git a/.gear/tags/0d182529496fae916ed135213221e78b2a3b0c76 b/.gear/tags/0d182529496fae916ed135213221e78b2a3b0c76 new file mode 100644 index 0000000..9059909 --- /dev/null +++ b/.gear/tags/0d182529496fae916ed135213221e78b2a3b0c76 @@ -0,0 +1,13 @@ +object bbd2f523045ee335c8e076b94e5a7a5b0d1078f4 +type commit +tag 1.30 +tagger Alexey Tourbin 1248148554 +0400 + +1.30 +-----BEGIN PGP SIGNATURE----- +Version: GnuPG v1.4.9 (GNU/Linux) + +iEYEABECAAYFAkplPEoACgkQfBKgtDjnu0ZMRACeM1jSK2U3v928v+Wtk9GDkcmU +XSAAoLr5gSdk4SUBIN6mfrzHPjk+SpeV +=Ya1n +-----END PGP SIGNATURE----- diff --git a/.gear/tags/list b/.gear/tags/list new file mode 100644 index 0000000..dc51ef5 --- /dev/null +++ b/.gear/tags/list @@ -0,0 +1 @@ +0d182529496fae916ed135213221e78b2a3b0c76 1.30 diff --git a/perl-Archive-Zip.spec b/perl-Archive-Zip.spec new file mode 100644 index 0000000..6fba1ef --- /dev/null +++ b/perl-Archive-Zip.spec @@ -0,0 +1,82 @@ +%define dist Archive-Zip +Name: perl-%dist +Version: 1.30 +Release: alt1 + +Summary: Perl module for manipulating Zip archives +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 Jul 21 2009 +BuildRequires: perl-Compress-Raw-Zlib perl-devel + +%description +The Archive::Zip module allows a Perl program to create, manipulate, +read, and write Zip archive files. + +%prep +%setup -q -n %dist-%version +%patch -p1 + +%build +%perl_vendor_build + +%install +%perl_vendor_install + +%files +%doc Changes examples/ README +%dir %perl_vendor_privlib/Archive + %perl_vendor_privlib/Archive/Zip.pm +%dir %perl_vendor_privlib/Archive/Zip + %perl_vendor_privlib/Archive/Zip/*.pm +%doc %perl_vendor_privlib/Archive/Zip/*.pod + +%changelog +* Tue Jul 21 2009 Alexey Tourbin 1.30-alt1 +- 1.28 -> 1.30 + +* Fri Jun 19 2009 Alexey Tourbin 1.28-alt1 +- 1.26 -> 1.28 + +* Mon Oct 13 2008 Alexey Tourbin 1.26-alt1 +- 1.24 -> 1.26 + +* Sun Oct 05 2008 Alexey Tourbin 1.24-alt1 +- 1.23 -> 1.24 + +* Fri Apr 18 2008 Alexey Tourbin 1.23-alt1 +- 1.15 -> 1.23 + +* Fri Sep 01 2006 Alexey Tourbin 1.15-alt2 +- fixed test suite: File::Temp has been hardened to check /tmp + ownership in taint mode; in the hasher build system, /tmp happens + to be owned neither by the user nor by root, but by special "rooter" + satellite user; test suite now uses current working directory for + temporary file creation +- %_bindir/crc32 not packaged + +* Sat Jun 25 2005 Alexey Tourbin 1.15-alt1 +- 1.10 -> 1.15 +- alt-tmp.patch merged upstream (cpan #6343) +- manual pages not packaged (use perldoc) + +* Sat Feb 19 2005 ALT QA Team Robot 1.10-alt1.1 +- Rebuilt with rpm-build-perl-0.5.1. + +* Tue May 18 2004 Alexey Tourbin 1.10-alt1 +- 1.5 -> 1.10 +- alt-tmp.patch: secure handling of temporary files (cpan #6343) +- packaged docs/ and examples/ + +* Wed Nov 06 2002 Stanislav Ievlev 1.05-alt1 +- rebuild with new perl + +* Tue Jun 11 2002 Mikhail Zabaluev 1.01-alt1 +- Initial package created