Compare commits
No commits in common. "b38943b1b3c8d7356a3ee74b61a8956b50603d4d" and "26fce75aeabbf9ecf1f4a2d222aca389a4b99578" have entirely different histories.
b38943b1b3
...
26fce75aea
BIN
Unicode-Collate-1.27.tar.gz
Normal file
BIN
Unicode-Collate-1.27.tar.gz
Normal file
Binary file not shown.
Binary file not shown.
@ -1,11 +1,12 @@
|
|||||||
%define mod_name Unicode-Collate
|
%global base_name Unicode-Collate
|
||||||
Name: perl-%{mod_name}
|
|
||||||
Version: 1.31
|
Name: perl-Unicode-Collate
|
||||||
Release: 2
|
Version: 1.27
|
||||||
|
Release: 1
|
||||||
Summary: Unicode Collation Algorithm (UCA)
|
Summary: Unicode Collation Algorithm (UCA)
|
||||||
License: (GPL+ or Artistic) and Unicode
|
License: (GPL+ or Artistic) and Unicode
|
||||||
URL: http://search.cpan.org/dist/%{mod_name}/
|
URL: http://search.cpan.org/dist/Unicode-Collate/
|
||||||
Source0: https://cpan.metacpan.org/authors/id/S/SA/SADAHIRO/%{mod_name}-%{version}.tar.gz
|
Source0: http://www.cpan.org/authors/id/S/SA/SADAHIRO/Unicode-Collate-%{version}.tar.gz
|
||||||
|
|
||||||
BuildRequires: gcc coreutils findutils make perl-devel perl-generators perl-interpreter
|
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(Carp) perl(constant) perl(ExtUtils::MakeMaker) >= 6.76 perl(File::Spec)
|
||||||
@ -21,7 +22,7 @@ or sort text in any writing system and language that can be represented with Uni
|
|||||||
%package_help
|
%package_help
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%autosetup -n %{mod_name}-%{version}
|
%autosetup -n %{base_name}-%{version}
|
||||||
|
|
||||||
rm Collate/Locale/*
|
rm Collate/Locale/*
|
||||||
|
|
||||||
@ -40,6 +41,14 @@ make pure_install DESTDIR=%{buildroot}
|
|||||||
%check
|
%check
|
||||||
make test
|
make test
|
||||||
|
|
||||||
|
%pre
|
||||||
|
|
||||||
|
%preun
|
||||||
|
|
||||||
|
%post
|
||||||
|
|
||||||
|
%postun
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%doc Changes README
|
%doc Changes README
|
||||||
@ -50,21 +59,6 @@ make test
|
|||||||
%{_mandir}/man3/*
|
%{_mandir}/man3/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* 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
|
* Wed Jul 22 2020 dingyue<dingyue5@huawei.com> - 1.27-1
|
||||||
- Type:bugfix
|
- Type:bugfix
|
||||||
- ID:NA
|
- ID:NA
|
||||||
|
|||||||
@ -1,4 +1,4 @@
|
|||||||
version_control: metacpan
|
version_control: git
|
||||||
src_repo: Unicode-Collate
|
src_repo: https://src.fedoraproject.org/rpms/perl-Unicode-Collate.git
|
||||||
tag_prefix: ^
|
tag_prefix: "^perl-Unicode-Collate-"
|
||||||
seperator: .
|
seperator: "."
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user