From c24369c3b6edfa56a24efd6aea15a3cc5b025fba Mon Sep 17 00:00:00 2001 From: Chunmei Xu Date: Tue, 7 Feb 2023 14:19:16 +0800 Subject: [PATCH] rebuild with perl_bootstrap disabled Signed-off-by: Chunmei Xu --- perl-Compress-Raw-Bzip2.spec | 19 ++++++++++++++++--- 1 file changed, 16 insertions(+), 3 deletions(-) diff --git a/perl-Compress-Raw-Bzip2.spec b/perl-Compress-Raw-Bzip2.spec index afed140..a52ff86 100644 --- a/perl-Compress-Raw-Bzip2.spec +++ b/perl-Compress-Raw-Bzip2.spec @@ -1,4 +1,4 @@ -%define anolis_release 1 +%define anolis_release 2 %bcond_with perl_Compress_Raw_Bzip2_enables_optional_test Name: perl-Compress-Raw-Bzip2 @@ -75,7 +75,7 @@ It is used by IO::Compress::Bzip2. %package tests Summary: Tests for %{name} -Requires: %{name} = %{?epoch:%{epoch}:}%{version}-%{release} +Requires: %{name} = %{EVR} Requires: perl-Test-Harness %if %{with perl_Compress_Raw_Bzip2_enables_optional_test} # Optional Tests @@ -92,6 +92,14 @@ Requires: perl(Scalar::Util) Tests from %{name}-%{version}. Execute them with "%{_libexecdir}/%{name}/test". +%package doc +Summary: Doc files for %{name} +Requires: %{name} = %{EVR} +BuildArch: noarch + +%description doc +Doc files for %{name} + %prep %setup -q -n Compress-Raw-Bzip2-%{version} # Remove bundled bzip2 sources @@ -146,7 +154,6 @@ export HARNESS_OPTIONS=j$(perl -e 'if ($ARGV[0] =~ /.*-j([0-9][0-9]*).*/) {print make test %files -%doc Changes README %{perl_vendorarch}/auto/Compress/ %{perl_vendorarch}/Compress/ %{_mandir}/man3/Compress::Raw::Bzip2.3* @@ -154,7 +161,13 @@ make test %files tests %{_libexecdir}/%{name} +%files doc +%doc Changes README + %changelog +* Tue Feb 07 2023 Chunmei Xu - 2.201-2 +- rebuild with perl_bootstrap disabled + * Mon Jan 30 2023 Chunmei Xu - 2.201-1 - update to 2.201 -- Gitee