diff --git a/perl-Storable.spec b/perl-Storable.spec index 65debce10cfcf646d2346969d4c955e4486d9510..f9d6990d557e44eb379a5e67e680f36a6948f47c 100644 --- a/perl-Storable.spec +++ b/perl-Storable.spec @@ -1,4 +1,4 @@ -%define anolis_release 1 +%define anolis_release 2 %global base_version 3.25 Name: perl-Storable Epoch: 1 @@ -67,6 +67,14 @@ The Storable package brings persistence to your Perl data structures containing scalar, array, hash or reference objects, i.e. anything that can be conveniently stored to disk and retrieved at a later time. +%package doc +Summary: Documentation files for %{name} +Requires: %{name} = %{epoch}:%{version}-%{release} +BuildArch: noarch + +%description doc +The %{name}-doc package contains documentation files for %{name}. + %prep %setup -q -n Storable-%{base_version} @@ -85,11 +93,16 @@ unset PERL_CORE PERL_TEST_MEMORY PERL_RUN_SLOW_TESTS make test %files -%doc ChangeLog README %{perl_vendorarch}/auto/* %{perl_vendorarch}/Storable* %{_mandir}/man3/* +%files doc +%doc ChangeLog README + %changelog +* Sun Oct 09 2022 mgb01105731 - 1:3.25-2 +- add doc package + * Wed Mar 9 2022 Liwei Ge - 1:3.25-1 - Init version from upstream v3.25