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