source: projects/specs/trunk/p/perl-Jcode/perl-Jcode-vl.spec @ 12121

Revision 12121, 2.9 KB checked in by tomop, 5 years ago (diff)

Merge branch 'tomop'

Line 
1%define real_name Jcode
2
3Summary: a Perl extension interface to convert Japanese text
4Summary(ja): さまざまな日本語文字コードを Perl で扱うための Module
5Name: perl-Jcode
6Version: 2.07
7Release: 3%{?_dist_release}
8License: Free (the same terms as Perl itself)
9Group: Development/Libraries
10Source0: ftp://ftp.cpan.org/pub/CPAN/modules/by-module/Net/%{real_name}-%{version}.tar.gz
11Requires: perl >= 2:5.26.2
12BuildRequires: perl >= 2:5.26.2
13Buildroot: %{_tmppath}/%{name}-%{version}-root
14BuildArch: noarch
15
16Vendor: Project Vine
17Distribution: Vine Linux
18
19%description
20This is a Perl module for using Japanese charset.
21
22%description -l ja
23さまざまな日本語文字コードを Perl で扱うための Module
24
25%prep
26%setup -q -n %{real_name}-%{version}
27
28%build
29perl Makefile.PL INSTALLDIRS=vendor NO_PACKLIST=1 NO_PERLLOCAL=1
30make
31
32%install
33rm -rf %{buildroot}
34make install DESTDIR=%{buildroot}
35             
36rm -f %{buildroot}%{perl_vendorarch}/mac_install.pl
37rm -f %{buildroot}%{perl_vendorarch}/win_install.pl
38
39%clean
40rm -rf %{buildroot}
41
42%check
43make test
44
45%files
46%defattr(-,root,root)
47%doc Changes MANIFEST README
48%{perl_vendorlib}/Jcode.pm
49%{perl_vendorlib}/Jcode
50%{_mandir}/man3/*3pm*
51
52%changelog
53* Sat May 25 2019 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 2.07-3
54- rebuilt with perl-5.26.
55
56* Tue Jul  1 2014 IWAI, Masaharu <iwaim.sub@gmail.com> 2.07-2
57- build with Perl 5.16
58- add Vendor and Distribution tags
59- clean up %%install section
60
61* Sat Apr 23 2011 IWAI, Masaharu <iwai@alib.jp> 2.07-1
62- new upstream release
63- update {,Build}Requires perl version: 5.8.1+
64
65* Sun Oct 25 2009 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.06-2
66- spec in UTF-8
67
68* Wed Apr 30 2008 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.06-1
69- applied new versioning policy
70
71* Fri Feb 16 2007 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.06-0vl1
72- new upstream release
73- changed Group to Development/Libraries
74- changed noarch
75
76* Sat Dec  4 2004 IWAI, Masaharu <iwai@alib.jp> 0.88-0vl1
77- build on perl-5.8.6-0vl1
78
79* Tue Nov 11 2003 IWAI, Masaharu <iwai@alib.jp> 0.83-0vl4
80- build with perl-5.8.2
81
82* Thu May  8 2003 IWAI Masaharu <iwai@alib.jp> 0.83-0vl3
83- drop scripts for installing on the MS Windows and MacOS
84
85* Tue May 06 2003 KOBAYASHI R. Taizo <tkoba@vinelinux.org> 0.83-0vl2
86- fixed install dir of perllocal.pod
87
88* Wed Apr 16 2003 IWAI Masaharu <iwai@alib.jp> 0.83-0vl1
89- update to 0.83
90- build with perl-5.8.0
91- eliminate perl-MIME-Base64 in {Build,}Requires
92
93* Sat Feb 15 2003 IWAI Masaharu <iwai@alib.jp> 0.82-0vl1
94- update to 0.82
95
96* Sun May 19 2002 IWAI Masaharu <iwaim@cc.mbn.or.jp> 0.80-0vl1
97- updated to 0.80
98- HISTORY -> Changes
99
100* Thu Sep 06 2001 Toru Sagami <sagami@vinelinux.org>
101- 0.75-0vl2: was ported to VineSeedPlus with minor spec fixes
102
103* Tue Jul 24 2001 Yasuhide OOMORI <dasen@icntv.ne.jp>
104- updated to 0.75
105
106* Thu Jun 14 2001 Yasuhide OOMORI <dasen@icntv.ne.jp>
107- fixed Copyright.
108
109* Thu Jun 14 2001 Yasuhide OOMORI <dasen@icntv.ne.jp>
110- first version of rpm.
111
112# end of file
Note: See TracBrowser for help on using the repository browser.