Update to 1.8.0
This commit is contained in:
parent
1887f39f55
commit
3081bad637
@ -1 +1 @@
|
||||
BufferedMatrix_1.6.0.tar.gz
|
||||
BufferedMatrix_1.8.0.tar.gz
|
||||
|
@ -1,9 +1,9 @@
|
||||
%define packname BufferedMatrix
|
||||
%define bioc 2.3
|
||||
%global packname BufferedMatrix
|
||||
%global bioc 2.4
|
||||
|
||||
Name: R-%{packname}
|
||||
Version: 1.6.0
|
||||
Release: 2%{?dist}
|
||||
Version: 1.8.0
|
||||
Release: 1%{?dist}
|
||||
Summary: A matrix data storage object method from bioconductor
|
||||
Summary(fr): Stockage des données d'un matrice dans un fichier temporaire
|
||||
|
||||
@ -55,6 +55,7 @@ rm -rf %{buildroot}%{_libdir}/R/library/R.css
|
||||
|
||||
## Change the header of place for the -devel --> Removed
|
||||
## see: https://www.redhat.com/archives/fedora-r-devel-list/2009-March/msg00001.html
|
||||
|
||||
#mkdir -p $RPM_BUILD_ROOT%{_datadir}/R/library/%{packname}/include/
|
||||
#install -D %{packname}/inst/include/* $RPM_BUILD_ROOT%{_datadir}/R/library/%{packname}/include/
|
||||
#chmod -x $RPM_BUILD_ROOT%{_datadir}/R/library/%{packname}/include/*
|
||||
@ -95,6 +96,9 @@ rm -rf %{buildroot}
|
||||
|
||||
|
||||
%changelog
|
||||
* Tue Apr 28 2009 pingou <pingou@pingoured.fr> 1.8.0-1
|
||||
- Update to Bioconductor 2.4 and R-2.9.0
|
||||
|
||||
* Sun Mar 22 2009 pingou <pingou@pingoured.fr> - 1.6.0-2
|
||||
- -devel should contain only the folder include !
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user