2022-10-25 02:07:43 +00:00
|
|
|
%define mod_name Encode-Locale
|
|
|
|
|
Name: perl-%{mod_name}
|
2019-09-30 11:12:06 -04:00
|
|
|
Version: 1.05
|
2022-12-20 19:34:18 +08:00
|
|
|
Release: 14
|
2019-09-30 11:12:06 -04:00
|
|
|
Summary: Determine the interfacing encoding
|
|
|
|
|
License: GPL+ or Artistic
|
2022-10-25 02:07:43 +00:00
|
|
|
URL: https://metacpan.org/release/%{mod_name}
|
|
|
|
|
Source0: https://cpan.metacpan.org/authors/id/G/GA/GAAS/%{mod_name}-%{version}.tar.gz
|
2019-09-30 11:12:06 -04:00
|
|
|
BuildArch: noarch
|
|
|
|
|
BuildRequires: findutils
|
|
|
|
|
BuildRequires: perl-interpreter, perl-generators, perl(ExtUtils::MakeMaker), perl(base)
|
|
|
|
|
BuildRequires: perl(Encode) >= 2, perl(Encode::Alias), perl(Exporter), perl(strict)
|
|
|
|
|
BuildRequires: perl(warnings), perl(I18N::Langinfo), perl(Test::More), perl(utf8)
|
2022-12-20 19:34:18 +08:00
|
|
|
BuildRequires: make
|
2019-09-30 11:12:06 -04:00
|
|
|
Requires: perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
|
|
|
|
|
Requires: perl(Encode) >= 2, perl(I18N::Langinfo), perl(warnings)
|
|
|
|
|
|
|
|
|
|
%description
|
|
|
|
|
The purpose of this Perl module is try determine what encodings should be used
|
|
|
|
|
when interfacing to various external interfaces.
|
|
|
|
|
|
|
|
|
|
%package help
|
2022-10-25 02:07:43 +00:00
|
|
|
Summary: Including man files for perl-%{mod_name}
|
2019-09-30 11:12:06 -04:00
|
|
|
Requires: man
|
|
|
|
|
BuildArch: noarch
|
|
|
|
|
|
|
|
|
|
%description help
|
2022-10-25 02:07:43 +00:00
|
|
|
This contains man files for the using of perl-%{mod_name}.
|
2019-09-30 11:12:06 -04:00
|
|
|
|
|
|
|
|
%prep
|
2022-10-25 02:07:43 +00:00
|
|
|
%autosetup -n %{mod_name}-%{version}
|
2019-09-30 11:12:06 -04:00
|
|
|
|
|
|
|
|
%build
|
|
|
|
|
%__perl Makefile.PL INSTALLDIRS=vendor NO_PACKLIST=1
|
|
|
|
|
%make_build
|
|
|
|
|
|
|
|
|
|
%install
|
|
|
|
|
%make_build pure_install DESTDIR=%{buildroot}
|
|
|
|
|
%{_fixperms} %{buildroot}/*
|
|
|
|
|
|
|
|
|
|
%check
|
|
|
|
|
make test
|
|
|
|
|
|
|
|
|
|
%files
|
|
|
|
|
%doc Changes README
|
|
|
|
|
%{perl_vendorlib}/Encode/
|
|
|
|
|
|
|
|
|
|
%files help
|
|
|
|
|
%{_mandir}/man3/*
|
|
|
|
|
|
|
|
|
|
%changelog
|
2022-12-20 19:34:18 +08:00
|
|
|
* Tue Dec 20 2022 huyubiao <huyubiao@huawei.com> - 1.05-14
|
|
|
|
|
- Add buildrequires make
|
|
|
|
|
|
2022-10-25 02:07:43 +00:00
|
|
|
* Tue Oct 25 2022 huyubiao <huyubiao@huawei.com> - 1.05-13
|
|
|
|
|
- define mod_name to opitomize the specfile
|
|
|
|
|
|
2019-09-30 11:12:06 -04:00
|
|
|
* Sat Sep 14 2019 wangjufeng<wangjufeng@huawei.com> - 1.05-12
|
|
|
|
|
- openEuler Debranding
|