diff --git a/perl-Unicode-LineBreak.spec b/perl-Unicode-LineBreak.spec index 2fa17ec0ed0698c7dc9975901d0cab103e526b59..5a40e651064253c3ba55c30165d3bce597508bcb 100644 --- a/perl-Unicode-LineBreak.spec +++ b/perl-Unicode-LineBreak.spec @@ -1,4 +1,4 @@ -%define anolis_release 3 +%define anolis_release 4 %bcond_without perl_Unicode_LineBreak_enables_optional_test Name: perl-Unicode-LineBreak @@ -42,7 +42,6 @@ BuildRequires: perl(Test::More) >= 0.45 # Optional tests BuildRequires: perl(Test::Pod) >= 1.00 %endif -Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) Requires: perl(Encode) >= 1.98 Requires: perl(MIME::Charset) >= 1.006.2 @@ -63,6 +62,13 @@ Standards Annex #14 [UAX #14]. East_Asian_Width informative properties defined by Annex #11 [UAX #11] will be concerned to determine breaking positions. +%package doc +Summary: Documentation files for %{name} +Requires: %{name} = %{EVR} +BuildArch: noarch + +%description doc +The %{name}-doc package contains documentation files for %{name}. %prep %setup -q -n Unicode-LineBreak-%{version} @@ -97,7 +103,6 @@ make test %files -%doc Changes Changes.REL1 README Todo.REL1 %license ARTISTIC GPL %{perl_vendorarch}/auto/* %{perl_vendorarch}/Unicode* @@ -106,7 +111,13 @@ make test %{_mandir}/man3/* %{_mandir}/ja/man3/* +%files doc +%doc Changes Changes.REL1 README Todo.REL1 + %changelog +* Wed Feb 08 2023 mgb01105731 - 2019.001-4 +- remove versioned MODULE_COMPAT_ requires + * Mon Jan 30 2023 Chunmei Xu - 2019.001-3 - rebuild with perl 5.36.0