perl-Array-Compare-vl.spec 2.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100
  1. Name: perl-Array-Compare
  2. Version: 1.17
  3. Release: 1%{?_dist_release}
  4. Summary: Perl extension for comparing arrays
  5. Group: Development/Libraries
  6. License: GPL+ or Artistic
  7. URL: http://search.cpan.org/dist/Array-Compare/
  8. Source0: http://www.cpan.org/authors/id/D/DA/DAVECROSS/Array-Compare-%{version}.tar.gz
  9. BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
  10. BuildArch: noarch
  11. BuildRequires: perl(Module::Build)
  12. BuildRequires: perl(Test::Pod), perl(Test::Pod::Coverage)
  13. Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
  14. %description
  15. If you have two arrays and you want to know if they are the same or
  16. different, then Array::Compare will be useful to you.
  17. %prep
  18. %setup -q -n Array-Compare-%{version}
  19. chmod -c a-x lib/Array/*.pm
  20. %build
  21. %{__perl} Build.PL installdirs=vendor
  22. ./Build
  23. %install
  24. rm -rf $RPM_BUILD_ROOT
  25. ./Build install destdir=$RPM_BUILD_ROOT create_packlist=0
  26. chmod -R u+w $RPM_BUILD_ROOT/*
  27. %check
  28. ./Build test
  29. %clean
  30. rm -rf $RPM_BUILD_ROOT
  31. %files
  32. %defattr(-,root,root,-)
  33. %doc Changes README
  34. %{perl_vendorlib}/Array/
  35. %{_mandir}/man3/*.3pm*
  36. %changelog
  37. * Thu Nov 05 2009 Kazutaka HARADA <kazutaka@dc4.so-net.ne.jp> 1.17-1
  38. - initial build for Vine Linux based on fedora development
  39. * Sat Jul 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.17-2
  40. - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
  41. * Fri Feb 27 2009 Ralf Cors辿pius <corsepiu@fedoraproject.org> - 1.17-1
  42. - Upstream update.
  43. * Thu Feb 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.16-2
  44. - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
  45. * Thu Jul 10 2008 Ralf Cors辿pius <rc040203@freenet.de> - 1.16-1
  46. - Upstream update.
  47. * Wed Feb 27 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 1.14-3
  48. - Rebuild for perl 5.10 (again)
  49. * Thu Jan 31 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 1.14-2
  50. - rebuild for new perl
  51. * Thu Apr 5 2007 Jose Pedro Oliveira <jpo at di.uminho.pt> - 1.14-1
  52. - Update to 1.14.
  53. * Thu Sep 7 2006 Jose Pedro Oliveira <jpo at di.uminho.pt> - 1.13-3
  54. - Rebuild for FC6.
  55. * Mon Feb 20 2006 Jose Pedro Oliveira <jpo at di.uminho.pt> - 1.13-2
  56. - Rebuild for FC5 (perl 5.8.8).
  57. * Thu Oct 6 2005 Jose Pedro Oliveira <jpo at di.uminho.pt> - 1.13-1
  58. - Update to 1.13.
  59. * Fri Jul 1 2005 Jose Pedro Oliveira <jpo at di.uminho.pt> - 1.12-3
  60. - Dist tag.
  61. * Wed Apr 20 2005 Jose Pedro Oliveira <jpo at di.uminho.pt> - 0:1.12-0.fdr.2
  62. - Avoid .packlist creation with Module::Build >= 0.2609.
  63. * Tue Mar 1 2005 Jose Pedro Oliveira <jpo at di.uminho.pt> - 0:1.12-0.fdr.1
  64. - Update to 1.12.
  65. * Fri Nov 5 2004 Jose Pedro Oliveira <jpo at di.uminho.pt> - 0:1.11-0.fdr.1
  66. - Update to 1.11.
  67. * Sun Jul 04 2004 Jose Pedro Oliveira <jpo at di.uminho.pt> - 0:1.09-0.fdr.1
  68. - First build.