perl-Jcode-vl.spec 2.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112
  1. %define real_name Jcode
  2. Summary: a Perl extension interface to convert Japanese text
  3. Summary(ja): さまざまな日本語文字コードを Perl で扱うための Module
  4. Name: perl-Jcode
  5. Version: 2.07
  6. Release: 3%{?_dist_release}
  7. License: Free (the same terms as Perl itself)
  8. Group: Development/Libraries
  9. Source0: ftp://ftp.cpan.org/pub/CPAN/modules/by-module/Net/%{real_name}-%{version}.tar.gz
  10. Requires: perl >= 2:5.26.2
  11. BuildRequires: perl >= 2:5.26.2
  12. Buildroot: %{_tmppath}/%{name}-%{version}-root
  13. BuildArch: noarch
  14. Vendor: Project Vine
  15. Distribution: Vine Linux
  16. %description
  17. This is a Perl module for using Japanese charset.
  18. %description -l ja
  19. さまざまな日本語文字コードを Perl で扱うための Module
  20. %prep
  21. %setup -q -n %{real_name}-%{version}
  22. %build
  23. perl Makefile.PL INSTALLDIRS=vendor NO_PACKLIST=1 NO_PERLLOCAL=1
  24. make
  25. %install
  26. rm -rf %{buildroot}
  27. make install DESTDIR=%{buildroot}
  28. rm -f %{buildroot}%{perl_vendorarch}/mac_install.pl
  29. rm -f %{buildroot}%{perl_vendorarch}/win_install.pl
  30. %clean
  31. rm -rf %{buildroot}
  32. %check
  33. make test
  34. %files
  35. %defattr(-,root,root)
  36. %doc Changes MANIFEST README
  37. %{perl_vendorlib}/Jcode.pm
  38. %{perl_vendorlib}/Jcode
  39. %{_mandir}/man3/*3pm*
  40. %changelog
  41. * Sat May 25 2019 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 2.07-3
  42. - rebuilt with perl-5.26.
  43. * Tue Jul 1 2014 IWAI, Masaharu <iwaim.sub@gmail.com> 2.07-2
  44. - build with Perl 5.16
  45. - add Vendor and Distribution tags
  46. - clean up %%install section
  47. * Sat Apr 23 2011 IWAI, Masaharu <iwai@alib.jp> 2.07-1
  48. - new upstream release
  49. - update {,Build}Requires perl version: 5.8.1+
  50. * Sun Oct 25 2009 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.06-2
  51. - spec in UTF-8
  52. * Wed Apr 30 2008 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.06-1
  53. - applied new versioning policy
  54. * Fri Feb 16 2007 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.06-0vl1
  55. - new upstream release
  56. - changed Group to Development/Libraries
  57. - changed noarch
  58. * Sat Dec 4 2004 IWAI, Masaharu <iwai@alib.jp> 0.88-0vl1
  59. - build on perl-5.8.6-0vl1
  60. * Tue Nov 11 2003 IWAI, Masaharu <iwai@alib.jp> 0.83-0vl4
  61. - build with perl-5.8.2
  62. * Thu May 8 2003 IWAI Masaharu <iwai@alib.jp> 0.83-0vl3
  63. - drop scripts for installing on the MS Windows and MacOS
  64. * Tue May 06 2003 KOBAYASHI R. Taizo <tkoba@vinelinux.org> 0.83-0vl2
  65. - fixed install dir of perllocal.pod
  66. * Wed Apr 16 2003 IWAI Masaharu <iwai@alib.jp> 0.83-0vl1
  67. - update to 0.83
  68. - build with perl-5.8.0
  69. - eliminate perl-MIME-Base64 in {Build,}Requires
  70. * Sat Feb 15 2003 IWAI Masaharu <iwai@alib.jp> 0.82-0vl1
  71. - update to 0.82
  72. * Sun May 19 2002 IWAI Masaharu <iwaim@cc.mbn.or.jp> 0.80-0vl1
  73. - updated to 0.80
  74. - HISTORY -> Changes
  75. * Thu Sep 06 2001 Toru Sagami <sagami@vinelinux.org>
  76. - 0.75-0vl2: was ported to VineSeedPlus with minor spec fixes
  77. * Tue Jul 24 2001 Yasuhide OOMORI <dasen@icntv.ne.jp>
  78. - updated to 0.75
  79. * Thu Jun 14 2001 Yasuhide OOMORI <dasen@icntv.ne.jp>
  80. - fixed Copyright.
  81. * Thu Jun 14 2001 Yasuhide OOMORI <dasen@icntv.ne.jp>
  82. - first version of rpm.
  83. # end of file