Compare commits
12 Commits
26fce75aea
...
f8442bb378
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
f8442bb378 | ||
|
|
1b8254c88f | ||
|
|
b38943b1b3 | ||
|
|
05a5fc48b3 | ||
|
|
6728c274bf | ||
|
|
fe2b5132e0 | ||
|
|
ee8afb736c | ||
|
|
021be532e8 | ||
|
|
db01776542 | ||
|
|
4791ae3bb3 | ||
|
|
307d310155 | ||
|
|
170a4d5726 |
Binary file not shown.
BIN
Unicode-Collate-1.31.tar.gz
Normal file
BIN
Unicode-Collate-1.31.tar.gz
Normal file
Binary file not shown.
@ -1,12 +1,11 @@
|
||||
%global base_name Unicode-Collate
|
||||
|
||||
Name: perl-Unicode-Collate
|
||||
Version: 1.27
|
||||
Release: 1
|
||||
%define mod_name Unicode-Collate
|
||||
Name: perl-%{mod_name}
|
||||
Version: 1.31
|
||||
Release: 3
|
||||
Summary: Unicode Collation Algorithm (UCA)
|
||||
License: (GPL+ or Artistic) and Unicode
|
||||
URL: http://search.cpan.org/dist/Unicode-Collate/
|
||||
Source0: http://www.cpan.org/authors/id/S/SA/SADAHIRO/Unicode-Collate-%{version}.tar.gz
|
||||
License: (GPL-1.0-or-later OR Artistic-1.0-Perl) AND Unicode-DFS-2016
|
||||
URL: http://search.cpan.org/dist/%{mod_name}/
|
||||
Source0: https://cpan.metacpan.org/authors/id/S/SA/SADAHIRO/%{mod_name}-%{version}.tar.gz
|
||||
|
||||
BuildRequires: gcc coreutils findutils make perl-devel perl-generators perl-interpreter
|
||||
BuildRequires: perl(Carp) perl(constant) perl(ExtUtils::MakeMaker) >= 6.76 perl(File::Spec)
|
||||
@ -22,7 +21,7 @@ or sort text in any writing system and language that can be represented with Uni
|
||||
%package_help
|
||||
|
||||
%prep
|
||||
%autosetup -n %{base_name}-%{version}
|
||||
%autosetup -n %{mod_name}-%{version}
|
||||
|
||||
rm Collate/Locale/*
|
||||
|
||||
@ -41,14 +40,6 @@ make pure_install DESTDIR=%{buildroot}
|
||||
%check
|
||||
make test
|
||||
|
||||
%pre
|
||||
|
||||
%preun
|
||||
|
||||
%post
|
||||
|
||||
%postun
|
||||
|
||||
%files
|
||||
%defattr(-,root,root)
|
||||
%doc Changes README
|
||||
@ -59,6 +50,24 @@ make test
|
||||
%{_mandir}/man3/*
|
||||
|
||||
%changelog
|
||||
* Thu Aug 8 2024 dongyuzhen <dongyuzhen@h-partners.com> - 1.31-3
|
||||
- correct license information
|
||||
|
||||
* Tue Oct 25 2022 zhoushuiqing <zhoushuiqing2@huawei.com> - 1.31-2
|
||||
- opitomize the specfile
|
||||
|
||||
* Mon Dec 13 2021 guozhaorui <guozhaorui1@huawei.com> - 1.31-1
|
||||
- update version to 1.31
|
||||
|
||||
* Fri Jan 29 2021 liudabo <liudabo1@huawei.com> - 1.29-1
|
||||
- upgrade version to 1.29
|
||||
|
||||
* Thu Dec 10 2020 shixuantong<shixuantong@huawei.com> - 1.27-2
|
||||
- Type: NA
|
||||
- ID: NA
|
||||
- SUG: NA
|
||||
- DESC:update source0
|
||||
|
||||
* Wed Jul 22 2020 dingyue<dingyue5@huawei.com> - 1.27-1
|
||||
- Type:bugfix
|
||||
- ID:NA
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
version_control: git
|
||||
src_repo: https://src.fedoraproject.org/rpms/perl-Unicode-Collate.git
|
||||
tag_prefix: "^perl-Unicode-Collate-"
|
||||
seperator: "."
|
||||
version_control: metacpan
|
||||
src_repo: Unicode-Collate
|
||||
tag_prefix: ^
|
||||
seperator: .
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user