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

Revision 521, 1.5 KB checked in by daisuke, 14 years ago (diff)

import VineSeed package specs

Line 
1Summary: Perl library for Japanese character code conversion
2Summary(ja): 日本語コード変換用Perlライブラリ
3Name: jcode.pl
4Version: 2.13
5Release: 2%{?_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
24%install
25rm -rf $RPM_BUILD_ROOT
26cp -a ${RPM_SOURCE_DIR}/%{name}-history .
27mkdir -p $RPM_BUILD_ROOT%{_libdir}/perl5/site_perl
28install -c -m 0644 ${RPM_SOURCE_DIR}/%{name}-%{version} $RPM_BUILD_ROOT%{_libdir}/perl5/site_perl/%{name}
29
30%clean
31rm -rf $RPM_BUILD_ROOT
32
33%files
34%defattr(-,root,root)
35%doc %{name}-history
36%{_libdir}/perl5/site_perl/%{name}
37
38%changelog
39* Sun Sep 28 2008 Shu KONNO <owa@bg.wakwak.com> 2.13-2vl5
40- applied new versioning policy, spec in utf-8
41
42* Sat Oct 20 2001 IWAI Masaharu <iwaim@cc.mbn.or.jp> 2.13-1vl1
43- first release for Vine (based RedHat7.1J 2.13-1)
44- added Url
45- added Requires: perl
46- changed Copyright
47- use RPM macros
48
49* Fri Jan 25 2001 Yukihiro Nakai <ynakai@redhat.com>
50- Update to 2.13
51- Change path
52
53* Fri Aug 04 2000 Satoru SATO <ssato@redhat.com>
54- rebuild for new glibc
55
56* Sat Mar 14 2000 Chris Ding <cding@redhat.com>
57- initial version
Note: See TracBrowser for help on using the repository browser.