perl-Text-Iconv-vl.spec 5.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157
  1. Name: perl-Text-Iconv
  2. Version: 1.7
  3. Release: 3%{?_dist_release}
  4. Summary: Perl interface to iconv() codeset conversion function
  5. Group: Development/Libraries
  6. License: GPL+ or Artistic
  7. URL: http://search.cpan.org/dist/Text-Iconv/
  8. Source0: http://www.cpan.org/authors/id/M/MP/MPIOTR/Text-Iconv-%{version}.tar.gz
  9. BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
  10. BuildRequires: perl(ExtUtils::MakeMaker)
  11. Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
  12. Vendor: Project Vine
  13. Distribution: Vine Linux
  14. Packager: shaolin
  15. %description
  16. The Text::Iconv module provides a Perl interface to the iconv()
  17. function as defined by the Single UNIX Specification. The convert()
  18. method converts the encoding of characters in the input string from
  19. the fromcode codeset to the tocode codeset, and returns the result.
  20. Settings of fromcode and tocode and their permitted combinations are
  21. implementation-dependent. Valid values are specified in the system
  22. documentation.
  23. %prep
  24. %setup -q -n Text-Iconv-%{version}
  25. %build
  26. %{__perl} Makefile.PL INSTALLDIRS=vendor OPTIMIZE="$RPM_OPT_FLAGS"
  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 f -name '*.bs' -a -size 0 -exec rm -f {} ';'
  33. find %{buildroot} -depth -type d -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 Changes README
  42. %{perl_vendorarch}/auto/Text/
  43. %{perl_vendorarch}/Text/
  44. %{_mandir}/man3/Text::Iconv.3*
  45. %changelog
  46. * Mon May 27 2019 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> - 1.7-3
  47. - rebuilt with perl-5.26.
  48. * Sun Nov 9 2014 Ryoichi INAGAKI <ryo1@toki.waseda.jp> - 1.7-2
  49. - rebuilt with perl 5.16.3
  50. * Thu Mar 01 2012 MATSUBAYASHI Kohji <shaolin@vinelinux.org> - 1.7-1
  51. - initial build for Vine Linux
  52. * Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.7-12
  53. - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
  54. * Fri Jun 17 2011 Marcela Mašláňová <mmaslano@redhat.com> - 1.7-11
  55. - Perl mass rebuild
  56. * Wed Feb 09 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.7-10
  57. - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
  58. * Thu Dec 23 2010 Marcela Maslanova <mmaslano@redhat.com> - 1.7-9
  59. - 661697 rebuild for fixing problems with vendorach/lib
  60. * Fri May 07 2010 Marcela Maslanova <mmaslano@redhat.com> - 1.7-8
  61. - Mass rebuild with perl-5.12.0
  62. * Fri Dec 4 2009 Stepan Kasal <skasal@redhat.com> - 1.7-7
  63. - rebuild against perl 5.10.1
  64. * Sun Jul 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.7-6
  65. - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
  66. * Thu Feb 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.7-5
  67. - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
  68. * Wed Feb 27 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 1.7-4
  69. - Rebuild for perl 5.10 (again)
  70. * Tue Feb 12 2008 Andreas Thienemann <athienem@redhat.com> - 1.7-3
  71. - Rebuilt against gcc-4.3
  72. * Mon Jan 28 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 1.7-2
  73. - rebuild for new perl
  74. * Wed Nov 7 2007 Marcela Maslanova <mmaslano@redhat.com> - 1.7-1
  75. - upgrade on 1.7
  76. - Resolves: rhbz#331011
  77. * Fri Aug 31 2007 Andreas Thienemann <andreas@bawue.net> - 1.5-1
  78. - Updated to new upstream release
  79. * Tue Apr 17 2007 Ville Skyttä <ville.skytta at iki.fi> - 1.4-6
  80. - BuildRequire perl(ExtUtils::MakeMaker).
  81. * Wed Aug 30 2006 Ville Skyttä <ville.skytta at iki.fi> - 1.4-5
  82. - Fix order of arguments to find(1).
  83. - Drop version from perl build dependency.
  84. * Thu Feb 16 2006 Ville Skyttä <ville.skytta at iki.fi> - 1.4-4
  85. - Rebuild.
  86. * Thu Jan 19 2006 Ville Skyttä <ville.skytta at iki.fi> - 1.4-3
  87. - Specfile cleanup.
  88. * Thu Apr 7 2005 Michael Schwendt <mschwendt[AT]users.sf.net> - 1.4-2
  89. - rebuilt
  90. * Sun Jul 18 2004 Ville Skyttä <ville.skytta at iki.fi> - 0:1.4-0.fdr.1
  91. - Update to 1.4, INSTALLDIRS= fixed upstream.
  92. * Tue Jun 29 2004 Ville Skyttä <ville.skytta at iki.fi> - 0:1.3-0.fdr.1
  93. - Update to 1.3, patch naughty upstream Makefile.PL so that INSTALLDIRS= works.
  94. - Avoid RPATH on < FC2.
  95. * Sun May 9 2004 Ville Skyttä <ville.skytta at iki.fi> - 0:1.2-0.fdr.7
  96. - BuildRequire perl >= 1:5.6.1-34.99.6 for support for vendor installdirs.
  97. - Use pure_install to avoid perllocal.pod workarounds.
  98. * Sun Apr 25 2004 Ville Skyttä <ville.skytta at iki.fi> - 0:1.2-0.fdr.6
  99. - Require perl(:MODULE_COMPAT_*).
  100. * Mon Feb 2 2004 Ville Skyttä <ville.skytta at iki.fi> - 0:1.2-0.fdr.5
  101. - Reduce directory ownership bloat.
  102. * Tue Dec 2 2003 Ville Skyttä <ville.skytta at iki.fi> - 0:1.2-0.fdr.4
  103. - Specfile cleanup.
  104. * Sun Aug 31 2003 Ville Skyttä <ville.skytta at iki.fi> - 0:1.2-0.fdr.3
  105. - Install into vendor dirs.
  106. * Fri Jul 4 2003 Ville Skyttä <ville.skytta at iki.fi> - 0:1.2-0.fdr.2
  107. - Fix dir ownerships and non-root strip during build.
  108. - Update description.
  109. * Wed May 7 2003 Ville Skyttä <ville.skytta at iki.fi> - 0:1.2-0.fdr.1
  110. - First Fedora release.