perl-Unicode-Collate/perl-Unicode-Collate.spec

94 lines
2.3 KiB
RPMSpec
Raw Normal View History

2019-09-30 11:13:35 -04:00
%global base_name Unicode-Collate
Name: perl-Unicode-Collate
2021-12-06 10:02:50 +08:00
Version: 1.31
2021-01-29 11:00:59 +08:00
Release: 1
2019-09-30 11:13:35 -04:00
Summary: Unicode Collation Algorithm (UCA)
License: (GPL+ or Artistic) and Unicode
URL: http://search.cpan.org/dist/Unicode-Collate/
2020-12-10 11:35:35 +08:00
Source0: https://cpan.metacpan.org/authors/id/S/SA/SADAHIRO/Unicode-Collate-%{version}.tar.gz
2019-09-30 11:13:35 -04:00
BuildRequires: gcc coreutils findutils make perl-devel perl-generators perl-interpreter
BuildRequires: perl(Carp) perl(constant) perl(ExtUtils::MakeMaker) >= 6.76 perl(File::Spec)
BuildRequires: perl(strict) perl(warnings) perl(base) perl(Unicode::Normalize) perl(XSLoader)
Requires: perl(Unicode::Normalize) perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
Conflicts: perl < 4:5.22.0-347
%description
The package is an algorithm defined in Unicode Technical Report #10, which defines a
customizable method to compare two strings. These comparisons can then be used to collate
or sort text in any writing system and language that can be represented with Unicode.
%package_help
%prep
%autosetup -n %{base_name}-%{version}
rm Collate/Locale/*
%build
perl mklocale
mv Locale/*.pl Collate/Locale
mv Korean.pm Collate/CJK
perl Makefile.PL INSTALLDIRS=vendor NO_PACKLIST=1 OPTIMIZE="$RPM_OPT_FLAGS"
%make_build
%install
make pure_install DESTDIR=%{buildroot}
%{_fixperms} %{buildroot}/*
%check
make test
%pre
%preun
%post
%postun
%files
%defattr(-,root,root)
%doc Changes README
%{perl_vendorarch}/auto/*
%{perl_vendorarch}/Unicode*
%files help
%{_mandir}/man3/*
%changelog
2021-12-06 10:02:50 +08:00
* Mon Dec 6 2021 guozhaorui <guozhaorui1@huawei.com> - 1.31-1
- update version to 1.31
2021-01-29 11:00:59 +08:00
* Fri Jan 29 2021 liudabo <liudabo1@huawei.com> - 1.29-1
- upgrade version to 1.29
2020-12-10 11:35:35 +08:00
* Thu Dec 10 2020 shixuantong<shixuantong@huawei.com> - 1.27-2
- Type: NA
- ID: NA
- SUG: NA
- DESC:update source0
2020-07-23 18:51:34 +08:00
* Wed Jul 22 2020 dingyue<dingyue5@huawei.com> - 1.27-1
- Type:bugfix
- ID:NA
- SUG:NA
- DESC:fix spec rule in openeuler
2019-09-30 11:13:35 -04:00
* Fri Sep 27 2019 chengquan<chengquan3@huawei.com> - 1.25-3
- Type:bugfix
- ID:NA
- SUG:NA
- DESC:fix spec rule in openeuler
* Fri Sep 20 2019 chengquan<chengquan3@huawei.com> - 1.25-2
- Type:bugfix
- ID:NA
- SUG:NA
- DESC:revise requires in openeuler
* Mon Sep 16 2019 openEuler Buildteam <buildteam@openeuler.org> - 1.25-1
- Package init