[perl-Encode-Locale] Remove explicit defattr

Petr Pisar ppisar at fedoraproject.org
Thu May 26 11:40:40 UTC 2011


commit 198117f08bafbcf8f7f4f9d87caeef4c4d88506a
Author: Petr Písař <ppisar at redhat.com>
Date:   Thu May 26 13:40:22 2011 +0200

    Remove explicit defattr

 perl-Encode-Locale.spec |    6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)
---
diff --git a/perl-Encode-Locale.spec b/perl-Encode-Locale.spec
index ea00112..eb836c4 100644
--- a/perl-Encode-Locale.spec
+++ b/perl-Encode-Locale.spec
@@ -1,6 +1,6 @@
 Name:           perl-Encode-Locale
 Version:        1.02
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        Determine the locale encoding
 Group:          Development/Libraries
 License:        GPL+ or Artistic
@@ -44,12 +44,14 @@ find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \;
 make test
 
 %files
-%defattr(-,root,root,-)
 %doc Changes README
 %{perl_vendorlib}/Encode/
 %{_mandir}/man3/Encode::Locale.3*
 
 %changelog
+* Thu May 26 2011 Petr Pisar <ppisar at redhat.com> - 1.02-2
+- Remove explicit defattr
+
 * Thu May 26 2011 Petr Pisar <ppisar at redhat.com> - 1.02-1
 - 1.02 bump
 


More information about the scm-commits mailing list