rpms/R-BufferedMatrixMethods/F-11 R-BufferedMatrixMethods.spec, 1.9, 1.10

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


Author: pingou

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

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


Index: R-BufferedMatrixMethods.spec
===================================================================
RCS file: /cvs/pkgs/rpms/R-BufferedMatrixMethods/F-11/R-BufferedMatrixMethods.spec,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -p -r1.9 -r1.10
--- R-BufferedMatrixMethods.spec	12 Jun 2009 07:47:59 -0000	1.9
+++ R-BufferedMatrixMethods.spec	12 Jun 2009 08:12:47 -0000	1.10
@@ -2,7 +2,7 @@
 
 Name:             R-%{packname}
 Version:          1.8.0
-Release:          1%{?dist}
+Release:          3%{?dist}
 Summary:          Microarray Data related methods that utlize BufferedMatrix
 Summary(fr):      Outils pour la manipulation des données de puces à ADN
 
@@ -12,10 +12,10 @@ URL:              http://bioconductor.or
 Source0:          http://bioconductor.org/packages/release/bioc/src/contrib/%{packname}_%{version}.tar.gz
 BuildRoot:        %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
-Requires(post):   R
+Requires(post):   R R-affyio
 Requires(postun): R
 Requires:         R-BufferedMatrix  
-BuildRequires:    R-devel R-BufferedMatrix-devel tetex-latex 
+BuildRequires:    R-devel R-BufferedMatrix-devel tetex-latex R-affyio 
 
 %description
 Microarray analysis methods that use BufferedMatrix objects
@@ -38,8 +38,11 @@ R CMD INSTALL %{packname} -l %{buildroot
 test -d %{packname}/src && (cd %{packname}/src; rm -f *.o *.so)
 rm -rf %{buildroot}%{_libdir}/R/library/R.css
 
-%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}
@@ -69,6 +72,13 @@ 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
+
 * Tue Apr 28 2009 pingou <pingou at pingoured.fr> - 1.8.0-1
 - Update to Bioconductor 2.4 and R-2.9.0
 




More information about the fedora-extras-commits mailing list