perl-Text-Glob-vl.spec 3.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114
  1. Name: perl-Text-Glob
  2. Version: 0.11
  3. Release: 1%{?_dist_release}
  4. Summary: Perl module to match globbing patterns against text
  5. License: GPL+ or Artistic
  6. Group: Development/Libraries
  7. URL: http://search.cpan.org/dist/Text-Glob/
  8. Source0: http://www.cpan.org/authors/id/R/RC/RCLAMP/Text-Glob-%{version}.tar.gz
  9. BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
  10. BuildArch: noarch
  11. BuildRequires: perl(ExtUtils::MakeMaker)
  12. BuildRequires: perl(Test::More)
  13. Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
  14. Vendor: Project Vine
  15. Distribution: Vine Linux
  16. %description
  17. Text::Glob implements glob(3) style matching that can be used to match
  18. against text, rather than fetching names from a filesystem. If you
  19. want to do full file globbing use the File::Glob module instead.
  20. %prep
  21. %setup -q -n Text-Glob-%{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} -type d -depth -exec rmdir {} 2>/dev/null ';'
  30. chmod -R u+w %{buildroot}/*
  31. %check
  32. make test
  33. %clean
  34. rm -rf %{buildroot}
  35. %files
  36. %defattr(-,root,root,-)
  37. %doc Changes
  38. %{perl_vendorlib}/Text
  39. %{_mandir}/man3/*
  40. %changelog
  41. * Fri May 17 2019 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> - 0.11-1
  42. - new upstream release.
  43. - rebuilt with perl-5.26.
  44. * Tue Dec 23 2014 Ryoichi INAGAKI <ryo1@toki.waseda.jp> - 0.09-3
  45. - rebuilt with perl 5.16.3
  46. * Mon Mar 28 2011 IWAI, Masaharu <iwai@alib.jp> 0.09-2
  47. - build for Vine Linux
  48. * Wed Mar 02 2011 Ralf Corsépius <corsepiu@fedoraproject.org> - 0.09-1
  49. - Upstream update.
  50. - Spec cleanup.
  51. * Wed Feb 09 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.08-11
  52. - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
  53. * Thu Dec 23 2010 Marcela Maslanova <mmaslano@redhat.com> - 0.08-10
  54. - 661697 rebuild for fixing problems with vendorach/lib
  55. * Fri May 07 2010 Marcela Maslanova <mmaslano@redhat.com> - 0.08-9
  56. - Mass rebuild with perl-5.12.0
  57. * Thu Feb 25 2010 Marcela Mašláňová <mmaslano@redhat.com> - 0.08-8
  58. - add readme
  59. * Fri Dec 4 2009 Stepan Kasal <skasal@redhat.com> - 0.08-7
  60. - rebuild against perl 5.10.1
  61. * Sun Jul 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.08-6
  62. - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
  63. * Thu Feb 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.08-5
  64. - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
  65. * Wed Feb 27 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 0.08-4
  66. - Rebuild for perl 5.10 (again)
  67. * Fri Jan 11 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 0.08-3
  68. - rebuild for new perl
  69. * Sat Aug 18 2007 Ralf Corsépius <rc040203@freenet.de> - 0.08-2
  70. - Update license tag.
  71. * Tue May 08 2007 Ralf Corsépius <rc040203@freenet.de> - 0.08-1
  72. - Upstream update.
  73. * Tue Sep 05 2006 Ralf Corsépius <rc040203@freenet.de> - 0.07-2
  74. - Mass rebuild.
  75. * Thu Jul 20 2006 Ralf Corsépius <rc040203@freenet.de> - 0.07-1
  76. - Upstream update.
  77. * Tue Feb 28 2006 Ralf Corsépius <rc040203@freenet.de> - 0.06-4
  78. - Rebuild for perl-5.8.8.
  79. * Wed Aug 10 2005 Ralf Corsepius <ralf@links2linux.de> - 0.06-3
  80. - Spec cleanup.
  81. * Wed Aug 10 2005 Ralf Corsepius <ralf@links2linux.de> - 0.06-2
  82. - FE resubmission.
  83. * Fri Jul 01 2005 Ralf Corsepius <ralf@links2linux.de> - 0.06-1
  84. - FE submission.