perl-B-Keywords-vl.spec 3.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127
  1. Name: perl-B-Keywords
  2. Version: 1.12
  3. Release: 2%{?_dist_release}
  4. Summary: Lists of reserved barewords and symbol names
  5. Group: Development/Libraries
  6. License: GPL+ or Artistic
  7. URL: http://search.cpan.org/dist/B-Keywords/
  8. Source0: http://search.cpan.org/CPAN/authors/id/R/RU/RURBAN/B-Keywords-%{version}.tar.gz
  9. BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(id -nu)
  10. BuildArch: noarch
  11. BuildRequires: perl(ExtUtils::MakeMaker)
  12. BuildRequires: perl(Test::More)
  13. BuildRequires: perl(YAML)
  14. Requires: perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
  15. Vendor: Project Vine
  16. Distribution: Vine Linux
  17. Packager: shaolin
  18. %description
  19. %{summary}.
  20. %prep
  21. %setup -q -n B-Keywords-%{version}
  22. %build
  23. perl Makefile.PL INSTALLDIRS=vendor
  24. make %{?_smp_mflags}
  25. %install
  26. rm -rf %{buildroot}
  27. make pure_install DESTDIR=%{buildroot}
  28. find %{buildroot} -type f -name .packlist -exec rm -f {} ';'
  29. find %{buildroot} -depth -type d -exec rmdir {} ';' 2>/dev/null
  30. %{_fixperms} %{buildroot}
  31. %check
  32. make test
  33. %clean
  34. rm -rf %{buildroot}
  35. %files
  36. %defattr(-,root,root,-)
  37. %doc Changes LICENSE
  38. %{perl_vendorlib}/B/
  39. %{_mandir}/man3/B::Keywords.3pm*
  40. %changelog
  41. * Thu Mar 01 2012 MATSUBAYASHI Kohji <shaolin@vinelinux.org> - 1.12-2
  42. - rebuild
  43. * Fri Feb 24 2012 MATSUBAYASHI Kohji <shaolin@vinelinux.org> - 1.12-1
  44. - initial build for Vine Linux
  45. * Fri Feb 10 2012 Paul Howarth <paul@city-fan.org> - 1.12-1
  46. - Update to 1.12
  47. - Add new keyword fc (Unicode casefolding) for 5.16
  48. - Added diag before each big t/11keywords.t loop
  49. - This release by RURBAN -> update source URL
  50. - Don't use macros for commands
  51. * Wed Jan 11 2012 Paul Howarth <paul@city-fan.org> - 1.11-1
  52. - Update to 1.11
  53. - Add new keywords for 5.16: __SUB__ and evalbytes
  54. - Use DESTDIR rather than PERL_INSTALL_ROOT
  55. * Wed Jun 29 2011 Marcela Mašláňová <mmaslano@redhat.com> - 1.10-3
  56. - Perl mass rebuild
  57. * Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.10-2
  58. - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
  59. * Sun Sep 5 2010 Paul Howarth <paul@city-fan.org> - 1.10-1
  60. - Update to 1.10 (fix typo in SYNOPSIS)
  61. - This release by FLORA -> update source URL
  62. * Thu Apr 29 2010 Marcela Maslanova <mmaslano@redhat.com> - 1.09-5
  63. - Mass rebuild with perl-5.12.0
  64. * Mon Dec 7 2009 Stepan Kasal <skasal@redhat.com> - 1.09-4
  65. - rebuild against perl 5.10.1
  66. * Sat Jul 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.09-3
  67. - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
  68. * Sat Mar 28 2009 Chris Weyl <cweyl@alumni.drew.edu> 1.09-2
  69. - BR Test -> Test::More
  70. * Sat Mar 28 2009 Chris Weyl <cweyl@alumni.drew.edu> 1.09-1
  71. - update to 1.09
  72. * Thu Feb 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.08-3
  73. - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
  74. * Sat May 31 2008 Chris Weyl <cweyl@alumni.drew.edu> 1.08-2
  75. - update buildrequires
  76. * Sat Mar 15 2008 Chris Weyl <cweyl@alumni.drew.edu> 1.08-1
  77. - update to 1.08
  78. * Thu Feb 28 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 1.06-4
  79. - Rebuild normally, second pass
  80. * Wed Feb 27 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 1.06-3
  81. - Rebuild for perl 5.10 (again), disable tests for first pass
  82. * Mon Jan 14 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 1.06-2
  83. - rebuild normally, second pass
  84. * Fri Jan 11 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 1.06-1.1
  85. - rebuild for new perl
  86. - disable Test-Pod-Coverage, tests for first pass
  87. * Thu Feb 15 2007 Jose Pedro Oliveira <jpo at di.uminho.pt> - 1.06-1
  88. - Update to 1.06.
  89. * Sat Jan 20 2007 Jose Pedro Oliveira <jpo at di.uminho.pt> - 1.05-1
  90. - First build.