|
|
@ -1,6 +1,6 @@
|
|
|
|
Name: perl-Template-Toolkit
|
|
|
|
Name: perl-Template-Toolkit
|
|
|
|
Version: 2.24
|
|
|
|
Version: 2.24
|
|
|
|
Release: 1%{?dist}
|
|
|
|
Release: 2%{?dist}
|
|
|
|
Summary: Template processing system
|
|
|
|
Summary: Template processing system
|
|
|
|
Group: Development/Libraries
|
|
|
|
Group: Development/Libraries
|
|
|
|
License: GPL+ or Artistic
|
|
|
|
License: GPL+ or Artistic
|
|
|
@ -59,6 +59,7 @@ LaTeX, and so on.
|
|
|
|
%setup -q -n Template-Toolkit-%{version} -a 1
|
|
|
|
%setup -q -n Template-Toolkit-%{version} -a 1
|
|
|
|
find lib -type f | xargs chmod -c -x
|
|
|
|
find lib -type f | xargs chmod -c -x
|
|
|
|
find TT_v*_html_docs -depth -name .svn -type d -exec rm -rf {} \;
|
|
|
|
find TT_v*_html_docs -depth -name .svn -type d -exec rm -rf {} \;
|
|
|
|
|
|
|
|
find TT_v*_html_docs -type f -exec chmod -x {} +;
|
|
|
|
|
|
|
|
|
|
|
|
# Convert file to UTF-8
|
|
|
|
# Convert file to UTF-8
|
|
|
|
iconv -f iso-8859-1 -t utf-8 -o Changes{.utf8,}
|
|
|
|
iconv -f iso-8859-1 -t utf-8 -o Changes{.utf8,}
|
|
|
@ -102,6 +103,9 @@ rm -rf $RPM_BUILD_ROOT
|
|
|
|
%{_mandir}/man3/*.3*
|
|
|
|
%{_mandir}/man3/*.3*
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
|
|
|
|
* Fri Nov 09 2012 Petr Pisar <ppisar@redhat.com> - 2.24-2
|
|
|
|
|
|
|
|
- Remove executable bit from documentation
|
|
|
|
|
|
|
|
|
|
|
|
* Thu Aug 23 2012 Tom Callaway <spot@fedoraproject.org> - 2.24-1
|
|
|
|
* Thu Aug 23 2012 Tom Callaway <spot@fedoraproject.org> - 2.24-1
|
|
|
|
- update to 2.24
|
|
|
|
- update to 2.24
|
|
|
|
|
|
|
|
|
|
|
|