Browse Source

perl-Jcode-2.07-3

Tomohiro "Tomo-p" KATO 4 years ago
parent
commit
5a3e539da3
1 changed files with 7 additions and 4 deletions
  1. 7 4
      p/perl-Jcode/perl-Jcode-vl.spec

+ 7 - 4
p/perl-Jcode/perl-Jcode-vl.spec

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