Compare commits

...

6 Commits
rawhide ... f11

Author SHA1 Message Date
Fedora Release Engineering c72978116e dist-git conversion 2010-07-28 09:16:06 +00:00
Pierre-YvesChibon 760e145865 Update 1.12.0 2010-05-11 13:52:36 +00:00
Bill Nottingham a2299c609a Fix typo that causes a failure to update the common directory. (releng
#2781)
2009-11-26 00:21:31 +00:00
Pierre-YvesChibon 0970dd4292 Update to 1.10.0 and R-2.10.0 2009-11-21 11:17:50 +00:00
Pierre-YvesChibon b706b9c2c1 Update to 1.8.0 2009-04-28 18:02:35 +00:00
Jesse Keating 11dafb4a6a Initialize branch F-11 for R-BufferedMatrix 2009-04-15 05:40:26 +00:00
4 changed files with 25 additions and 39 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 $$/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,9 +1,9 @@
%define packname BufferedMatrix
%define bioc 2.3
%global packname BufferedMatrix
%global Rvers 2.11.0
Name: R-%{packname}
Version: 1.6.0
Release: 2%{?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
@ -13,12 +13,11 @@ 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 tetex-latex
Requires(post): R
Requires(postun): R
BuildRequires: R-devel >= %{Rvers} tex(latex)
Requires: R-core >= %{Rvers}
%package devel
Summary: Development files for %{name}
Summary: Development files for %{name}
Group: Development/Libraries
Requires: %{name} = %{version}
@ -55,6 +54,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/*
@ -66,25 +66,16 @@ rm -rf %{buildroot}%{_libdir}/R/library/R.css
%clean
rm -rf %{buildroot}
%post
%{_R_make_search_index}
%postun
%{_R_make_search_index}
%files
%defattr(-, root, root, -)
%dir %{_libdir}/R/library/%{packname}
%{_libdir}/R/library/%{packname}/CONTENTS
%{_libdir}/R/library/%{packname}/INDEX
%{_libdir}/R/library/%{packname}/Meta/
%{_libdir}/R/library/%{packname}/R-ex/
%{_libdir}/R/library/%{packname}/R/
%{_libdir}/R/library/%{packname}/help/
%{_libdir}/R/library/%{packname}/libs/
%{_libdir}/R/library/%{packname}/NAMESPACE
%doc %{_libdir}/R/library/%{packname}/man/
%doc %{_libdir}/R/library/%{packname}/latex/
%doc %{_libdir}/R/library/%{packname}/doc
%doc %{_libdir}/R/library/%{packname}/DESCRIPTION
%doc %{_libdir}/R/library/%{packname}/html
@ -95,6 +86,22 @@ 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
- Adapt %%files to R-2.10.0
* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.8.0-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
* 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 !

View File

@ -1 +1 @@
271c40c97fd51495851d92f82b6bb9b6 BufferedMatrix_1.6.0.tar.gz
19a56336bee4ab7ef03edb399b871240 BufferedMatrix_1.12.0.tar.gz