perl-List-AllUtils-vl.spec 2.8 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495
  1. Name: perl-List-AllUtils
  2. Version: 0.04
  3. Release: 1%{?_dist_release}
  4. Summary: Combines List::Util and List::MoreUtils
  5. License: GPL+ or Artistic
  6. Group: Development/Libraries
  7. URL: http://search.cpan.org/dist/List-AllUtils/
  8. Source0: http://www.cpan.org/authors/id/D/DR/DROLSKY/List-AllUtils-%{version}.tar.gz
  9. BuildRoot: %{_tmppath}/%{name}-%{version}-root
  10. BuildArch: noarch
  11. BuildRequires: perl
  12. BuildRequires: perl(ExtUtils::MakeMaker)
  13. BuildRequires: perl(strict)
  14. BuildRequires: perl(warnings)
  15. # Run-time:
  16. BuildRequires: perl(base)
  17. BuildRequires: perl(Exporter)
  18. BuildRequires: perl(List::MoreUtils) >= 0.28
  19. BuildRequires: perl(List::Util)
  20. #BuildRequires: perl(List::Util) >= 1.31
  21. # Tests:
  22. BuildRequires: perl(File::Spec)
  23. BuildRequires: perl(IO::Handle)
  24. BuildRequires: perl(IPC::Open3)
  25. BuildRequires: perl(Test::More) >= 0.88
  26. # Test::NoTabs not used
  27. # Test::Pod::LinkCheck not used
  28. # Test::Portability::Files not used
  29. # Test::Spelling 0.12 not used
  30. # Test::Synopsis not used
  31. BuildRequires: perl(Test::Warnings)
  32. Requires: perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
  33. Vendor: Project Vine
  34. Distribution: Vine Linux
  35. %description
  36. Are you sick of trying to remember whether a particular helper is defined
  37. in List::Util or List::MoreUtils? I sure am. Now you don't have to remember.
  38. This module will export all of the functions that either of those two
  39. modules defines.
  40. %prep
  41. %setup -q -n List-AllUtils-%{version}
  42. %build
  43. perl Makefile.PL INSTALLDIRS=vendor
  44. make %{?_smp_mflags}
  45. %install
  46. make pure_install DESTDIR=$RPM_BUILD_ROOT
  47. find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \;
  48. %{_fixperms} $RPM_BUILD_ROOT/*
  49. %check
  50. make test
  51. %files
  52. %doc Changes LICENSE README
  53. %{perl_vendorlib}/*
  54. %{_mandir}/man3/*
  55. %changelog
  56. * Sun Dec 14 2014 Ryoichi INAGAKI <ryo1@toki.waseda.jp> - 0.04-1
  57. - inital build for Vine Linux
  58. (we use 0.04, which isn't the newest, due to version of List::Util)
  59. * Wed Oct 08 2014 Petr Pisar <ppisar@redhat.com> - 0.09-1
  60. - 0.09 bump
  61. * Fri Aug 29 2014 Jitka Plesnikova <jplesnik@redhat.com> - 0.08-3
  62. - Perl 5.20 rebuild
  63. * Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.08-2
  64. - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
  65. * Fri Apr 04 2014 Petr Pisar <ppisar@redhat.com> - 0.08-1
  66. - 0.08 bump
  67. * Tue Oct 15 2013 Petr Pisar <ppisar@redhat.com> - 0.07-1
  68. - 0.07 bump
  69. * Mon Sep 02 2013 Petr Pisar <ppisar@redhat.com> - 0.05-1
  70. - 0.05 bump
  71. * Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.03-3
  72. - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
  73. * Fri Jul 26 2013 Petr Pisar <ppisar@redhat.com> - 0.03-2
  74. - Perl 5.18 rebuild
  75. * Thu Mar 07 2013 Petr Pisar <ppisar@redhat.com> 0.03-1
  76. - Specfile autogenerated by cpanspec 1.78.