Fix License: tag (#1600504)

Fix License: tag to reflect content of actual shipped files, not just what
the LICENSE file says (#1600504, CPAN RT#125832).
This commit is contained in:
Paul Howarth 2019-11-01 11:03:31 +00:00
parent d14f45e02f
commit 1462a09644
2 changed files with 16 additions and 3 deletions

View File

@ -1,2 +1,6 @@
from Config import *
addFilter("spelling-error %description -l en_US parsers -> ")
# RPM and upstream version numbers are different because RPM and perl versioning schemes are different
# We have provides for both, to cover all eventualities
addFilter("useless-provides perl\(DateTime::Format::Builder\)")

View File

@ -3,9 +3,13 @@
Name: perl-DateTime-Format-Builder
# 0.82 in reality, but rpm can't get it
Version: 0.8200
Release: 3%{?dist}
Release: 4%{?dist}
Summary: Create DateTime parser classes and objects
License: Artistic 2.0
# examples/W3CDTF.pm: GPL+ or Artistic
# examples/MySQL.pm: GPL+ or Artistic
# lib/DateTime/Format/Builder.pm: Artistic 2.0
# LICENSE: Artistic 2.0 text
License: Artistic 2.0 and (GPL+ or Artistic)
URL: https://metacpan.org/release/DateTime-Format-Builder
Source0: https://cpan.metacpan.org/modules/by-module/DateTime/DateTime-Format-Builder-%{real_version}.tar.gz
BuildArch: noarch
@ -43,6 +47,7 @@ BuildRequires: perl(Test::Pod) >= 1.00
Requires: perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
Provides: perl(DateTime::Format::Builder) = %{version}
# Avoid doc-file dependencies from tests
%{?perl_default_filter}
%description
@ -62,7 +67,7 @@ is expected.
# POD doesn't like E<copy> very much...
perl -pi -e 's/E<copy>/(C)/' `find lib/ -type f`
# silence rpmlint
# Silence rpmlint
sed -i '1s~^#!.*perl~#!%{__perl}~' t/*.t
%build
@ -95,6 +100,10 @@ make test
%{_mandir}/man3/DateTime::Format::Builder::Tutorial.3*
%changelog
* Fri Nov 1 2019 Paul Howarth <paul@city-fan.org> - 0.8200-4
- Fix License: tag to reflect content of actual shipped files, not just what
the LICENSE file says (#1600504, CPAN RT#125832)
* Fri Jul 26 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.8200-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild