perl-Regexp-Common-vl.spec 3.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120
  1. Name: perl-Regexp-Common
  2. Version: 2013031301
  3. Release: 1%{?_dist_release}
  4. Summary: Regexp::Common Perl module
  5. # Old Artistic 1.0 is also valid, but we won't list it here since it is non-free.
  6. # Also, it would throw off the automated license check and flag this package.
  7. License: Artistic 2.0 or MIT or BSD
  8. Group: Development/Libraries
  9. URL: http://search.cpan.org/dist/Regexp-Common/
  10. Source0: http://www.cpan.org/authors/id/A/AB/ABIGAIL/Regexp-Common-%{version}.tar.gz
  11. BuildRoot: %{_tmppath}/%{name}-%{version}-root
  12. BuildArch: noarch
  13. BuildRequires: perl(ExtUtils::MakeMaker)
  14. # for improved tests
  15. BuildRequires: perl(Test::More)
  16. BuildRequires: perl(Test::Pod)
  17. BuildRequires: perl(Test::Pod::Coverage)
  18. Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
  19. Vendor: Project Vine
  20. Distribution: Vine Linux
  21. Packager: shaolin
  22. %description
  23. Regexp::Common - Provide commonly requested regular expressions
  24. %prep
  25. %setup -q -n Regexp-Common-%{version}
  26. %build
  27. %{__perl} Makefile.PL INSTALLDIRS=vendor
  28. make %{?_smp_mflags}
  29. %install
  30. rm -rf %{buildroot}
  31. make pure_install PERL_INSTALL_ROOT=%{buildroot}
  32. find %{buildroot} -type f -name .packlist -exec rm -f {} ';'
  33. find %{buildroot} -type d -depth -exec rmdir {} 2>/dev/null ';'
  34. chmod -R u+w %{buildroot}/*
  35. %check
  36. make test
  37. %clean
  38. rm -rf %{buildroot}
  39. %files
  40. %defattr(-,root,root,-)
  41. %doc TODO README
  42. %{perl_vendorlib}/Regexp
  43. %{_mandir}/man3/*
  44. %changelog
  45. * Fri Dec 19 2014 Ryoichi INAGAKI <ryo1@toki.waseda.jp> - 2013031301-1
  46. - rebuilt with perl 5.16.3
  47. * Thu Mar 01 2012 MATSUBAYASHI Kohji <shaolin@vinelinux.org> - 2011121001-1
  48. - initial build for Vine Linux
  49. * Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2011121001-2
  50. - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
  51. * Thu Dec 15 2011 Ralf Corsépius <corsepiu@fedoraproject.org> - 2011121001-1
  52. - Upstream update.
  53. * Mon Jun 20 2011 Marcela Mašláňová <mmaslano@redhat.com> - 2011041701-2
  54. - Perl mass rebuild
  55. * Sun Apr 17 2011 Ralf Corsépius <corsepiu@fedoraproject.org> - 2011041701-1
  56. - Upstream update.
  57. - Spec modernization.
  58. * Wed Feb 09 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2010010201-4
  59. - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
  60. * Tue Dec 21 2010 Marcela Maslanova <mmaslano@redhat.com> - 2010010201-3
  61. - 661697 rebuild for fixing problems with vendorach/lib
  62. * Thu May 06 2010 Marcela Maslanova <mmaslano@redhat.com> - 2010010201-2
  63. - Mass rebuild with perl-5.12.0
  64. * Mon Mar 08 2010 Ralf Corsépius <corsepiu@fedoraproject.org> - 2010010201-1
  65. - Upstream update.
  66. * Mon Dec 7 2009 Stepan Kasal <skasal@redhat.com> - 2.122-4
  67. - rebuild against perl 5.10.1
  68. * Sun Jul 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.122-3
  69. - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
  70. * Thu Feb 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.122-2
  71. - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
  72. * Thu May 29 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 2.122-1
  73. - update to 2.122
  74. - license change
  75. * Wed Mar 5 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 2.120-7
  76. - rebuild for new perl
  77. * Wed Aug 29 2007 Ralf Corsépius <rc040203@freenet.de> - 2.120-6
  78. - BR: perl(ExtUtils::MakeMaker).
  79. * Tue Sep 05 2006 Ralf Corsépius <rc040203@freenet.de> - 2.120-5
  80. - Mass rebuild.
  81. * Sat Feb 25 2006 Ralf Corsépius <rc040203@freenet.de> - 2.120-4
  82. - Rebuild for FC5/perl-5.8.8.
  83. * Thu Aug 20 2005 Ralf Corsepius <ralf@links2linux.de> - 2.120-3
  84. - Further spec cleanup.
  85. * Thu Aug 20 2005 Ralf Corsepius <ralf@links2linux.de> - 2.120-2
  86. - Spec cleanup.
  87. * Thu Aug 11 2005 Ralf Corsepius <ralf@links2linux.de> - 2.120-1
  88. - FE submission.