|
|
|
@ -1,6 +1,6 @@
|
|
|
|
|
Name: perl-Template-Toolkit
|
|
|
|
|
Version: 2.22
|
|
|
|
|
Release: 4%{?dist}
|
|
|
|
|
Release: 5%{?dist}
|
|
|
|
|
Summary: Template processing system
|
|
|
|
|
Group: Development/Libraries
|
|
|
|
|
License: GPL+ or Artistic
|
|
|
|
@ -45,6 +45,7 @@ CFLAGS="$RPM_OPT_FLAGS" %{__perl} Makefile.PL INSTALLDIRS=vendor \
|
|
|
|
|
make %{?_smp_mflags} OPTIMIZE="$RPM_OPT_FLAGS"
|
|
|
|
|
|
|
|
|
|
%install
|
|
|
|
|
rm -rf $RPM_BUILD_ROOT
|
|
|
|
|
# install (+ INSTALLARCHLIB) instead of pure_install to get docs
|
|
|
|
|
# and the template library installed too
|
|
|
|
|
make install \
|
|
|
|
@ -76,6 +77,9 @@ rm -rf $RPM_BUILD_ROOT
|
|
|
|
|
%{_mandir}/man3/*.3*
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Tue Feb 9 2010 Stepan Kasal <skasal@redhat.com> - 2.22-5
|
|
|
|
|
- delete the buildroot before install
|
|
|
|
|
|
|
|
|
|
* Fri Jan 15 2010 Stepan Kasal <skasal@redhat.com> - 2.22-4
|
|
|
|
|
- use filtering macros
|
|
|
|
|
|
|
|
|
|