diff --git a/perl-Net-Amazon-S3.spec b/perl-Net-Amazon-S3.spec index f72d9ac..ef487fb 100644 --- a/perl-Net-Amazon-S3.spec +++ b/perl-Net-Amazon-S3.spec @@ -1,7 +1,7 @@ -Summary: Use the Amazon Simple Storage Service (S3) Name: perl-Net-Amazon-S3 Version: 0.85 Release: 1%{?dist} +Summary: Use the Amazon Simple Storage Service (S3) # README.md reports the code is derived from an ADSL-licensed code. License: (GPL+ or Artistic) and ADSL URL: https://metacpan.org/release/Net-Amazon-S3 @@ -100,6 +100,13 @@ scale and to pass those benefits on to developers". To find out more about S3, please visit . +%package -n perl-Shared-Examples-Net-Amazon-S3 +Summary: Example modules for Net::Amazon::S3 Perl tool kit +Requires: perl-Net-Amazon-S3 = %{version}-%{release} +Requires: perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version)) + +%description -n perl-Shared-Examples-Net-Amazon-S3 +This package is an executable documentation for Net::Amazon::S3 Perl tool kit. %prep %setup -q -n Net-Amazon-S3-%{version} @@ -125,13 +132,18 @@ make test # README.mkdn does not contain anything new %doc CHANGES README README.md %{_bindir}/* -%{perl_vendorlib}/* +%{perl_vendorlib}/Net %{_mandir}/man1/* -%{_mandir}/man3/* +%{_mandir}/man3/Net::* + +%files -n perl-Shared-Examples-Net-Amazon-S3 +%{perl_vendorlib}/Shared* +%{_mandir}/man3/Shared::* %changelog * Wed Aug 29 2018 Petr Pisar - 0.85-1 - 0.85 bump +- Example modules moved to separate perl-Shared-Examples-Net-Amazon-S3 package * Tue Jul 17 2018 Petr Pisar - 0.84-1 - 0.84 bump