rpms/rubygem-hpricot/devel rubygem-hpricot.spec,1.2,1.3

Mamoru Tasaka mtasaka at fedoraproject.org
Fri Feb 27 17:27:08 UTC 2009


Author: mtasaka

Update of /cvs/extras/rpms/rubygem-hpricot/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv29060/devel

Modified Files:
	rubygem-hpricot.spec 
Log Message:
* Sat Feb 28 2009 Mamoru Tasaka <mtasaka at ioa.s.u-tokyo.ac.jp> - 0.6.164-5
- Fix permission (bug 487654)



Index: rubygem-hpricot.spec
===================================================================
RCS file: /cvs/extras/rpms/rubygem-hpricot/devel/rubygem-hpricot.spec,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- rubygem-hpricot.spec	24 Feb 2009 14:30:21 -0000	1.2
+++ rubygem-hpricot.spec	27 Feb 2009 17:26:37 -0000	1.3
@@ -10,7 +10,7 @@
 Summary:	A Fast, Enjoyable HTML Parser for Ruby
 Name:		rubygem-%{gemname}
 Version:	0.6.164
-Release:	4%{?dist}
+Release:	5%{?dist}
 Group:		Development/Languages
 # ext/fast_xs/FastXsService.java is licensed under ASL 2.0
 License:	MIT and ASL 2.0
@@ -155,6 +155,11 @@
 
 create_symlink_rec %{geminstdir}/lib %{ruby_sitelib}
 
+# Fix permission (bug 487654)
+pushd %{buildroot}
+find . -type f '(' -name '[A-Z]*' -or -name '*.java' -or -name '*.rb' -or -name '*gem*' ')' \
+	-print0 | xargs -0 chmod 0644
+popd
 
 %clean
 rm -rf %{buildroot}
@@ -179,6 +184,9 @@
 %{ruby_sitelib}/%{gemname}/
 
 %changelog
+* Sat Feb 28 2009 Mamoru Tasaka <mtasaka at ioa.s.u-tokyo.ac.jp> - 0.6.164-5
+- Fix permission (bug 487654)
+
 * Tue Feb 24 2009 Mamoru Tasaka <mtasaka at ioa.s.u-tokyo.ac.jp> - 0.6.164-4
 - F-11: Mass rebuild
 




More information about the fedora-extras-commits mailing list