Compare commits

...

3 Commits
rawhide ... f13

Author SHA1 Message Date
Fedora Release Engineering ca33991f88 dist-git conversion 2010-07-28 09:16:01 +00:00
Pierre-YvesChibon 0d1510cac1 Update 1.12.0 2010-05-11 13:52:36 +00:00
Jesse Keating d30919a434 Initialize branch F-13 for R-BufferedMatrix 2010-02-17 00:48:05 +00:00
4 changed files with 11 additions and 30 deletions

View File

View File

@ -1,21 +0,0 @@
# Makefile for source rpm: R-BufferedMatrix
# $Id$
NAME := R-BufferedMatrix
SPECFILE = $(firstword $(wildcard *.spec))
define find-makefile-common
for d in common ../common ../../common ; do if [ -f $$d/Makefile.common ] ; then if [ -f $$d/CVS/Root -a -w $$d/Makefile.common ] ; then cd $$d ; cvs -Q update ; fi ; echo "$$d/Makefile.common" ; break ; fi ; done
endef
MAKEFILE_COMMON := $(shell $(find-makefile-common))
ifeq ($(MAKEFILE_COMMON),)
# attept a checkout
define checkout-makefile-common
test -f CVS/Root && { cvs -Q -d $$(cat CVS/Root) checkout common && echo "common/Makefile.common" ; } || { echo "ERROR: I can't figure out how to checkout the 'common' module." ; exit -1 ; } >&2
endef
MAKEFILE_COMMON := $(shell $(checkout-makefile-common))
endif
include $(MAKEFILE_COMMON)

View File

@ -1,10 +1,9 @@
%global packname BufferedMatrix
%global bioc 2.5
%global Rvers 2.10.0
%global Rvers 2.11.0
Name: R-%{packname}
Version: 1.10.0
Release: 1%{?dist}
Version: 1.12.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
@ -14,10 +13,8 @@ URL: http://bioconductor.org/packages/release/bioc/html/BufferedMa
Source0: http://bioconductor.org/packages/release/bioc/src/contrib/%{packname}_%{version}.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires: R-devel >= %{Rvers} tetex-latex
Requires: R >= %{Rvers}
Requires(post): R
Requires(postun): R
BuildRequires: R-devel >= %{Rvers} tex(latex)
Requires: R-core >= %{Rvers}
%package devel
Summary: Development files for %{name}
@ -89,6 +86,11 @@ rm -rf %{buildroot}
%changelog
* Tue May 11 2010 pingou <pingou@pingoured.fr> 1.12.0-1
- Update to version 1.12.0
- Fix R and BR (R-core tex(latex))
- Remove R for post/postun
* Sat Nov 21 2009 pingou <pingou@pingoured.fr> 1.10.0-1
- Update to 1.10.0
- Remove %%post and %%postun

View File

@ -1 +1 @@
7350b0e9d5af2e4016932cd15c88b0b0 BufferedMatrix_1.10.0.tar.gz
19a56336bee4ab7ef03edb399b871240 BufferedMatrix_1.12.0.tar.gz