2008-01-19 19:05:54 +00:00
|
|
|
%define packname affyio
|
2013-04-11 15:43:00 +00:00
|
|
|
%define Rversion 3.0.0
|
2008-01-19 19:05:54 +00:00
|
|
|
|
|
|
|
Name: R-%{packname}
|
2013-04-07 09:32:32 +00:00
|
|
|
Version: 1.28.0
|
2013-04-04 10:26:49 +00:00
|
|
|
Release: 1%{dist}
|
2008-01-19 19:05:54 +00:00
|
|
|
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+
|
2010-05-11 13:18:04 +00:00
|
|
|
URL: http://bioconductor.org/packages/release/bioc/html/affyio.html
|
|
|
|
Source0: http://bioconductor.org/packages/release/bioc/src/contrib/%{packname}_%{version}.tar.gz
|
2011-11-09 18:54:57 +00:00
|
|
|
Patch0: R-affyio-1.22.0-no-zlibbioc.patch
|
2008-01-19 19:05:54 +00:00
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
|
|
|
|
2010-05-11 13:18:04 +00:00
|
|
|
Requires: R-core >= %{Rversion} R-methods
|
2009-11-21 13:43:24 +00:00
|
|
|
BuildRequires: R-devel >= %{Rversion} tex(latex) zlib-devel R-methods
|
2008-01-19 19:05:54 +00:00
|
|
|
|
|
|
|
%description
|
|
|
|
Routines for parsing Affymetrix data files based upon file format
|
|
|
|
information. Primary focus is on accessing the CEL and CDF file formats.
|
|
|
|
|
|
|
|
%description -l fr
|
|
|
|
Scripts pour analyser les fichiers de données issuent de puces affymetrix
|
|
|
|
basé sur les informations fournis pas les extensions. Un des premier
|
|
|
|
objectifs est de convertir les données dans des fichiers au format
|
|
|
|
CEL ou CDF.
|
|
|
|
|
|
|
|
%prep
|
|
|
|
%setup -q -c -n %{packname}
|
2011-11-09 18:54:57 +00:00
|
|
|
%patch0 -p0 -b .zlibbioc
|
2008-01-19 19:05:54 +00:00
|
|
|
|
|
|
|
%build
|
|
|
|
|
|
|
|
%install
|
|
|
|
rm -rf %{buildroot}
|
|
|
|
|
|
|
|
mkdir -p %{buildroot}%{_libdir}/R/library
|
|
|
|
R CMD INSTALL %{packname} -l %{buildroot}%{_libdir}/R/library
|
|
|
|
# Clean up in advance of check
|
|
|
|
test -d %{packname}/src && (cd %{packname}/src; rm -f *.o *.so)
|
|
|
|
rm -rf %{buildroot}%{_libdir}/R/library/R.css
|
|
|
|
|
|
|
|
|
|
|
|
%check
|
|
|
|
%{_bindir}/R CMD check %{packname}
|
|
|
|
|
|
|
|
%clean
|
|
|
|
rm -rf %{buildroot}
|
|
|
|
|
|
|
|
%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}/LICENSE
|
|
|
|
%{_libdir}/R/library/%{packname}/INDEX
|
|
|
|
%{_libdir}/R/library/%{packname}/NAMESPACE
|
|
|
|
%{_libdir}/R/library/%{packname}/R/
|
|
|
|
%{_libdir}/R/library/%{packname}/Meta
|
|
|
|
%{_libdir}/R/library/%{packname}/help
|
2008-11-30 00:12:51 +00:00
|
|
|
%{_libdir}/R/library/%{packname}/libs
|
2008-01-19 19:05:54 +00:00
|
|
|
|
|
|
|
%changelog
|
2013-04-07 09:32:32 +00:00
|
|
|
* Sun Apr 07 2013 pingou <pingou@pingoured.fr> 1.28.0-1
|
|
|
|
- Update to version 1.28.0
|
|
|
|
|
2013-04-04 10:26:49 +00:00
|
|
|
* Thu Apr 04 2013 pingou <pingou@pingoured.fr> 1.26.0-1
|
|
|
|
- Update to version 1.26.0
|
|
|
|
|
2013-02-13 15:42:47 +00:00
|
|
|
* Wed Feb 13 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.22.0-4
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
|
|
|
|
|
2012-07-18 14:55:36 +00:00
|
|
|
* Wed Jul 18 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.22.0-3
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
|
|
|
|
|
2012-01-12 20:40:31 +00:00
|
|
|
* Thu Jan 12 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.22.0-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
|
|
|
|
|
2011-11-09 18:54:57 +00:00
|
|
|
* Wed Nov 9 2011 Tom Callaway <spot@fedoraproject.org> 1.22.0-1
|
|
|
|
- Update to 1.22.0
|
|
|
|
|
2011-06-22 18:20:28 +00:00
|
|
|
* Wed Jun 22 2011 pingou <pingou@pingoured.fr> 1.20.0-1
|
|
|
|
- Update to version 1.20.0
|
|
|
|
|
2011-02-08 00:46:44 +00:00
|
|
|
* Mon Feb 07 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.18.0-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
|
|
|
|
|
2010-10-26 07:32:35 +00:00
|
|
|
* Tue Oct 26 2010 pingou <pingou@pingoured.fr> 1.18.0-1
|
|
|
|
- Update to version 1.18.0
|
|
|
|
|
2010-05-11 13:18:04 +00:00
|
|
|
* 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
|
|
|
|
|
2009-11-21 13:43:24 +00:00
|
|
|
* 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
|
|
|
|
|
2009-07-24 16:11:14 +00:00
|
|
|
* 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
|
|
|
|
|
2009-04-29 12:36:22 +00:00
|
|
|
* Wed Apr 29 2009 pingou <pingou@pingoured.fr> - 1.12.0-2
|
|
|
|
- version 1.20.0 != 1.12.0
|
|
|
|
|
2009-04-29 11:49:27 +00:00
|
|
|
* Wed Apr 29 2009 pingou <pingou@pingoured.fr> - 1.12.0-1
|
|
|
|
- Update to Bioconductor 2.4 and R 2.9.0
|
|
|
|
- Add requires to R-methods
|
|
|
|
|
2009-02-27 20:11:08 +00:00
|
|
|
* Mon Feb 23 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.10.1-4
|
2009-02-23 22:56:36 +00:00
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
|
|
|
|
|
2009-01-22 14:44:16 +00:00
|
|
|
* Thu Jan 22 2009 pingou <pingou-at-pingoured.fr> 1.10.1-2
|
|
|
|
- Typo on the release number
|
|
|
|
|
|
|
|
* Thu Jan 22 2009 pingou <pingou-at-pingoured.fr> 1.10.1-1
|
2009-01-22 14:37:24 +00:00
|
|
|
- Update to newest version
|
|
|
|
|
2008-11-30 00:12:51 +00:00
|
|
|
* Sun Nov 30 2008 pingou <pingoufc4-at-yahoo.fr> 1.10.0-3
|
|
|
|
- Own the folder libs -- #473618
|
|
|
|
|
2008-11-20 11:58:00 +00:00
|
|
|
* Thu Nov 20 2008 pingou <pingoufc4-at-yahoo.fr> 1.10.0-2
|
|
|
|
- Correct the Source0
|
|
|
|
|
2008-10-27 19:38:02 +00:00
|
|
|
* Mon Oct 27 2008 pingou <pingoufc4-at-yahoo.fr> 1.10.0-1
|
|
|
|
- Update to version 1.10.0 for R >= 2.8.0
|
|
|
|
|
2008-09-05 15:18:42 +00:00
|
|
|
* Fri Sep 05 2008 pingou <pingoufc4-at-yahoo.fr> 1.8.1-1
|
|
|
|
- Update to version 1.8.1
|
|
|
|
|
2008-05-02 07:56:15 +00:00
|
|
|
* Fri May 02 2008 Pingou <pingoufc4@yahoo.fr> 1.8.0-1
|
|
|
|
- Update to bioconductor 2.2
|
|
|
|
|
2008-02-19 19:31:59 +00:00
|
|
|
* Tue Feb 19 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 1.6.1-3
|
|
|
|
- Autorebuild for GCC 4.3
|
|
|
|
|
2008-02-09 19:57:16 +00:00
|
|
|
* Sat Feb 09 2008 Pingou <pingoufc4@yahoo.fr> 1.6.1-2
|
|
|
|
- Change on the URL
|
|
|
|
|
2008-01-19 19:05:54 +00:00
|
|
|
* Mon Oct 08 2007 Pingou <pingoufc4@yahoo.fr> 1.6.1-1
|
|
|
|
- Update to bioconductor 2.1
|
|
|
|
|
|
|
|
* Wed Aug 29 2007 Pingou <pingoufc4@yahoo.fr> 1.4.1-2
|
|
|
|
- Change in the license tag to fit the guide lines
|
2008-02-09 19:57:16 +00:00
|
|
|
|
2008-01-19 19:05:54 +00:00
|
|
|
* Mon Jul 02 2007 Pingou <pingoufc4@yahoo.fr> 1.4.1-1
|
|
|
|
- initial package for Fedora
|
|
|
|
|