diff --git a/R-affyio.spec b/R-affyio.spec index 8ad8415..20adde1 100644 --- a/R-affyio.spec +++ b/R-affyio.spec @@ -1,21 +1,19 @@ %define packname affyio -%define bioc 2.5 -%define Rversion 2.10.0 +%define Rversion 2.11.0 Name: R-%{packname} -Version: 1.14.0 -Release: 1%{?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 +Requires: R-core >= %{Rversion} R-methods BuildRequires: R-devel >= %{Rversion} tex(latex) zlib-devel R-methods %description @@ -63,6 +61,11 @@ rm -rf %{buildroot} %{_libdir}/R/library/%{packname}/libs %changelog +* Tue May 11 2010 pingou 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 1.14.0-1 - Update to 1.14.0 - Remove %%post and %%postun diff --git a/sources b/sources index 522383b..ac79a67 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -ea3d332370384e844f4c9d9c8038b037 affyio_1.14.0.tar.gz +1d9e0153b133cd1d5604a78670c8f4b3 affyio_1.16.0.tar.gz