|
|
|
@ -1,13 +1,11 @@
|
|
|
|
|
Name: perl-Template-Toolkit
|
|
|
|
|
Version: 2.14
|
|
|
|
|
Release: 8%{?dist}
|
|
|
|
|
Version: 2.15
|
|
|
|
|
Release: 1%{?dist}
|
|
|
|
|
Summary: Template processing system
|
|
|
|
|
Group: Development/Libraries
|
|
|
|
|
License: GPL or Artistic
|
|
|
|
|
URL: http://www.template-toolkit.org/
|
|
|
|
|
Source0: http://search.cpan.org/CPAN/authors/id/A/AB/ABW/Template-Toolkit-%{version}.tar.gz
|
|
|
|
|
#Patch0: https://rt.cpan.org/NoAuth/Bug.html?id=7864
|
|
|
|
|
Patch0: %{name}-gdpngtest.patch
|
|
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
|
|
|
|
|
|
|
|
|
BuildRequires: perl >= 1:5.6.1, tetex-dvips, tetex-latex
|
|
|
|
@ -34,7 +32,6 @@ Requires: %{name} = %{version}-%{release}
|
|
|
|
|
|
|
|
|
|
%prep
|
|
|
|
|
%setup -q -n Template-Toolkit-%{version}
|
|
|
|
|
%patch0 -p0
|
|
|
|
|
find lib -type f | xargs chmod -c -x
|
|
|
|
|
|
|
|
|
|
# Filter false positive provides.
|
|
|
|
@ -97,6 +94,10 @@ rm -rf $RPM_BUILD_ROOT
|
|
|
|
|
%{_datadir}/tt2/examples
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Mon May 29 2006 Tom "spot" Callaway <tcallawa@redhat.com> - 2.15-1
|
|
|
|
|
- bump to 2.15
|
|
|
|
|
- gd test is gone, don't need to patch anything
|
|
|
|
|
|
|
|
|
|
* Tue Feb 28 2006 Tom "spot" Callaway <tcallawa@redhat.com> - 2.14-8
|
|
|
|
|
- really resolve bug 173756
|
|
|
|
|
|
|
|
|
|