Summary: Perl library for accessing Zip archives Name: perl-Archive-Zip Version: 1.64 Release: 1%{?_dist_release} Group: Development/Libraries License: GPL+ or Artistic URL: http://search.cpan.org/dist/Archive-Zip/ Source0: http://search.cpan.org/CPAN/authors/id/S/SM/SMPETERS/Archive-Zip-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-root BuildArch: noarch BuildRequires: perl(ExtUtils::MakeMaker) BuildRequires: perl(File::Which) BuildRequires: perl(Test::MockModule) Requires: perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version)) Vendor: Project Vine Distribution: Vine Linux %description The Archive::Zip module allows a Perl program to create, manipulate, read, and write Zip archive files. Zip archives can be created, or you can read from existing zip files. Once created, they can be written to files, streams, or strings. Members can be added, removed, extracted, replaced, rearranged, and enumerated. They can also be renamed or have their dates, comments, or other attributes queried or modified. Their data can be compressed or uncompressed as needed. Members can be created from members in existing Zip files, or from existing directories, files, or strings. %prep %setup -q -n Archive-Zip-%{version} for F in examples/*.pl; do perl -MExtUtils::MakeMaker -e "ExtUtils::MM_Unix->fixin(q{$F})" done %build perl Makefile.PL INSTALLDIRS=vendor NO_PACKLIST=1 make %{?_smp_mflags} %install make pure_install DESTDIR=$RPM_BUILD_ROOT %{_fixperms} $RPM_BUILD_ROOT/* %check make test %clean %{__rm} -rf $RPM_BUILD_ROOT %files %defattr(-,root,root,-) %doc Changes README.md examples/ %{_bindir}/crc32 %{perl_vendorlib}/Archive/ %{_mandir}/man3/Archive*.3* %changelog * Sun May 19 2019 Tomohiro "Tomo-p" KATO 1.64-1 - new upstream release. - rebuilt with perl-5.26. * Wed Nov 19 2014 Ryoichi INAGAKI 1.39-1 - new upstream release * Tue Jul 1 2014 Tomohiro "Tomo-p" KATO 1.37-1 - new upstream release. * Sat Apr 30 2011 Yoji TOYODA 1.23-2 - rebuilt with perl-5.12.3 * Thu May 1 2008 Tomohiro 'Tomo-p' KATO 1.23-1 - rebuilt with perl-5.10.0. * Mon Mar 10 2008 Satoshi IWAMOTO 1.23-0vl1 - new upstream release * Sun Jul 22 2007 Ryoichi INAGAKI 1.20-0vl1 - new upstream release * Tue Dec 5 2006 Ryoichi INAGAKI 1.18-0vl1 - new upstream release - added BuildRequires: perl-File-Which - changed Group to Development/Libraries * Mon Sep 18 2006 IKEDA Katsumi 1.16-0vl1 - rebuild for Vine 4.0 beta 2 * Wed Jul 12 2006 Jesse Keating - sh: line 0: fg: no job control - rebuild * Fri Feb 03 2006 Jason Vas Dias - 1.16-1.2 - rebuilt for new perl-5.8.8 * Fri Dec 16 2005 Jesse Keating - rebuilt for new gcc * Mon Jul 11 2005 Jose Pedro Oliveira - 1.16-1 - Update to 1.16. * Thu Apr 14 2005 Jose Pedro Oliveira - 1.14-1 - Update to 1.14. * Thu Apr 7 2005 Michael Schwendt - rebuilt * Sun Aug 15 2004 Ville Skyttä - 0:1.12-0.fdr.1 - Update to 1.12. * Tue Jul 6 2004 Ville Skyttä - 0:1.11-0.fdr.1 - Update to 1.11. - Bring up to date with current fedora.us Perl spec template. * Sun Apr 18 2004 Ville Skyttä - 0:1.10-0.fdr.1 - Update to 1.10. - Reduce directory ownership bloat. - Require perl(:MODULE_COMPAT_*). * Fri Nov 28 2003 Ville Skyttä - 0:1.09-0.fdr.1 - Update to 1.09. * Wed Oct 22 2003 Ville Skyttä - 0:1.08-0.fdr.1 - Update to 1.08. * Tue Oct 21 2003 Ville Skyttä - 0:1.07-0.fdr.1 - Update to 1.07. * Sun Sep 14 2003 Ville Skyttä - 0:1.06-0.fdr.1 - Update to 1.06. - Specfile cleanups. * Sun Jun 8 2003 Ville Skyttä - 0:1.05-0.fdr.1 - First build.