Compare commits

...

5 Commits
rawhide ... f12

Author SHA1 Message Date
Fedora Release Engineering
9630381e4d dist-git conversion 2010-07-28 09:17:32 +00:00
Pierre-YvesChibon
c59a109e24 Update to 1.16.0 2010-05-11 13:18:03 +00:00
Bill Nottingham
1351d94818 Fix typo that causes a failure to update the common directory. (releng
#2781)
2009-11-26 00:21:12 +00:00
Pierre-YvesChibon
bea917026b Update to 1.14.0 and R-2.10.0 2009-11-21 13:43:24 +00:00
Toshio くらとみ
0d811d320d Initialize branch F-12 for R-affyio 2009-09-29 16:14:17 +00:00
4 changed files with 18 additions and 40 deletions

View File

View File

@ -1,21 +0,0 @@
# Makefile for source rpm: R-affyio
# $Id$
NAME := R-affyio
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,22 +1,20 @@
%define packname affyio
%define bioc 2.4
%define Rversion 2.9.0
%define Rversion 2.11.0
Name: R-%{packname}
Version: 1.12.0
Release: 3%{?dist}
Version: 1.16.0
Release: 1%{dist}
Summary: Tools for parsing Affymetrix data files
Summary(fr): Outils d'analyse de fichier de données de puces affymetrix
Group: Applications/Engineering
License: LGPLv2+
URL: http://bioconductor.org/packages/%{bioc}/bioc/html/affyio.html
Source0: http://bioconductor.org/packages/%{bioc}/bioc/src/contrib/%{packname}_%{version}.tar.gz
URL: http://bioconductor.org/packages/release/bioc/html/affyio.html
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 >= %{Rversion} R-methods
Requires(postun): R
BuildRequires: R-devel >= %{Rversion} tetex-latex zlib-devel R-methods
Requires: R-core >= %{Rversion} R-methods
BuildRequires: R-devel >= %{Rversion} tex(latex) zlib-devel R-methods
%description
Routines for parsing Affymetrix data files based upon file format
@ -49,21 +47,12 @@ 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}
%doc %{_libdir}/R/library/%{packname}/DESCRIPTION
%doc %{_libdir}/R/library/%{packname}/html
%doc %{_libdir}/R/library/%{packname}/man/
%doc %{_libdir}/R/library/%{packname}/latex/
%doc %{_libdir}/R/library/%{packname}/LICENSE
%{_libdir}/R/library/%{packname}/CONTENTS
%{_libdir}/R/library/%{packname}/INDEX
%{_libdir}/R/library/%{packname}/NAMESPACE
%{_libdir}/R/library/%{packname}/R/
@ -72,6 +61,16 @@ rm -rf %{buildroot}
%{_libdir}/R/library/%{packname}/libs
%changelog
* Tue May 11 2010 pingou <pingou@pingoured.fr> 1.16.0-1
- Update to version 1.16.0
- Fix url to a more stable form
- Remove R on post/postun since there is no post/postun
* Sat Nov 21 2009 pingou <pingou@pingoured.fr> 1.14.0-1
- Update to 1.14.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.12.0-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild

View File

@ -1 +1 @@
c1fbc46b6f9a2be2d5e18ac612af5f21 affyio_1.12.0.tar.gz
1d9e0153b133cd1d5604a78670c8f4b3 affyio_1.16.0.tar.gz