jcode.pl-vl.spec 1.9 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071
  1. Summary: Perl library for Japanese character code conversion
  2. Summary(ja): 日本語コード変換用 perl ライブラリ
  3. Name: jcode.pl
  4. Version: 2.13
  5. Release: 5%{?_dist_release}
  6. License: distributable
  7. Group: Development/Libraries
  8. URL: http://www.srekcah.org/jcode/
  9. Source0: ftp://ftp.iij.ad.jp/pub/IIJ/dist/utashiro/perl/%{name}-%{version}
  10. Source1: ftp://ftp.iij.ad.jp/pub/IIJ/dist/utashiro/perl/%{name}-history
  11. BuildArch: noarch
  12. Buildroot: %{_tmppath}/%{name}-%{version}-root
  13. Requires: perl
  14. Vendor: Project Vine
  15. Distribution: Vine Linux
  16. %description
  17. Perl library for Japanese character code conversion
  18. %description -l ja
  19. 日本語コード変換用Perlライブラリ
  20. %prep
  21. %setup -T -c %{name}-%{version}
  22. %{__cp} -a %{SOURCE1} .
  23. %install
  24. %{__rm} -rf %{buildroot}
  25. %{__mkdir} -p %{buildroot}%{perl_vendorlib}
  26. %{__install} -m 0644 %{SOURCE0} %{buildroot}%{perl_vendorlib}/%{name}
  27. %clean
  28. %{__rm} -rf %{buildroot}
  29. %files
  30. %defattr(-,root,root)
  31. %doc %{name}-history
  32. %{perl_vendorlib}/%{name}
  33. %changelog
  34. * Sat Jan 31 2015 Ryoichi INAGAKI <ryo1@toki.waseda.jp> 2.13-5
  35. - rebuilt on current VineSeed
  36. - moved to Development/Libraries Group
  37. * Tue Feb 14 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.13-4
  38. - rebuild with Vine6 environment
  39. * Thu Mar 25 2010 IWAI, Masaharu <iwai@alib.jp> 2.13-3
  40. - using %%{perl_vendorlib} macro
  41. * Sun Sep 28 2008 Shu KONNO <owa@bg.wakwak.com> 2.13-2vl5
  42. - applied new versioning policy, spec in utf-8
  43. * Sat Oct 20 2001 IWAI Masaharu <iwaim@cc.mbn.or.jp> 2.13-1vl1
  44. - first release for Vine (based RedHat7.1J 2.13-1)
  45. - added Url
  46. - added Requires: perl
  47. - changed Copyright
  48. - use RPM macros
  49. * Fri Jan 25 2001 Yukihiro Nakai <ynakai@redhat.com>
  50. - Update to 2.13
  51. - Change path
  52. * Fri Aug 04 2000 Satoru SATO <ssato@redhat.com>
  53. - rebuild for new glibc
  54. * Sat Mar 14 2000 Chris Ding <cding@redhat.com>
  55. - initial version