rpms/rpy/devel rpy.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

José Abílio Oliveira Matos (jamatos) fedora-extras-commits at redhat.com
Thu Sep 15 16:17:25 UTC 2005


Author: jamatos

Update of /cvs/extras/rpms/rpy/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv31193/devel

Modified Files:
	.cvsignore sources 
Added Files:
	rpy.spec 
Log Message:
auto-import rpy-0.4.6-1 on branch devel from rpy-0.4.6-1.src.rpm


--- NEW FILE rpy.spec ---
%{!?python_sitearch: %define python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")}

Name: 		rpy
Summary: 	Python interface to the R language
Version:	0.4.6
Release:	1%{?dist}
Url:		http://rpy.sourceforge.net
Source0:	http://dl.sf.net/%{name}/%{name}-%{version}.tar.gz
License:	GPL
Group:		Development/Libraries
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

BuildRequires:	R, python-numeric, python-devel
Requires:	R, python-numeric

%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.

%prep
%setup


%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


%clean
rm -rf $RPM_BUILD_ROOT


%files
%defattr(-,root,root)
%doc COPYING NEWS README examples/ doc/
%{python_sitearch}/*


%changelog
* Thu Sep 15 2005 Jose Matos <jamatos at fc.up.pt> - 0.4.6-1
- Initial package for Fedora Extras


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/rpy/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	15 Sep 2005 16:16:44 -0000	1.1
+++ .cvsignore	15 Sep 2005 16:17:23 -0000	1.2
@@ -0,0 +1 @@
+rpy-0.4.6.tar.gz


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/rpy/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	15 Sep 2005 16:16:44 -0000	1.1
+++ sources	15 Sep 2005 16:17:23 -0000	1.2
@@ -0,0 +1 @@
+8b5411b275c66a5409a4a3aad711d860  rpy-0.4.6.tar.gz




More information about the fedora-extras-commits mailing list