Compare commits
4 Commits
Author | SHA1 | Date | |
---|---|---|---|
|
a8bf82a656 | ||
|
d433296523 | ||
|
bfb738c74d | ||
|
7132ae2e4f |
35
rpy.spec
35
rpy.spec
@ -1,12 +1,13 @@
|
||||
%{!?python_sitearch: %define python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")}
|
||||
# %%global betaver beta1
|
||||
%global rver 3.0.2
|
||||
|
||||
%global rver 2.15.1
|
||||
Name: rpy
|
||||
Summary: Python interface to the R language
|
||||
Version: 2.2.6
|
||||
Release: 2%{?dist}
|
||||
Version: 2.3.8
|
||||
Release: 1%{?dist}
|
||||
Url: http://rpy.sourceforge.net
|
||||
Source: http://downloads.sf.net/%{name}/%{name}2-%{version}.tar.gz
|
||||
Source: http://pypi.python.org/packages/source/r/%{name}2/%{name}2-%{version}.tar.gz
|
||||
License: MPLv1.1 or GPLv2+ or LGPLv2+
|
||||
Group: Development/Libraries
|
||||
BuildRequires: R-devel = %{rver}, numpy, python-devel
|
||||
@ -31,11 +32,6 @@ env CFLAGS="$RPM_OPT_FLAGS" python setup.py build
|
||||
|
||||
%install
|
||||
python setup.py install -O1 --skip-build --root=%{buildroot}
|
||||
%if 0%{?__isa_bits} == 64
|
||||
%ifnarch ia64
|
||||
mv %{buildroot}/usr/lib/python2.?/site-packages/rpy2/images %{buildroot}%{python_sitearch}/rpy2/
|
||||
%endif
|
||||
%endif
|
||||
|
||||
%files
|
||||
%doc AUTHORS NEWS README GPL_LICENSE LGPL_LICENSE MPL_LICENSE PKG-INFO
|
||||
@ -43,6 +39,27 @@ mv %{buildroot}/usr/lib/python2.?/site-packages/rpy2/images %{buildroot}%{python
|
||||
%{python_sitearch}/rpy2-%{version}*.egg-info
|
||||
|
||||
%changelog
|
||||
* Tue Oct 15 2013 Tom Callaway <spot@fedoraproject.org> - 2.3.8-1
|
||||
- update to 2.3.8, rebuild for R 3.0.2
|
||||
|
||||
* Sun Aug 04 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.3.6-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
|
||||
|
||||
* Fri May 17 2013 Tom Callaway <spot@fedoraproject.org> - 2.3.6-2
|
||||
- rebuild for R 3.0.1
|
||||
|
||||
* Mon May 6 2013 José Matos <jamatos@fedoraproject.org> - 2.3.6-1
|
||||
- update to 2.3.6
|
||||
|
||||
* Thu Apr 11 2013 Tom Callaway <spot@fedoraproject.org> - 2.3.5-1
|
||||
- update to 2.3.5, built against R 3.0.0
|
||||
|
||||
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.3.0-0.2.beta1
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
|
||||
|
||||
* Mon Oct 29 2012 Tom Callaway <spot@fedoraproject.org> - 2.3.0-0.1.beta1
|
||||
- update to 2.3.0beta1
|
||||
|
||||
* Sat Jul 21 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.2.6-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user