Update to 0.104001
- New upstream release 0.104001 - Update the text of Artistic License 1.0 to match upstream source - When using Apache 2.0, replace year and copyright holder - Improve guessing at CC0 - Update author contact info - Documentation tweaks about non-core licenses and the use of guess_license_from_pod - Add "program" and "Program" arguments; this allows text generation like "CoolClient is license..." instead of "This software is..." - This release by RJBS ⇒ update source URL - Use %license unconditionally
This commit is contained in:
parent
2aaba2745d
commit
33e59443c5
@ -12,12 +12,12 @@
|
||||
%endif
|
||||
|
||||
Name: perl-Software-License
|
||||
Version: 0.103014
|
||||
Release: 13%{?dist}
|
||||
Version: 0.104001
|
||||
Release: 1%{?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/L/LE/LEONT/Software-License-%{version}.tar.gz
|
||||
Source0: https://cpan.metacpan.org/authors/id/R/RJ/RJBS/Software-License-%{version}.tar.gz
|
||||
BuildArch: noarch
|
||||
# Module Build
|
||||
BuildRequires: coreutils
|
||||
@ -25,7 +25,7 @@ BuildRequires: findutils
|
||||
BuildRequires: make
|
||||
BuildRequires: perl-generators
|
||||
BuildRequires: perl-interpreter
|
||||
BuildRequires: perl(ExtUtils::MakeMaker)
|
||||
BuildRequires: perl(ExtUtils::MakeMaker) >= 6.78
|
||||
# Module Runtime
|
||||
BuildRequires: perl(Carp)
|
||||
BuildRequires: perl(Data::Section)
|
||||
@ -76,11 +76,7 @@ make test TEST_FILES="$(echo $(find xt/ -name '*.t'))"
|
||||
%endif
|
||||
|
||||
%files
|
||||
%if 0%{?_licensedir:1}
|
||||
%license LICENSE
|
||||
%else
|
||||
%doc LICENSE
|
||||
%endif
|
||||
%doc Changes README
|
||||
%{perl_vendorlib}/Software/
|
||||
%{_mandir}/man3/Software::License.3*
|
||||
@ -88,6 +84,19 @@ make test TEST_FILES="$(echo $(find xt/ -name '*.t'))"
|
||||
%{_mandir}/man3/Software::LicenseUtils.3*
|
||||
|
||||
%changelog
|
||||
* Tue Aug 3 2021 Paul Howarth <paul@city-fan.org> - 0.104001-1
|
||||
- Update to 0.104001
|
||||
- Update the text of Artistic License 1.0 to match upstream source
|
||||
- When using Apache 2.0, replace year and copyright holder
|
||||
- Improve guessing at CC0
|
||||
- Update author contact info
|
||||
- Documentation tweaks about non-core licenses and the use of
|
||||
guess_license_from_pod
|
||||
- Add "program" and "Program" arguments; this allows text generation like
|
||||
"CoolClient is license..." instead of "This software is..."
|
||||
- This release by RJBS ⇒ update source URL
|
||||
- Use %%license unconditionally
|
||||
|
||||
* Thu Jul 22 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.103014-13
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (Software-License-0.103014.tar.gz) = 8012f9d3e8671bdcbaf52f6790f6cd2f6a0510883bb40115c222c8c685aed6697ba33b3f9df8d853841cd2eef0806d919c9038b6ba7b1057f475b3b63457069d
|
||||
SHA512 (Software-License-0.104001.tar.gz) = 4ba5e11e8aa34a4f59ad4028e8e4547e22d5d56e04836cf280a0fb52a2fb64c8cf5347f6f6e2c368506c35eeb7e189527e4339d11541aac34c2c28737717e34e
|
||||
|
Loading…
Reference in New Issue
Block a user