perl-Archive-Zip-vl.spec 4.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143
  1. Summary: Perl library for accessing Zip archives
  2. Name: perl-Archive-Zip
  3. Version: 1.64
  4. Release: 1%{?_dist_release}
  5. Group: Development/Libraries
  6. License: GPL+ or Artistic
  7. URL: http://search.cpan.org/dist/Archive-Zip/
  8. Source0: http://search.cpan.org/CPAN/authors/id/S/SM/SMPETERS/Archive-Zip-%{version}.tar.gz
  9. BuildRoot: %{_tmppath}/%{name}-%{version}-root
  10. BuildArch: noarch
  11. BuildRequires: perl(ExtUtils::MakeMaker)
  12. BuildRequires: perl(File::Which)
  13. BuildRequires: perl(Test::MockModule)
  14. Requires: perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
  15. Vendor: Project Vine
  16. Distribution: Vine Linux
  17. %description
  18. The Archive::Zip module allows a Perl program to create, manipulate,
  19. read, and write Zip archive files.
  20. Zip archives can be created, or you can read from existing zip files.
  21. Once created, they can be written to files, streams, or strings.
  22. Members can be added, removed, extracted, replaced, rearranged, and
  23. enumerated. They can also be renamed or have their dates, comments,
  24. or other attributes queried or modified. Their data can be compressed
  25. or uncompressed as needed. Members can be created from members in
  26. existing Zip files, or from existing directories, files, or strings.
  27. %prep
  28. %setup -q -n Archive-Zip-%{version}
  29. for F in examples/*.pl; do
  30. perl -MExtUtils::MakeMaker -e "ExtUtils::MM_Unix->fixin(q{$F})"
  31. done
  32. %build
  33. perl Makefile.PL INSTALLDIRS=vendor NO_PACKLIST=1
  34. make %{?_smp_mflags}
  35. %install
  36. make pure_install DESTDIR=$RPM_BUILD_ROOT
  37. %{_fixperms} $RPM_BUILD_ROOT/*
  38. %check
  39. make test
  40. %clean
  41. %{__rm} -rf $RPM_BUILD_ROOT
  42. %files
  43. %defattr(-,root,root,-)
  44. %doc Changes README.md examples/
  45. %{_bindir}/crc32
  46. %{perl_vendorlib}/Archive/
  47. %{_mandir}/man3/Archive*.3*
  48. %changelog
  49. * Sun May 19 2019 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 1.64-1
  50. - new upstream release.
  51. - rebuilt with perl-5.26.
  52. * Wed Nov 19 2014 Ryoichi INAGAKI <ryo1@toki.waseda.jp> 1.39-1
  53. - new upstream release
  54. * Tue Jul 1 2014 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 1.37-1
  55. - new upstream release.
  56. * Sat Apr 30 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.23-2
  57. - rebuilt with perl-5.12.3
  58. * Thu May 1 2008 Tomohiro 'Tomo-p' KATO <tomop@teamgedoh.net> 1.23-1
  59. - rebuilt with perl-5.10.0.
  60. * Mon Mar 10 2008 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 1.23-0vl1
  61. - new upstream release
  62. * Sun Jul 22 2007 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 1.20-0vl1
  63. - new upstream release
  64. * Tue Dec 5 2006 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 1.18-0vl1
  65. - new upstream release
  66. - added BuildRequires: perl-File-Which
  67. - changed Group to Development/Libraries
  68. * Mon Sep 18 2006 IKEDA Katsumi <ikeda@webmasters.gr.jp> 1.16-0vl1
  69. - rebuild for Vine 4.0 beta 2
  70. * Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com>
  71. - sh: line 0: fg: no job control
  72. - rebuild
  73. * Fri Feb 03 2006 Jason Vas Dias<jvdias@redhat.com> - 1.16-1.2
  74. - rebuilt for new perl-5.8.8
  75. * Fri Dec 16 2005 Jesse Keating <jkeating@redhat.com>
  76. - rebuilt for new gcc
  77. * Mon Jul 11 2005 Jose Pedro Oliveira <jpo at di.uminho.pt> - 1.16-1
  78. - Update to 1.16.
  79. * Thu Apr 14 2005 Jose Pedro Oliveira <jpo at di.uminho.pt> - 1.14-1
  80. - Update to 1.14.
  81. * Thu Apr 7 2005 Michael Schwendt <mschwendt[AT]users.sf.net>
  82. - rebuilt
  83. * Sun Aug 15 2004 Ville Skyttä <ville.skytta at iki.fi> - 0:1.12-0.fdr.1
  84. - Update to 1.12.
  85. * Tue Jul 6 2004 Ville Skyttä <ville.skytta at iki.fi> - 0:1.11-0.fdr.1
  86. - Update to 1.11.
  87. - Bring up to date with current fedora.us Perl spec template.
  88. * Sun Apr 18 2004 Ville Skyttä <ville.skytta at iki.fi> - 0:1.10-0.fdr.1
  89. - Update to 1.10.
  90. - Reduce directory ownership bloat.
  91. - Require perl(:MODULE_COMPAT_*).
  92. * Fri Nov 28 2003 Ville Skyttä <ville.skytta at iki.fi> - 0:1.09-0.fdr.1
  93. - Update to 1.09.
  94. * Wed Oct 22 2003 Ville Skyttä <ville.skytta at iki.fi> - 0:1.08-0.fdr.1
  95. - Update to 1.08.
  96. * Tue Oct 21 2003 Ville Skyttä <ville.skytta at iki.fi> - 0:1.07-0.fdr.1
  97. - Update to 1.07.
  98. * Sun Sep 14 2003 Ville Skyttä <ville.skytta at iki.fi> - 0:1.06-0.fdr.1
  99. - Update to 1.06.
  100. - Specfile cleanups.
  101. * Sun Jun 8 2003 Ville Skyttä <ville.skytta at iki.fi> - 0:1.05-0.fdr.1
  102. - First build.