jcode.pl-vl.spec 1.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960
  1. Summary: Perl library for Japanese character code conversion
  2. Summary(ja): 日本語コード変換用Perlライブラリ
  3. Name: jcode.pl
  4. Version: 2.13
  5. Release: 3%{?_dist_release}
  6. License: distributable
  7. Group: System Environment/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. %description
  15. Perl library for Japanese character code conversion
  16. %description -l ja
  17. 日本語コード変換用Perlライブラリ
  18. %prep
  19. %setup -T -c %{name}-%{version}
  20. %{__cp} -a %{SOURCE1} .
  21. %install
  22. %{__rm} -rf %{buildroot}
  23. %{__mkdir} -p %{buildroot}%{perl_vendorlib}
  24. %{__install} -m 0644 %{SOURCE0} %{buildroot}%{perl_vendorlib}/%{name}
  25. %clean
  26. %{__rm} -rf %{buildroot}
  27. %files
  28. %defattr(-,root,root)
  29. %doc %{name}-history
  30. %{perl_vendorlib}/%{name}
  31. %changelog
  32. * Thu Mar 25 2010 IWAI, Masaharu <iwai@alib.jp> 2.13-3
  33. - using %%{perl_vendorlib} macro
  34. * Sun Sep 28 2008 Shu KONNO <owa@bg.wakwak.com> 2.13-2vl5
  35. - applied new versioning policy, spec in utf-8
  36. * Sat Oct 20 2001 IWAI Masaharu <iwaim@cc.mbn.or.jp> 2.13-1vl1
  37. - first release for Vine (based RedHat7.1J 2.13-1)
  38. - added Url
  39. - added Requires: perl
  40. - changed Copyright
  41. - use RPM macros
  42. * Fri Jan 25 2001 Yukihiro Nakai <ynakai@redhat.com>
  43. - Update to 2.13
  44. - Change path
  45. * Fri Aug 04 2000 Satoru SATO <ssato@redhat.com>
  46. - rebuild for new glibc
  47. * Sat Mar 14 2000 Chris Ding <cding@redhat.com>
  48. - initial version