|
|
@ -1,30 +1,32 @@
|
|
|
|
Name: perl-Unicode-Collate
|
|
|
|
Name: perl-Unicode-Collate
|
|
|
|
Version: 1.29
|
|
|
|
Version: 1.20
|
|
|
|
Release: 4%{?dist}
|
|
|
|
Release: 1%{?dist}
|
|
|
|
Summary: Unicode Collation Algorithm
|
|
|
|
Summary: Unicode Collation Algorithm
|
|
|
|
# Collate/allkeys.txt: Unicode (the file contains a link to
|
|
|
|
# Collate/allkeys.txt: Unicode (the file contains a link to
|
|
|
|
# <http://www.unicode.org/terms_of_use.html>)
|
|
|
|
# <http://www.unicode.org/terms_of_use.html>)
|
|
|
|
# other files: GPL+ or Artistic
|
|
|
|
# other files: GPL+ or Artistic
|
|
|
|
License: (GPL+ or Artistic) and Unicode
|
|
|
|
License: (GPL+ or Artistic) and Unicode
|
|
|
|
URL: https://metacpan.org/release/Unicode-Collate
|
|
|
|
Group: Development/Libraries
|
|
|
|
Source0: https://cpan.metacpan.org/authors/id/S/SA/SADAHIRO/Unicode-Collate-%{version}.tar.gz
|
|
|
|
URL: http://search.cpan.org/dist/Unicode-Collate/
|
|
|
|
BuildRequires: coreutils
|
|
|
|
Source0: http://www.cpan.org/authors/id/S/SA/SADAHIRO/Unicode-Collate-%{version}.tar.gz
|
|
|
|
|
|
|
|
# Adapt to Perl without "." im @INC, CPAN RT#121664
|
|
|
|
|
|
|
|
Patch0: Unicode-Collate-1.20-Fixes-for-removal-dot-from-INC.patch
|
|
|
|
BuildRequires: gcc
|
|
|
|
BuildRequires: gcc
|
|
|
|
BuildRequires: findutils
|
|
|
|
BuildRequires: findutils
|
|
|
|
BuildRequires: make
|
|
|
|
BuildRequires: make
|
|
|
|
|
|
|
|
BuildRequires: perl-interpreter
|
|
|
|
BuildRequires: perl-devel
|
|
|
|
BuildRequires: perl-devel
|
|
|
|
BuildRequires: perl-generators
|
|
|
|
BuildRequires: perl-generators
|
|
|
|
BuildRequires: perl-interpreter
|
|
|
|
|
|
|
|
BuildRequires: perl(Carp)
|
|
|
|
BuildRequires: perl(Carp)
|
|
|
|
BuildRequires: perl(constant)
|
|
|
|
BuildRequires: perl(constant)
|
|
|
|
BuildRequires: perl(ExtUtils::MakeMaker) >= 6.76
|
|
|
|
BuildRequires: perl(ExtUtils::MakeMaker)
|
|
|
|
BuildRequires: perl(File::Spec)
|
|
|
|
BuildRequires: perl(File::Spec)
|
|
|
|
BuildRequires: perl(strict)
|
|
|
|
BuildRequires: perl(strict)
|
|
|
|
BuildRequires: perl(warnings)
|
|
|
|
BuildRequires: perl(warnings)
|
|
|
|
# Run-time:
|
|
|
|
# Run-time:
|
|
|
|
BuildRequires: perl(base)
|
|
|
|
BuildRequires: perl(base)
|
|
|
|
|
|
|
|
BuildRequires: perl(DynaLoader)
|
|
|
|
BuildRequires: perl(Unicode::Normalize)
|
|
|
|
BuildRequires: perl(Unicode::Normalize)
|
|
|
|
BuildRequires: perl(XSLoader)
|
|
|
|
|
|
|
|
Requires: perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
|
|
|
|
Requires: perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
|
|
|
|
Requires: perl(Unicode::Normalize)
|
|
|
|
Requires: perl(Unicode::Normalize)
|
|
|
|
Conflicts: perl < 4:5.22.0-347
|
|
|
|
Conflicts: perl < 4:5.22.0-347
|
|
|
@ -35,10 +37,11 @@ Collation Algorithm).
|
|
|
|
|
|
|
|
|
|
|
|
%prep
|
|
|
|
%prep
|
|
|
|
%setup -q -n Unicode-Collate-%{version}
|
|
|
|
%setup -q -n Unicode-Collate-%{version}
|
|
|
|
|
|
|
|
%patch0 -p1
|
|
|
|
|
|
|
|
|
|
|
|
# Remove pregenerated files
|
|
|
|
# Remove pregenerated files
|
|
|
|
rm Collate/Locale/*
|
|
|
|
rm Collate/Locale/*
|
|
|
|
# Collate/CJK/Korean.pm is an input for the mklocale script, do not remove it
|
|
|
|
# Collate/CJK/Korean.pm is input for mklocale script, do not remove it here
|
|
|
|
|
|
|
|
|
|
|
|
%build
|
|
|
|
%build
|
|
|
|
# Regenerate code from Collate/allkeys.txt whose authority is
|
|
|
|
# Regenerate code from Collate/allkeys.txt whose authority is
|
|
|
@ -47,11 +50,12 @@ perl mklocale
|
|
|
|
mv Locale/*.pl Collate/Locale
|
|
|
|
mv Locale/*.pl Collate/Locale
|
|
|
|
mv Korean.pm Collate/CJK
|
|
|
|
mv Korean.pm Collate/CJK
|
|
|
|
|
|
|
|
|
|
|
|
perl Makefile.PL INSTALLDIRS=vendor NO_PACKLIST=1 NO_PERLLOCAL=1 OPTIMIZE="$RPM_OPT_FLAGS"
|
|
|
|
perl Makefile.PL INSTALLDIRS=vendor OPTIMIZE="$RPM_OPT_FLAGS"
|
|
|
|
%{make_build}
|
|
|
|
make %{?_smp_mflags}
|
|
|
|
|
|
|
|
|
|
|
|
%install
|
|
|
|
%install
|
|
|
|
%{make_install}
|
|
|
|
make pure_install DESTDIR=$RPM_BUILD_ROOT
|
|
|
|
|
|
|
|
find $RPM_BUILD_ROOT -type f -name .packlist -delete
|
|
|
|
find $RPM_BUILD_ROOT -type f -name '*.bs' -size 0 -delete
|
|
|
|
find $RPM_BUILD_ROOT -type f -name '*.bs' -size 0 -delete
|
|
|
|
%{_fixperms} $RPM_BUILD_ROOT/*
|
|
|
|
%{_fixperms} $RPM_BUILD_ROOT/*
|
|
|
|
|
|
|
|
|
|
|
@ -65,81 +69,9 @@ make test
|
|
|
|
%{_mandir}/man3/*
|
|
|
|
%{_mandir}/man3/*
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
* Mon Aug 09 2021 Mohan Boddu <mboddu@redhat.com> - 1.29-4
|
|
|
|
|
|
|
|
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
|
|
|
|
|
|
|
|
Related: rhbz#1991688
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Fri Apr 16 2021 Mohan Boddu <mboddu@redhat.com> - 1.29-3
|
|
|
|
|
|
|
|
- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.29-2
|
|
|
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Tue Sep 29 2020 Jitka Plesnikova <jplesnik@redhat.com> - 1.29-1
|
|
|
|
|
|
|
|
- 1.29 bump
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Wed Sep 23 2020 Jitka Plesnikova <jplesnik@redhat.com> - 1.28-1
|
|
|
|
|
|
|
|
- 1.28 bump
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Tue Jul 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.27-457
|
|
|
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Mon Jun 22 2020 Jitka Plesnikova <jplesnik@redhat.com> - 1.27-456
|
|
|
|
|
|
|
|
- Increase release to favour standalone package
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Thu Feb 06 2020 Tom Stellard <tstellar@redhat.com> - 1.27-441
|
|
|
|
|
|
|
|
- Spec file cleanups: Use make_build and make_install macros
|
|
|
|
|
|
|
|
- https://docs.fedoraproject.org/en-US/packaging-guidelines/#_parallel_make
|
|
|
|
|
|
|
|
- https://fedoraproject.org/wiki/Perl/Tips#ExtUtils::MakeMake
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Thu Jan 30 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.27-440
|
|
|
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Fri Jul 26 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.27-439
|
|
|
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Thu May 30 2019 Jitka Plesnikova <jplesnik@redhat.com> - 1.27-438
|
|
|
|
|
|
|
|
- Increase release to favour standalone package
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Sat Feb 02 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.27-2
|
|
|
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Thu Jan 03 2019 Petr Pisar <ppisar@redhat.com> - 1.27-1
|
|
|
|
|
|
|
|
- 1.27 bump
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.25-417
|
|
|
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Wed Jun 27 2018 Jitka Plesnikova <jplesnik@redhat.com> - 1.25-416
|
|
|
|
|
|
|
|
- Increase release to favour standalone package
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Fri Feb 09 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.25-2
|
|
|
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Thu Nov 23 2017 Petr Pisar <ppisar@redhat.com> - 1.25-1
|
|
|
|
|
|
|
|
- 1.25 bump
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Tue Nov 21 2017 Petr Pisar <ppisar@redhat.com> - 1.24-1
|
|
|
|
|
|
|
|
- 1.24 bump
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Mon Nov 13 2017 Petr Pisar <ppisar@redhat.com> - 1.23-1
|
|
|
|
|
|
|
|
- 1.23 bump
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Mon Nov 06 2017 Petr Pisar <ppisar@redhat.com> - 1.21-1
|
|
|
|
|
|
|
|
- 1.21 bump
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Fri Nov 03 2017 Petr Pisar <ppisar@redhat.com> - 1.20-1
|
|
|
|
* Fri Nov 03 2017 Petr Pisar <ppisar@redhat.com> - 1.20-1
|
|
|
|
- 1.20 bump
|
|
|
|
- 1.20 bump
|
|
|
|
|
|
|
|
|
|
|
|
* Thu Aug 03 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.19-395
|
|
|
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.19-394
|
|
|
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Sat Jun 03 2017 Jitka Plesnikova <jplesnik@redhat.com> - 1.19-393
|
|
|
|
|
|
|
|
- Perl 5.26 rebuild
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Mon May 15 2017 Jitka Plesnikova <jplesnik@redhat.com> - 1.19-3
|
|
|
|
* Mon May 15 2017 Jitka Plesnikova <jplesnik@redhat.com> - 1.19-3
|
|
|
|
- Fixes for removal '.' from @INC in Perl 5.26
|
|
|
|
- Fixes for removal '.' from @INC in Perl 5.26
|
|
|
|
|
|
|
|
|
|
|
|