diff --git a/perl-Pod-Simple.spec b/perl-Pod-Simple.spec index 411b122dacb04b0eecd48b612d0f28525b74ee90..5bd8536f7e2727b6c5dbefe83dd31e1cf24ade85 100644 --- a/perl-Pod-Simple.spec +++ b/perl-Pod-Simple.spec @@ -1,4 +1,4 @@ -%define anolis_release 1 +%define anolis_release 2 Name: perl-Pod-Simple Version: 3.43 @@ -57,6 +57,14 @@ Pod::Simple is a Perl library for parsing text in the POD (plain old documentation) markup language that is typically used for writing documentation for Perl and for Perl modules. +%package doc +Summary: Documentation files for %{name} +Requires: %{name} = %{version}-%{release} +BuildArch: noarch + +%description doc +The %{name}-doc package contains documentation files for %{name}. + %package tests Summary: Tests for %{name} Requires: %{name} = %{version}-%{release} @@ -107,13 +115,18 @@ export HARNESS_OPTIONS=j$(perl -e 'if ($ARGV[0] =~ /.*-j([0-9][0-9]*).*/) {print make test %files -%doc ChangeLog README %{perl_vendorlib}/* %{_mandir}/man3/* +%files doc +%doc ChangeLog README + %files tests %{_libexecdir}/%{name} %changelog -* Wed Mar 09 2022 Su Lifan - 3.43-3 +* Fri Sep 30 2022 mgb01105731 - 3.43-2 +- add doc package + +* Wed Mar 09 2022 Su Lifan - 3.43-1 - Initial packaging for Anolis OS 23