[R-Rsolid] Remove superfluous executable files to pass check

verdurin verdurin at fedoraproject.org
Thu May 19 21:05:07 UTC 2011


commit 8a18445ab82a0c8c96ae7f3c554dd08c113ed5b6
Author: Adam Huffman <bloch at verdurin.com>
Date:   Thu May 19 22:04:34 2011 +0100

    Remove superfluous executable files to pass check

 R-Rsolid.spec |   10 ++++++++--
 1 files changed, 8 insertions(+), 2 deletions(-)
---
diff --git a/R-Rsolid.spec b/R-Rsolid.spec
index 9be92a5..df70193 100644
--- a/R-Rsolid.spec
+++ b/R-Rsolid.spec
@@ -2,7 +2,7 @@
 
 Name:		  R-%{packname}
 Version:	  0.9.31
-Release:	  3%{?dist}
+Release:	  4%{?dist}
 Summary:	  Quantile normalization and base calling for second generation sequencing data
 
 Group:		  Applications/Engineering 
@@ -65,7 +65,10 @@ R CMD INSTALL %{packname} --configure-args="--with-hdf5=%{_prefix}" -l %{buildro
 test -d %{packname}/src && (cd %{packname}/src; rm -f *.o *.so)
 rm -rf %{buildroot}%{_libdir}/R/library/R.css
 
-
+#Remove executable files to pass check
+rm -rf %{packname}/src/hdf5-1.8.3
+rm -rf %{packname}/config.status
+rm -rf %{packname}/configure
 
 %check
 %{_bindir}/R CMD check %{packname}
@@ -91,6 +94,9 @@ rm -rf %{buildroot}
 
 
 %changelog
+* Thu May 19 2011 Adam Huffman <bloch at verdurin.com> - 0.9.31-4
+- remove executable files to pass check
+
 * Tue May 17 2011 Orion Poplawski <orion at cora.nwra.com> - 0.9.31-3
 - Rebuild for hdf5 1.8.7
 


More information about the scm-commits mailing list