[rubygem-zoom] Fix permission

Mamoru Tasaka mtasaka at fedoraproject.org
Sat Jun 25 19:59:23 UTC 2011


commit 22b8f1c4222fd23bfbd069e7e14183ee57c6b789
Author: Mamoru Tasaka <tasaka1 at localhost.localdomain>
Date:   Sun Jun 26 04:59:12 2011 +0900

    Fix permission

 rubygem-zoom.spec |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)
---
diff --git a/rubygem-zoom.spec b/rubygem-zoom.spec
index 1ebe605..58a7f76 100644
--- a/rubygem-zoom.spec
+++ b/rubygem-zoom.spec
@@ -10,7 +10,7 @@
 
 Name:		rubygem-%{gemname}
 Version:	0.4.1
-Release:	11%{?dist}
+Release:	12%{?dist}
 Group:		Development/Languages
 Summary:	Ruby binding to ZOOM
 
@@ -63,6 +63,7 @@ gem install \
 	%{SOURCE0}
 
 chmod 0644 ./%{gemdir}/cache/%{gemname}-%{version}.gem
+find . -type f -print0 | xargs --null chmod ugo+r
 
 %build
 
@@ -103,6 +104,9 @@ rake test
 %{geminstdir}/test/
 
 %changelog
+* Sun Jun 26 2011 Mamoru Tasaka <mtasaka at fedoraproject.org> - 0.4.1-12
+- Fix permission
+
 * Sun Jun 05 2011 Mamoru Tasaka <mtasaka at fedoraproject.org> - 0.4.1-11
 - Simplify packaging
 


More information about the scm-commits mailing list