rpms/rubygem-rails/F-11 rubygem-rails.spec,1.11,1.12

Scott Seago sseago at fedoraproject.org
Fri Jul 24 16:31:21 UTC 2009


Author: sseago

Update of /cvs/pkgs/rpms/rubygem-rails/F-11
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv21649

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


Index: rubygem-rails.spec
===================================================================
RCS file: /cvs/pkgs/rpms/rubygem-rails/F-11/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 16:31:21 -0000	1.12
@@ -7,7 +7,7 @@
 Summary: Web-application framework
 Name: rubygem-%{gemname}
 Version: 2.3.2
-Release: 2%{?dist}
+Release: 3%{?dist}
 Group: Development/Languages
 License: MIT
 URL: http://www.rubyonrails.org
@@ -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
@@ -100,6 +97,9 @@ rm -rf %{buildroot}
 
 
 %changelog
+* Wed Jul 24 2009 Scott Seago <sseago at redhat.com> - 2.3.2-3
+- Remove the 'delete zero length files' bit, as some of these are needed.
+
 * Wed May  6 2009 David Lutterkort <lutter at redhat.com> - 2.3.2-2
 - Fix replacement of shebang lines; broke scripts/generate (bz 496480)
 




More information about the scm-commits mailing list