1.24 bump
This commit is contained in:
parent
f3c4c4775d
commit
cc81e7047a
1
.gitignore
vendored
1
.gitignore
vendored
@ -8,3 +8,4 @@
|
||||
/Unicode-Collate-1.20.tar.gz
|
||||
/Unicode-Collate-1.21.tar.gz
|
||||
/Unicode-Collate-1.23.tar.gz
|
||||
/Unicode-Collate-1.24.tar.gz
|
||||
|
@ -1,14 +1,14 @@
|
||||
Name: perl-Unicode-Collate
|
||||
Version: 1.23
|
||||
Version: 1.24
|
||||
Release: 1%{?dist}
|
||||
Summary: Unicode Collation Algorithm
|
||||
# Collate/allkeys.txt: Unicode (the file contains a link to
|
||||
# <http://www.unicode.org/terms_of_use.html>)
|
||||
# other files: GPL+ or Artistic
|
||||
License: (GPL+ or Artistic) and Unicode
|
||||
Group: Development/Libraries
|
||||
URL: http://search.cpan.org/dist/Unicode-Collate/
|
||||
Source0: http://www.cpan.org/authors/id/S/SA/SADAHIRO/Unicode-Collate-%{version}.tar.gz
|
||||
BuildRequires: coreutils
|
||||
BuildRequires: gcc
|
||||
BuildRequires: findutils
|
||||
BuildRequires: make
|
||||
@ -17,14 +17,14 @@ BuildRequires: perl-generators
|
||||
BuildRequires: perl-interpreter
|
||||
BuildRequires: perl(Carp)
|
||||
BuildRequires: perl(constant)
|
||||
BuildRequires: perl(ExtUtils::MakeMaker)
|
||||
BuildRequires: perl(ExtUtils::MakeMaker) >= 6.76
|
||||
BuildRequires: perl(File::Spec)
|
||||
BuildRequires: perl(strict)
|
||||
BuildRequires: perl(warnings)
|
||||
# Run-time:
|
||||
BuildRequires: perl(base)
|
||||
BuildRequires: perl(DynaLoader)
|
||||
BuildRequires: perl(Unicode::Normalize)
|
||||
BuildRequires: perl(XSLoader)
|
||||
Requires: perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
|
||||
Requires: perl(Unicode::Normalize)
|
||||
Conflicts: perl < 4:5.22.0-347
|
||||
@ -47,12 +47,11 @@ perl mklocale
|
||||
mv Locale/*.pl Collate/Locale
|
||||
mv Korean.pm Collate/CJK
|
||||
|
||||
perl Makefile.PL INSTALLDIRS=vendor OPTIMIZE="$RPM_OPT_FLAGS"
|
||||
perl Makefile.PL INSTALLDIRS=vendor NO_PACKLIST=1 OPTIMIZE="$RPM_OPT_FLAGS"
|
||||
make %{?_smp_mflags}
|
||||
|
||||
%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
|
||||
%{_fixperms} $RPM_BUILD_ROOT/*
|
||||
|
||||
@ -66,6 +65,9 @@ make test
|
||||
%{_mandir}/man3/*
|
||||
|
||||
%changelog
|
||||
* 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
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (Unicode-Collate-1.23.tar.gz) = 679b11fc4a1070c616dda04bead0635a7f890ac387191550c0f23f37588b07bc852e52046b2906b90f97e73e1e748d68e2eef713d4d44b0a14dcfaf9019cdf0b
|
||||
SHA512 (Unicode-Collate-1.24.tar.gz) = 7963639ad74d8e2e1a7dd53490495bbc7a8076d2ed7e142645b6774cdb3baa3edb184ec591cc3c424dbddc275dee51fa3899312360e5940788493302e77532b3
|
||||
|
Loading…
Reference in New Issue
Block a user