[perl-threads-lite] Remove explicit defattr

Petr Pisar ppisar at fedoraproject.org
Mon May 30 11:31:33 UTC 2011


commit 1e64ab55c7c8dcfaf39bc59038df38866dccdca6
Author: Petr Písař <ppisar at redhat.com>
Date:   Mon May 30 13:31:07 2011 +0200

    Remove explicit defattr

 perl-threads-lite.spec |    6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)
---
diff --git a/perl-threads-lite.spec b/perl-threads-lite.spec
index 77e1a11..2d38fe3 100644
--- a/perl-threads-lite.spec
+++ b/perl-threads-lite.spec
@@ -1,6 +1,6 @@
 Name:           perl-threads-lite
 Version:        0.031
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        Actor model threading for Perl
 License:        GPL+ or Artistic
 Group:          Development/Libraries
@@ -47,13 +47,15 @@ find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \;
 ./Build test
 
 %files
-%defattr(-,root,root,-)
 %doc Changes examples LICENSE README
 %{perl_vendorarch}/auto/*
 %{perl_vendorarch}/threads*
 %{_mandir}/man3/*
 
 %changelog
+* Mon May 30 2011 Petr Pisar <ppisar at redhat.com> - 0.031-2
+- Remove explicit defattr
+
 * Mon May 30 2011 Petr Pisar <ppisar at redhat.com> - 0.031-1
 - 0.031 bump
 


More information about the scm-commits mailing list