|
|
|
@ -1,6 +1,6 @@
|
|
|
|
|
Name: perl-Template-Toolkit
|
|
|
|
|
Version: 3.008
|
|
|
|
|
Release: 1%{?dist}
|
|
|
|
|
Release: 2%{?dist}
|
|
|
|
|
Summary: Template processing system
|
|
|
|
|
License: GPL+ or Artistic
|
|
|
|
|
URL: http://www.template-toolkit.org/
|
|
|
|
@ -54,7 +54,10 @@ BuildRequires: perl(Tie::StdArray)
|
|
|
|
|
BuildRequires: perl(Tie::StdHash)
|
|
|
|
|
BuildRequires: perl(utf8)
|
|
|
|
|
Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
|
|
|
|
|
Requires: perl(Apache::Util)
|
|
|
|
|
# Apache::Util pulls in mod_perl and httpd, for cmd-line tools using Template-Toolkit this is a lot of unnecessary and often unwanted packages
|
|
|
|
|
# The code checks for the existence of either Apache::Util or HTML::Entities, and the latter is much lighter weight from a dependency footprint.
|
|
|
|
|
# https://bugzilla.redhat.com/show_bug.cgi?id=1802358
|
|
|
|
|
# Requires: perl(Apache::Util)
|
|
|
|
|
Requires: perl(Encode)
|
|
|
|
|
Requires: perl(File::Temp)
|
|
|
|
|
Requires: perl(HTML::Entities)
|
|
|
|
@ -122,6 +125,9 @@ make test
|
|
|
|
|
%{_mandir}/man3/*.3*
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Mon Jun 15 2020 Tom Callaway <spot@fedoraproject.org> - 3.008-2
|
|
|
|
|
- drop Requires on Apache::Util (bz1802358)
|
|
|
|
|
|
|
|
|
|
* Mon Mar 30 2020 Tom Callaway <spot@fedoraproject.org> - 3.008-1
|
|
|
|
|
- update to 3.008
|
|
|
|
|
|
|
|
|
|