rpy/rpy.spec

217 lines
7.1 KiB
RPMSpec
Raw Normal View History

%{!?python_sitearch: %define python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")}
2010-06-01 19:05:28 +00:00
%define rver 2.11.1
Name: rpy
Summary: Python interface to the R language
2010-06-01 19:05:28 +00:00
Version: 2.1.3
Release: 3%{?dist}
Url: http://rpy.sourceforge.net
2009-03-24 01:53:10 +00:00
Source: http://downloads.sf.net/%{name}/%{name}2-%{version}.tar.gz
License: MPLv1.1 or GPLv2+ or LGPLv2+
Group: Development/Libraries
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
2009-03-24 01:53:10 +00:00
BuildRequires: R-devel = %{rver}, numpy, python-devel
Requires: numpy
2009-09-21 09:31:21 +00:00
Requires: R-core = %{rver}
Requires(post): /sbin/install-info
Requires(preun): /sbin/install-info
%description
RPy provides a robust Python interface to the R
programming language. It can manage all kinds of R objects and can
execute arbitrary R functions. All the errors from the R language are
converted to Python exceptions.
2008-02-03 18:21:32 +00:00
%prep
2009-03-24 01:53:10 +00:00
%setup -q -n %{name}2-%{version}
chmod -x rpy/rinterface/rinterface.c
%build
env CFLAGS="$RPM_OPT_FLAGS" python setup.py build
%install
rm -rf $RPM_BUILD_ROOT
python setup.py install -O1 --skip-build --root=$RPM_BUILD_ROOT
2009-07-10 15:46:18 +00:00
%if 0%{?__isa_bits} == 64
2009-07-10 15:37:52 +00:00
%ifnarch ia64
mv %{buildroot}/usr/lib/python2.?/site-packages/rpy2/images %{buildroot}%{python_sitearch}/rpy2/
2009-07-10 15:37:52 +00:00
%endif
%endif
%clean
rm -rf $RPM_BUILD_ROOT
%files
%defattr(-,root,root)
2009-09-21 09:31:21 +00:00
%doc AUTHORS NEWS README GPL_LICENSE LGPL_LICENSE MPL_LICENSE PKG-INFO
2009-03-24 01:53:10 +00:00
%{python_sitearch}/rpy2/
%{python_sitearch}/rpy2-%{version}*.egg-info
%changelog
* Mon Jul 26 2010 David Malcolm <dmalcolm@redhat.com> - 2.1.3-3
- generalize reference to 2.6 to 2.? in %%install
* Thu Jul 22 2010 David Malcolm <dmalcolm@redhat.com> - 2.1.3-2
- Rebuilt for https://fedoraproject.org/wiki/Features/Python_2.7/MassRebuild
2010-06-01 19:05:28 +00:00
* Tue Jun 1 2010 Tom "spot" Callaway <tcallawa@redhat.com> - 2.1.3-1
- update to 2.1.3
* Fri Apr 23 2010 Tom "spot" Callaway <tcallawa@redhat.com> - 2.1.0-1
- update to 2.1.0
* Thu Apr 8 2010 José Matos <jamatos@fc.up.pt> - 2.0.8-2
- Rebuild for new numpy.
2010-01-25 20:46:29 +00:00
* Mon Jan 25 2010 Tom "spot" Callaway <tcallawa@redhat.com> - 2.0.8-1
- update to 2.0.8
2009-12-29 22:48:45 +00:00
* Tue Dec 29 2009 Alex Lancaster <alexlan[AT]fedoraproject org> - 2.0.6-7
- Rebuild for new R (2.10.1)
2009-11-05 13:20:04 +00:00
* Thu Nov 5 2009 Tom "spot" Callaway <tcallawa@redhat.com> - 2.0.6-7
- rebuild for R 2.10.0
2009-09-21 09:31:21 +00:00
* Mon Sep 21 2009 José Matos <jamatos@fc.up.pt> - 2.0.6-6
- require at runtime just R-core
2009-08-24 19:43:57 +00:00
* Mon Aug 24 2009 Tom "spot" Callaway <tcallawa@redhat.com> - 2.0.6-5
- rebuild for R 2.9.2
* Sun Jul 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.0.6-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
2009-07-10 15:46:18 +00:00
* Fri Jul 10 2009 Tom "spot" Callaway <tcallawa@redhat.com> - 2.0.6-3
2009-07-10 15:37:52 +00:00
- images are only installed incorrectly on 64bit platforms that aren't ia64
2009-07-09 21:26:45 +00:00
* Thu Jul 9 2009 Tom "spot" Callaway <tcallawa@redhat.com> - 2.0.6-1
- rebuild for R 2.9.1
- update to rpy2 2.0.6
2009-04-17 20:18:06 +00:00
* Fri Apr 17 2009 Tom "spot" Callaway <tcallawa@redhat.com> - 2.0.3-2
- rebuild for R 2.9.0
2009-03-24 01:53:10 +00:00
* Fri Mar 20 2009 Tom "spot" Callaway <tcallawa@redhat.com> - 2.0.3-1
- update to rpy2 2.0.3
* Wed Feb 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.0.3-7
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
2008-12-22 16:29:12 +00:00
* Mon Dec 22 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 1.0.3-6
- rebuild for R 2.8.1
2008-11-29 17:21:08 +00:00
* Sat Nov 29 2008 Ignacio Vazquez-Abrams <ivazqueznet+rpm@gmail.com> - 1.0.3-5
- Rebuild for Python 2.6
2008-10-26 19:57:48 +00:00
* Sun Oct 26 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 1.0.3-4
- rebuild against R-2.8.0
2008-08-29 18:44:28 +00:00
* Fri Aug 29 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 1.0.3-3
- rebuild against R-2.7.2
2008-07-08 13:53:27 +00:00
* Tue Jul 8 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 1.0.3-2
- rebuild against R 2.7.1
* Wed May 21 2008 José Matos <jamatos[AT]fc.up.pt> - 1.0.3-1
- Update to 1.0.3
- Backport two patches from upstream (turn off debug and use the lapack version that R was compiled with)
2008-04-29 21:48:49 +00:00
* Tue Apr 29 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 1.0.2-1
- update to 1.0.2
- R 2.7.0
2008-02-13 20:02:45 +00:00
* Wed Feb 13 2008 José Matos <jamatos[AT]fc.up.pt> - 1.0.1-5
- BR texinfo -> texinfo-tex
2008-02-13 19:43:17 +00:00
* Wed Feb 13 2008 José Matos <jamatos[AT]fc.up.pt> - 1.0.1-4
- Rebuild for gcc 4.3
2008-02-08 19:31:16 +00:00
* Fri Feb 8 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 1.0.1-3
- rebuild for R 2.6.2
* Mon Feb 4 2008 José Matos <jamatos[AT]fc.up.pt> - 1.0.1-2
- Sometimes _patch_'s guesses are not good enough. Redo patch to setup.py.
2008-02-03 18:21:32 +00:00
* Sun Feb 3 2008 José Matos <jamatos[AT]fc.up.pt> - 1.0.1-1
- New upstream release.
* Mon Jan 7 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 1.0-0.7.RC3
- find the moved R headers in their new home (/usr/include/R)
* Mon Jan 7 2008 Alex Lancaster <alexlan[AT]fedoraproject org> - 1.0-0.6.RC3
- BuildRequires: R-devel rather than just R
2007-11-27 01:17:44 +00:00
* Mon Nov 26 2007 Tom "spot" Callaway <tcallawa@redhat.com> - 1.0-0.5.RC3
- really rebuild against R 2.6.1
- versioned buildrequires for R
2007-11-26 22:28:34 +00:00
* Mon Nov 26 2007 Tom "spot" Callaway <tcallawa@redhat.com> - 1.0-0.4.RC3
- rebuild against R 2.6.1
2007-10-08 15:11:43 +00:00
* Mon Oct 8 2007 José Matos <jamatos[AT]fc.up.pt> - 1.0-0.3.RC3
- Rebuild for R 2.6.0 (really).
2007-10-05 07:10:15 +00:00
* Fri Oct 5 2007 José Matos <jamatos[AT]fc.up.pt> - 1.0-0.2.RC3
- Rebuild for R version 2.6.
* Wed Aug 29 2007 José Matos <jamatos[AT]fc.up.pt> - 1.0-0.1.RC3
- New upstream version.
- Change from python-numeric to numpy package.
2007-08-28 21:43:15 +00:00
* Tue Aug 28 2007 José Matos <jamatos[AT]fc.up.pt> - 0.4.6-18
- License fix, rebuild for devel (F8).
2007-07-06 19:18:44 +00:00
* Fri Jul 6 2007 Tom "spot" Callaway <tcallawa@redhat.com> - 0.4.6-17
- Rebuild to link with R 2.5.1
2007-04-26 10:09:54 +00:00
* Thu Apr 26 2007 José Matos <jamatos[AT]fc.up.pt> - 0.4.6-16
- Rebuild to link with R 2.5.0
2006-12-21 19:16:06 +00:00
* Thu Dec 21 2006 Tom "spot" Callaway <tcallawa@redhat.com> - 0.4.6-15
- Rebuild for new R-version.
2006-12-12 00:34:42 +00:00
* Tue Dec 12 2006 José Matos <jamatos[AT]fc.up.pt> - 0.4.6-14
- Rebuild for python 2.5.
2006-10-17 14:44:29 +00:00
* Tue Oct 17 2006 José Matos <jamatos[AT]fc.up.pt> - 0.4.6-13
- Rebuild for new R-version.
2006-09-14 12:49:48 +00:00
* Thu Sep 14 2006 José Matos <jamatos[AT]fc.up.pt> - 0.4.6-12
- Rebuild for FC6.
* Sun Jun 4 2006 José Matos <jamatos[AT]fc.up.pt> - 0.4.6-11
2006-06-04 21:38:32 +00:00
- Rebuild for R-2.3.1
2006-09-14 12:49:48 +00:00
* Wed Apr 26 2006 José Matos <jamatos[AT]fc.up.pt> - 0.4.6-10
- BuildRequires tetex for "make pdf" (pdftex).
2006-09-14 12:49:48 +00:00
* Wed Apr 26 2006 José Matos <jamatos[AT]fc.up.pt> - 0.4.6-9
2006-04-26 11:47:36 +00:00
- Fix detection of R version.
2006-09-14 12:49:48 +00:00
* Wed Apr 26 2006 José Matos <jamatos[AT]fc.up.pt> - 0.4.6-8
2006-04-26 10:55:02 +00:00
- Rebuild for R-2.3.0
2006-09-14 12:49:48 +00:00
* Fri Feb 17 2006 Alex Lancaster <alexl[AT]users.sourceforge.net> - 0.4.6-7
- Build info docs (bz#169002).
- Build pdf and html documentation, clean doc directory. (jamatos)
2006-09-14 12:49:48 +00:00
* Thu Feb 16 2006 José Matos <jamatos[AT]fc.up.pt> - 0.4.6-6
2006-02-17 00:06:57 +00:00
- Use a fixed value for R version.
2006-09-14 12:49:48 +00:00
* Thu Feb 16 2006 José Matos <jamatos[AT]fc.up.pt> - 0.4.6-5
- Set explicit dependency on exact version of R used to build the package. (bz#177078)
2006-09-14 12:49:48 +00:00
* Tue Jan 3 2006 José Matos <jamatos[AT]fc.up.pt> - 0.4.6-4
2006-01-03 23:32:47 +00:00
- Update for R-2.2.1
2006-09-14 12:49:48 +00:00
* Tue Oct 11 2005 José Matos <jamatos[AT]fc.up.pt> - 0.4.6-3
2005-10-11 07:41:26 +00:00
- Another try to deal with make tag.
2006-09-14 12:49:48 +00:00
* Mon Oct 10 2005 José Matos <jamatos[AT]fc.up.pt> - 0.4.6-2
2005-10-10 18:12:52 +00:00
- Rebuild for R-2.2.0
2006-09-14 12:49:48 +00:00
* Thu Sep 15 2005 José Matos <jamatos[AT]fc.up.pt> - 0.4.6-1
- Initial package for Fedora Extras