From 41a6f859b1e596c460a31cd4d2ec3d257d09a618 Mon Sep 17 00:00:00 2001 From: Denis Fateyev Date: Feb 14 2016 14:47:02 +0000 Subject: perl-Text-Fuzzy: fix docs permissions --- diff --git a/perl-Text-Fuzzy.spec b/perl-Text-Fuzzy.spec index aa312d2..657e1f3 100644 --- a/perl-Text-Fuzzy.spec +++ b/perl-Text-Fuzzy.spec @@ -2,7 +2,7 @@ Name: perl-Text-Fuzzy Version: 0.24 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Partial string matching using edit distances License: GPL+ or Artistic Group: Development/Libraries @@ -56,8 +56,8 @@ find $RPM_BUILD_ROOT -type f -name '*.bs' -size 0 -exec rm -f {} \; %{_fixperms} $RPM_BUILD_ROOT/* # fixing scripts provided in docs -chmod a-x -c examples/*.pl -perl -pi -e 's|#!.*$|#!/usr/bin/perl|' examples/*.pl +chmod a-x -c examples/{*.cgi,*.pl} +perl -pi -e 's|#!.*$|#!/usr/bin/perl|' examples/{*.cgi,*.pl} %check make test @@ -70,6 +70,9 @@ make test %changelog +* Fri Feb 12 2016 Denis Fateyev - 0.24-3 +- Docs permission fixes + * Mon Feb 08 2016 Denis Fateyev - 0.24-2 - Package spec cleanup