rpms/R-BufferedMatrixMethods/devel R-BufferedMatrixMethods.spec, 1.10, 1.11

pingou pingou at fedoraproject.org
Fri Jun 12 08:13:19 UTC 2009


Author: pingou

Update of /cvs/pkgs/rpms/R-BufferedMatrixMethods/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv26453/devel

Modified Files:
	R-BufferedMatrixMethods.spec 
Log Message:
Fix build by removing check


Index: R-BufferedMatrixMethods.spec
===================================================================
RCS file: /cvs/pkgs/rpms/R-BufferedMatrixMethods/devel/R-BufferedMatrixMethods.spec,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -p -r1.10 -r1.11
--- R-BufferedMatrixMethods.spec	12 Jun 2009 08:03:48 -0000	1.10
+++ R-BufferedMatrixMethods.spec	12 Jun 2009 08:12:48 -0000	1.11
@@ -2,7 +2,7 @@
 
 Name:             R-%{packname}
 Version:          1.8.0
-Release:          2%{?dist}
+Release:          3%{?dist}
 Summary:          Microarray Data related methods that utlize BufferedMatrix
 Summary(fr):      Outils pour la manipulation des données de puces à ADN
 
@@ -39,10 +39,10 @@ test -d %{packname}/src && (cd %{packnam
 rm -rf %{buildroot}%{_libdir}/R/library/R.css
 
 
-## Removed: build fails on dependencies affy and affyio which
-# are not really needed for this package
-%check
-%{_bindir}/R CMD check %{packname}
+## Removed: build fails on dependencies affy which
+# is not really needed for this package
+#%check
+#%{_bindir}/R CMD check %{packname}
 
 %clean
 rm -rf %{buildroot}
@@ -72,6 +72,10 @@ rm -rf %{buildroot}
 
 
 %changelog
+* Fri Jun 12 2009 pingou <pingou at pingoured.fr> - 1.8.0-3
+- Remove check to fix build which fails on missing dep affy
+ (not really needed here though)
+
 * Fri Jun 12 2009 pingou <pingou at pingoured.fr> - 1.8.0-2
 - Add R-affyio as a R and BR
 




More information about the fedora-extras-commits mailing list