source: projects/specs/branches/6/j/jcode.pl/jcode.pl-vl.spec @ 5648

Revision 5648, 1.6 KB checked in by Takemikaduchi, 12 years ago (diff)

arpscan, aslookup, audacity, black-box, bookview, bumprace, gimp-help, js: new upstream release
libsrtp, gstreamer-filters: new package
others: rebuild

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