Compare commits

..

2 Commits
rawhide ... f33

Author SHA1 Message Date
Jitka Plesnikova 443c1bea38 1.29 bump 2020-09-29 12:27:30 +02:00
Jitka Plesnikova 82d07596d6 1.28 bump 2020-09-23 07:40:46 +02:00
7 changed files with 9 additions and 96 deletions

View File

@ -1 +0,0 @@
1

2
.gitignore vendored
View File

@ -13,5 +13,3 @@
/Unicode-Collate-1.27.tar.gz
/Unicode-Collate-1.28.tar.gz
/Unicode-Collate-1.29.tar.gz
/Unicode-Collate-1.30.tar.gz
/Unicode-Collate-1.31.tar.gz

View File

@ -1,7 +0,0 @@
--- !Policy
product_versions:
- fedora-*
decision_context: bodhi_update_push_stable
subject_type: koji_build
rules:
- !PassingTestCaseRule {test_case_name: fedora-ci.koji-build.tier0.functional}

View File

@ -1,11 +1,11 @@
Name: perl-Unicode-Collate
Version: 1.31
Release: 502%{?dist}
Version: 1.29
Release: 1%{?dist}
Summary: Unicode Collation Algorithm
# Collate/allkeys.txt: Unicode-DFS-2016 (the file contains a link to
# Collate/allkeys.txt: Unicode (the file contains a link to
# <http://www.unicode.org/terms_of_use.html>)
# other files: GPL-1.0-or-later OR Artistic-1.0-Perl
License: (GPL-1.0-or-later OR Artistic-1.0-Perl) AND Unicode-DFS-2016
# other files: GPL+ or Artistic
License: (GPL+ or Artistic) and Unicode
URL: https://metacpan.org/release/Unicode-Collate
Source0: https://cpan.metacpan.org/authors/id/S/SA/SADAHIRO/Unicode-Collate-%{version}.tar.gz
BuildRequires: coreutils
@ -25,6 +25,7 @@ BuildRequires: perl(warnings)
BuildRequires: perl(base)
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
@ -32,15 +33,6 @@ Conflicts: perl < 4:5.22.0-347
This package is Perl implementation of Unicode Technical Standard #10 (Unicode
Collation Algorithm).
%package tests
Summary: Tests for %{name}
Requires: %{name} = %{?epoch:%{epoch}:}%{version}-%{release}
Requires: perl-Test-Harness
%description tests
Tests from %{name}. Execute them
with "%{_libexecdir}/%{name}/test".
%prep
%setup -q -n Unicode-Collate-%{version}
@ -48,12 +40,6 @@ with "%{_libexecdir}/%{name}/test".
rm Collate/Locale/*
# Collate/CJK/Korean.pm is an input for the mklocale script, do not remove it
# Help file to recognise the Perl scripts
for F in t/*.t; do
perl -i -MConfig -ple 'print $Config{startperl} if $. == 1 && !s{\A#!.*perl\b}{$Config{startperl}}' "$F"
chmod +x "$F"
done
%build
# Regenerate code from Collate/allkeys.txt whose authority is
# <http://www.unicode.org/Public/UCA/latest/allkeys.txt>
@ -66,20 +52,10 @@ perl Makefile.PL INSTALLDIRS=vendor NO_PACKLIST=1 NO_PERLLOCAL=1 OPTIMIZE="$RPM_
%install
%{make_install}
find %{buildroot} -type f -name '*.bs' -size 0 -delete
%{_fixperms} %{buildroot}/*
# Install tests
mkdir -p %{buildroot}%{_libexecdir}/%{name}
cp -a t %{buildroot}%{_libexecdir}/%{name}
cat > %{buildroot}%{_libexecdir}/%{name}/test << 'EOF'
#!/bin/sh
cd %{_libexecdir}/%{name} && exec prove -I . -r -j "$(getconf _NPROCESSORS_ONLN)"
EOF
chmod +x %{buildroot}%{_libexecdir}/%{name}/test
find $RPM_BUILD_ROOT -type f -name '*.bs' -size 0 -delete
%{_fixperms} $RPM_BUILD_ROOT/*
%check
export HARNESS_OPTIONS=j$(perl -e 'if ($ARGV[0] =~ /.*-j([0-9][0-9]*).*/) {print $1} else {print 1}' -- '%{?_smp_mflags}')
make test
%files
@ -88,51 +64,7 @@ make test
%{perl_vendorarch}/Unicode*
%{_mandir}/man3/*
%files tests
%{_libexecdir}/%{name}
%changelog
* Thu Jan 25 2024 Fedora Release Engineering <releng@fedoraproject.org> - 1.31-502
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
* Sun Jan 21 2024 Fedora Release Engineering <releng@fedoraproject.org> - 1.31-501
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
* Fri Jul 21 2023 Fedora Release Engineering <releng@fedoraproject.org> - 1.31-500
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
* Tue Jul 11 2023 Jitka Plesnikova <jplesnik@redhat.com> - 1.31-499
- Increase release to favour standalone package
* Mon Mar 06 2023 Michal Josef Špaček <mspacek@redhat.com> - 1.31-491
- Update license to SPDX format
* Fri Jan 20 2023 Fedora Release Engineering <releng@fedoraproject.org> - 1.31-490
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
* Fri Jul 22 2022 Fedora Release Engineering <releng@fedoraproject.org> - 1.31-489
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
* Mon May 30 2022 Jitka Plesnikova <jplesnik@redhat.com> - 1.31-488
- Increase release to favour standalone package
* Mon Aug 23 2021 Jitka Plesnikova <jplesnik@redhat.com> - 1.31-1
- 1.31 bump
* Tue Jul 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.30-2
- Second attempt - Rebuilt for
https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
* Mon Jun 07 2021 Jitka Plesnikova <jplesnik@redhat.com> - 1.30-1
- 1.30 bump
- Package tests
* Fri May 21 2021 Jitka Plesnikova <jplesnik@redhat.com> - 1.29-477
- Increase release to favour standalone package
* 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

View File

@ -1,5 +0,0 @@
summary: Sanity tests
discover:
how: fmf
execute:
how: tmt

View File

@ -1 +1 @@
SHA512 (Unicode-Collate-1.31.tar.gz) = fff8f06ae561100006ce0ab2aabe561e27fee30237db8da804c94c70eee9787e05b19c5908614ddbb3b263a0fdaea9a9933bc74818951e009a280afa782e19d1
SHA512 (Unicode-Collate-1.29.tar.gz) = 7abf9312738a35ea2cd8e37e3e18e4f20480d85c53ba3e5c59209d967318973b654e555eab9ad15a6936b0f7f1ac73d603534bc52d0b36eaa01d221ac41dde8e

View File

@ -1,4 +0,0 @@
summary: Upstream tests
component: perl-Unicode-Collate
require: perl-Unicode-Collate-tests
test: /usr/libexec/perl-Unicode-Collate/test