|
@@ -4,12 +4,12 @@ Summary: a Perl extension interface to convert Japanese text
|
|
Summary(ja): さまざまな日本語文字コードを Perl で扱うための Module
|
|
Summary(ja): さまざまな日本語文字コードを Perl で扱うための Module
|
|
Name: perl-Jcode
|
|
Name: perl-Jcode
|
|
Version: 2.07
|
|
Version: 2.07
|
|
-Release: 2%{?_dist_release}
|
|
+Release: 3%{?_dist_release}
|
|
License: Free (the same terms as Perl itself)
|
|
License: Free (the same terms as Perl itself)
|
|
Group: Development/Libraries
|
|
Group: Development/Libraries
|
|
Source0: ftp://ftp.cpan.org/pub/CPAN/modules/by-module/Net/%{real_name}-%{version}.tar.gz
|
|
Source0: ftp://ftp.cpan.org/pub/CPAN/modules/by-module/Net/%{real_name}-%{version}.tar.gz
|
|
-Requires: perl >= 5.8.1
|
|
+Requires: perl >= 2:5.26.2
|
|
-BuildRequires: perl >= 5.8.1
|
|
+BuildRequires: perl >= 2:5.26.2
|
|
Buildroot: %{_tmppath}/%{name}-%{version}-root
|
|
Buildroot: %{_tmppath}/%{name}-%{version}-root
|
|
BuildArch: noarch
|
|
BuildArch: noarch
|
|
|
|
|
|
@@ -26,7 +26,7 @@ This is a Perl module for using Japanese charset.
|
|
%setup -q -n %{real_name}-%{version}
|
|
%setup -q -n %{real_name}-%{version}
|
|
|
|
|
|
%build
|
|
%build
|
|
-perl Makefile.PL INSTALLDIRS=vendor
|
|
+perl Makefile.PL INSTALLDIRS=vendor NO_PACKLIST=1 NO_PERLLOCAL=1
|
|
make
|
|
make
|
|
|
|
|
|
%install
|
|
%install
|
|
@@ -50,6 +50,9 @@ make test
|
|
%{_mandir}/man3/*3pm*
|
|
%{_mandir}/man3/*3pm*
|
|
|
|
|
|
%changelog
|
|
%changelog
|
|
|
|
+* Sat May 25 2019 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 2.07-3
|
|
|
|
+- rebuilt with perl-5.26.
|
|
|
|
+
|
|
* Tue Jul 1 2014 IWAI, Masaharu <iwaim.sub@gmail.com> 2.07-2
|
|
* Tue Jul 1 2014 IWAI, Masaharu <iwaim.sub@gmail.com> 2.07-2
|
|
- build with Perl 5.16
|
|
- build with Perl 5.16
|
|
- add Vendor and Distribution tags
|
|
- add Vendor and Distribution tags
|