diff --git a/perl-Template-Toolkit.spec b/perl-Template-Toolkit.spec index 753be83..8ed0338 100644 --- a/perl-Template-Toolkit.spec +++ b/perl-Template-Toolkit.spec @@ -1,6 +1,6 @@ Name: perl-Template-Toolkit Version: 2.24 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Template processing system Group: Development/Libraries License: GPL+ or Artistic @@ -9,7 +9,7 @@ Source0: http://search.cpan.org/CPAN/authors/id/A/AB/ABW/Template-Toolkit Source1: http://tt2.org/download/TT_v224_html_docs.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) -BuildRequires: perl(AppConfig) +BuildRequires: perl(AppConfig) BuildRequires: perl(Cwd) BuildRequires: perl(ExtUtils::MakeMaker) BuildRequires: perl(File::Spec::Functions) @@ -59,6 +59,7 @@ LaTeX, and so on. %setup -q -n Template-Toolkit-%{version} -a 1 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 -type f -exec chmod -x {} +; # Convert file to UTF-8 iconv -f iso-8859-1 -t utf-8 -o Changes{.utf8,} @@ -102,6 +103,9 @@ rm -rf $RPM_BUILD_ROOT %{_mandir}/man3/*.3* %changelog +* Fri Nov 09 2012 Petr Pisar - 2.24-2 +- Remove executable bit from documentation + * Thu Aug 23 2012 Tom Callaway - 2.24-1 - update to 2.24