diff --git a/Software-License-0.104001.tar.gz b/Software-License-0.104001.tar.gz deleted file mode 100644 index 5d29bac3c4bf515b9b2e9c244ece2848103a02f6..0000000000000000000000000000000000000000 Binary files a/Software-License-0.104001.tar.gz and /dev/null differ diff --git a/Software-License-0.104002.tar.gz b/Software-License-0.104002.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..a05495c46d974fb383bba95fcfe5cf15b4f6fa07 Binary files /dev/null and b/Software-License-0.104002.tar.gz differ diff --git a/perl-Software-License.spec b/perl-Software-License.spec index 07c89838f9ef4ff2cd5c57f8fe42163848621729..6cdf104d19f07fbee04d44390da96477850e34de 100644 --- a/perl-Software-License.spec +++ b/perl-Software-License.spec @@ -1,15 +1,15 @@ -%define anolis_release 2 +%define anolis_release 1 %bcond_without perl_Software_License_enables_extra_test %bcond_with perl_Software_License_enables_optional_test Name: perl-Software-License Epoch: 1 -Version: 0.104001 +Version: 0.104002 Release: %{anolis_release}%{?dist} Summary: Package that provides templated software licenses License: GPL+ or Artistic URL: https://metacpan.org/release/Software-License -Source0: https://cpan.metacpan.org/authors/id/R/RJ/RJBS/Software-License-%{version}.tar.gz +Source0: https://cpan.metacpan.org/authors/id/L/LE/LEONT/Software-License-%{version}.tar.gz BuildArch: noarch # Module Build BuildRequires: coreutils @@ -44,11 +44,18 @@ BuildRequires: perl(Encode) BuildRequires: perl(Test::Pod) %endif # Runtime -Requires: perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version)) %description Software-License contains templates for common open source software licenses. - + +%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 Software-License-%{version} @@ -69,13 +76,19 @@ make test TEST_FILES="$(echo $(find xt/ -name '*.t'))" %files %license LICENSE -%doc Changes README %{perl_vendorlib}/Software/ %{_mandir}/man3/Software::License.3* %{_mandir}/man3/Software::License::*.3* %{_mandir}/man3/Software::LicenseUtils.3* - + +%files doc +%doc Changes README + %changelog +* Mon Feb 06 2023 mgb01105731 - 1:0.104002-1 +- remove versioned MODULE_COMPAT_ requires +- update to version 0.104002 + * Mon Jan 30 2023 Chunmei Xu - 1:0.104001-2 - rebuild with perl 5.36.0