perl-PerlIO-utf8_strict-vl.spec 3.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102
  1. Name: perl-PerlIO-utf8_strict
  2. Version: 0.007
  3. Release: 1%{?_dist_release}
  4. Summary: Fast and correct UTF-8 I/O
  5. License: GPL+ or Artistic
  6. Group: Development/Libraries
  7. URL: http://search.cpan.org/dist/PerlIO-utf8_strict/
  8. Source0: http://www.cpan.org/authors/id/L/LE/LEONT/PerlIO-utf8_strict-%{version}.tar.gz
  9. BuildRoot: %{_tmppath}/%{name}-%{version}-root
  10. BuildRequires: perl
  11. BuildRequires: perl(Module::Build)
  12. BuildRequires: perl(strict)
  13. BuildRequires: perl(warnings)
  14. # Run-time:
  15. BuildRequires: perl(XSLoader)
  16. # Tests:
  17. BuildRequires: perl(Carp)
  18. BuildRequires: perl(Exporter)
  19. BuildRequires: perl(File::Spec)
  20. BuildRequires: perl(File::Spec::Functions)
  21. BuildRequires: perl(IO::File)
  22. BuildRequires: perl(IO::Handle)
  23. BuildRequires: perl(IPC::Open3)
  24. # Pod::Coverage::TrustPod not used
  25. BuildRequires: perl(Test::Exception)
  26. BuildRequires: perl(Test::More)
  27. # Test::Pod 1.41 not used
  28. # Test::Pod::Coverage 1.08 not used
  29. BuildRequires: perl(utf8)
  30. Requires: perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
  31. Vendor: Project Vine
  32. Distribution: Vine Linux
  33. %{?perl_default_filter}
  34. %description
  35. This module provides a fast and correct UTF-8 PerlIO layer. Unlike perl's
  36. default :utf8 layer it checks the input for correctness.
  37. %prep
  38. %setup -q -n PerlIO-utf8_strict-%{version}
  39. %build
  40. %{__perl} Makefile.PL INSTALLDIRS=vendor
  41. make %{?_smp_mflags}
  42. %install
  43. make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT
  44. find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \;
  45. find $RPM_BUILD_ROOT -type f -name '*.bs' -size 0 -exec rm -f {} \;
  46. %{_fixperms} $RPM_BUILD_ROOT/*
  47. %check
  48. make test
  49. %files
  50. %license LICENSE
  51. %doc Changes README
  52. %{perl_vendorarch}/auto/*
  53. %{perl_vendorarch}/PerlIO*
  54. %{_mandir}/man3/*
  55. %changelog
  56. * Fri May 17 2019 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> - 0.007-1
  57. - new upstream release.
  58. - rebuilt with perl-5.26.
  59. * Sun Dec 07 2014 Ryoichi INAGAKI <ryo1@toki.waseda.jp> - 0.005-2
  60. - Inital package for Vine Linux
  61. * Wed Nov 12 2014 Petr Pisar <ppisar@redhat.com> - 0.005-1
  62. - 0.005 bump
  63. * Thu Aug 28 2014 Jitka Plesnikova <jplesnik@redhat.com> - 0.004-6
  64. - Perl 5.20 rebuild
  65. * Sun Aug 17 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.004-5
  66. - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
  67. * Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.004-4
  68. - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
  69. * Sun Aug 04 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.004-3
  70. - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
  71. * Mon Jul 22 2013 Petr Pisar <ppisar@redhat.com> - 0.004-2
  72. - Perl 5.18 rebuild
  73. * Thu Feb 28 2013 Petr Pisar <ppisar@redhat.com> - 0.004-1
  74. - 0.004 bump
  75. * Thu Feb 21 2013 Petr Pisar <ppisar@redhat.com> - 0.003-1
  76. - 0.003 bump
  77. * Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.002-2
  78. - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
  79. * Thu Sep 20 2012 Petr Pisar <ppisar@redhat.com> 0.002-1
  80. - Specfile autogenerated by cpanspec 1.78.