perl-Regexp-Common-vl.spec 3.5 KB

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