rpms/rubygem-rails/devel rubygem-rails.spec,1.11,1.12

Scott Seago sseago at fedoraproject.org
Fri Jul 24 15:45:08 UTC 2009


Author: sseago

Update of /cvs/pkgs/rpms/rubygem-rails/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv27013

Modified Files:
	rubygem-rails.spec 
Log Message:
additional fix for BZ 496480


Index: rubygem-rails.spec
===================================================================
RCS file: /cvs/pkgs/rpms/rubygem-rails/devel/rubygem-rails.spec,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -p -r1.11 -r1.12
--- rubygem-rails.spec	6 May 2009 23:38:01 -0000	1.11
+++ rubygem-rails.spec	24 Jul 2009 15:45:07 -0000	1.12
@@ -55,9 +55,6 @@ done
 # Remove backup files
 find %{buildroot}/%{geminstdir} -type f -name "*~" -delete
 
-# Delete zero-length files
-find %{buildroot}/%{geminstdir} -type f -size 0c -exec rm -rvf {} \;
-
 # Fix anything executable that does not have a shebang
 for file in `find %{buildroot}/%{geminstdir} -type f -perm /a+x`; do
     [ -z "`head -n 1 $file | grep \"^#!/\"`" ] && chmod -v 644 $file




More information about the fedora-extras-commits mailing list