[perl-Perl-Critic-Pulp] Remove explicit defattr

Petr Pisar ppisar at fedoraproject.org
Mon May 23 08:32:08 UTC 2011


commit ac9bf6e83ddd252cd5bb5a54da88f5593e9c17bd
Author: Petr Písař <ppisar at redhat.com>
Date:   Mon May 23 10:31:49 2011 +0200

    Remove explicit defattr

 perl-Perl-Critic-Pulp.spec |    6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)
---
diff --git a/perl-Perl-Critic-Pulp.spec b/perl-Perl-Critic-Pulp.spec
index 65a36af..a1e8b8b 100644
--- a/perl-Perl-Critic-Pulp.spec
+++ b/perl-Perl-Critic-Pulp.spec
@@ -1,6 +1,6 @@
 Name:           perl-Perl-Critic-Pulp
 Version:        60
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        Some add-on perlcritic policies
 License:        GPLv3+
 Group:          Development/Libraries
@@ -86,12 +86,14 @@ find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \;
 make test
 
 %files
-%defattr(-,root,root,-)
 %doc Changes COPYING README
 %{perl_privlib}/*
 %{_mandir}/man3/*
 
 %changelog
+* Mon May 23 2011 Petr Pisar <ppisar at redhat.com> - 60-2
+- Remove explicit defattr
+
 * Mon May 23 2011 Petr Pisar <ppisar at redhat.com> - 60-1
 - Version 60 bump
 



More information about the perl-devel mailing list