source: projects/specs/trunk/j/jcode.pl/jcode.pl-vl.spec @ 9318

Revision 9318, 1.9 KB checked in by inagaki, 9 years ago (diff)

2015-01-31 Ryoichi INAGAKI <ryo1@…>

  • freepqing, jcode.pl: rebuilt
  • which: applied bugfix from Vine Linux 6


Line 
1Summary:      Perl library for Japanese character code conversion
2Summary(ja):  日本語コード変換用 perl ライブラリ
3Name:         jcode.pl
4Version:      2.13
5Release:      5%{?_dist_release}
6License:      distributable
7Group:        Development/Libraries
8URL:          http://www.srekcah.org/jcode/
9Source0:      ftp://ftp.iij.ad.jp/pub/IIJ/dist/utashiro/perl/%{name}-%{version}
10Source1:      ftp://ftp.iij.ad.jp/pub/IIJ/dist/utashiro/perl/%{name}-history
11
12BuildArch:    noarch
13Buildroot:    %{_tmppath}/%{name}-%{version}-root
14Requires:     perl
15
16Vendor:       Project Vine
17Distribution: Vine Linux
18
19%description
20Perl library for Japanese character code conversion
21
22%description -l ja
23日本語コード変換用Perlライブラリ
24
25%prep
26%setup -T -c %{name}-%{version}
27%{__cp} -a %{SOURCE1} .
28
29%install
30%{__rm} -rf %{buildroot}
31%{__mkdir} -p %{buildroot}%{perl_vendorlib}
32%{__install} -m 0644 %{SOURCE0} %{buildroot}%{perl_vendorlib}/%{name}
33
34%clean
35%{__rm} -rf %{buildroot}
36
37%files
38%defattr(-,root,root)
39%doc %{name}-history
40%{perl_vendorlib}/%{name}
41
42%changelog
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
50* Thu Mar 25 2010 IWAI, Masaharu <iwai@alib.jp> 2.13-3
51- using %%{perl_vendorlib} macro
52
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
Note: See TracBrowser for help on using the repository browser.