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