rpms/rubygem-hpricot/F-9 rubygem-hpricot.spec,1.1,1.2

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


Author: mtasaka

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

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/F-9/rubygem-hpricot.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- rubygem-hpricot.spec	11 Feb 2009 03:56:38 -0000	1.1
+++ rubygem-hpricot.spec	27 Feb 2009 17:26:37 -0000	1.2
@@ -10,7 +10,7 @@
 Summary:	A Fast, Enjoyable HTML Parser for Ruby
 Name:		rubygem-%{gemname}
 Version:	0.6.164
-Release:	3%{?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,12 @@
 %{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
+
 * Thu Jan 15 2009 Mamoru Tasaka <mtasaka at ioa.s.u-tokyo.ac.jp> - 0.6.164-3
 - Fix license tag, removing non-free file (thanks to
   Michael Stahnke)




More information about the scm-commits mailing list