[rubygem-rspec-longrun/el5] some more minor improvements

Björn Esser besser82 at fedoraproject.org
Fri Dec 13 10:16:25 UTC 2013


commit ac9787e5125160eaafc714a0163b96e96260253d
Author: Björn Esser <bjoern.esser at gmail.com>
Date:   Fri Dec 13 11:15:47 2013 +0100

    some more minor improvements

 rubygem-rspec-longrun.spec |    9 +++------
 1 files changed, 3 insertions(+), 6 deletions(-)
---
diff --git a/rubygem-rspec-longrun.spec b/rubygem-rspec-longrun.spec
index a35b574..7440913 100644
--- a/rubygem-rspec-longrun.spec
+++ b/rubygem-rspec-longrun.spec
@@ -91,12 +91,9 @@ touch -r ${_file}.orig ${_file} &&					\
 rm -f ${_file}.orig
 
 # Clean-up
-find .%{gem_dir} -depth -type f -name '.*' -print0 |			\
-	xargs -0 rm -rf
-find .%{gem_dir} -depth -size 0 -type f -print0 |			\
-	xargs -0 rm -rf
-rm -rf	.%{gem_cache}							\
-	.%{gem_instdir}/%{gem_name}.gemspec
+find .%{gem_dir} -depth -type f -name '.*' -print0 | xargs -0 rm -rf
+find .%{gem_dir} -depth -size 0 -type f -print0 | xargs -0 rm -rf
+rm -rf .%{gem_cache} .%{gem_instdir}/%{gem_name}.gemspec
 
 # Install the gem to final location
 cp -a .%{gem_dir}/* %{buildroot}%{gem_dir}


More information about the scm-commits mailing list