123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657 |
- Summary: Perl library for Japanese character code conversion
- Summary(ja): 日本語コード変換用Perlライブラリ
- Name: jcode.pl
- Version: 2.13
- Release: 2%{?_dist_release}
- License: distributable
- Group: System Environment/Libraries
- Url: http://www.srekcah.org/jcode/
- Source0: ftp://ftp.iij.ad.jp/pub/IIJ/dist/utashiro/perl/%{name}-%{version}
- Source1: ftp://ftp.iij.ad.jp/pub/IIJ/dist/utashiro/perl/%{name}-history
- BuildArch: noarch
- Buildroot: %{_tmppath}/%{name}-%{version}-root
- Requires: perl
- %description
- Perl library for Japanese character code conversion
- %description -l ja
- 日本語コード変換用Perlライブラリ
- %prep
- %setup -T -c %{name}-%{version}
- %install
- rm -rf $RPM_BUILD_ROOT
- cp -a ${RPM_SOURCE_DIR}/%{name}-history .
- mkdir -p $RPM_BUILD_ROOT%{_libdir}/perl5/site_perl
- install -c -m 0644 ${RPM_SOURCE_DIR}/%{name}-%{version} $RPM_BUILD_ROOT%{_libdir}/perl5/site_perl/%{name}
- %clean
- rm -rf $RPM_BUILD_ROOT
- %files
- %defattr(-,root,root)
- %doc %{name}-history
- %{_libdir}/perl5/site_perl/%{name}
- %changelog
- * Sun Sep 28 2008 Shu KONNO <owa@bg.wakwak.com> 2.13-2vl5
- - applied new versioning policy, spec in utf-8
- * Sat Oct 20 2001 IWAI Masaharu <iwaim@cc.mbn.or.jp> 2.13-1vl1
- - first release for Vine (based RedHat7.1J 2.13-1)
- - added Url
- - added Requires: perl
- - changed Copyright
- - use RPM macros
- * Fri Jan 25 2001 Yukihiro Nakai <ynakai@redhat.com>
- - Update to 2.13
- - Change path
- * Fri Aug 04 2000 Satoru SATO <ssato@redhat.com>
- - rebuild for new glibc
- * Sat Mar 14 2000 Chris Ding <cding@redhat.com>
- - initial version
|