rpms/rpy/devel .cvsignore, 1.3, 1.4 rpy.spec, 1.18, 1.19 sources, 1.3, 1.4 rpy-rversion.patch, 1.1, NONE

José Abílio Oliveira Matos (jamatos) fedora-extras-commits at redhat.com
Wed Aug 29 17:37:01 UTC 2007


Author: jamatos

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

Modified Files:
	.cvsignore rpy.spec sources 
Removed Files:
	rpy-rversion.patch 
Log Message:
* 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.



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/rpy/devel/.cvsignore,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- .cvsignore	18 Feb 2006 10:45:16 -0000	1.3
+++ .cvsignore	29 Aug 2007 17:36:29 -0000	1.4
@@ -1,2 +1 @@
-rpy-0.4.6.tar.gz
-rpy-install-info.patch
+rpy-1.0-RC3.tar.gz


Index: rpy.spec
===================================================================
RCS file: /cvs/pkgs/rpms/rpy/devel/rpy.spec,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- rpy.spec	28 Aug 2007 21:43:15 -0000	1.18
+++ rpy.spec	29 Aug 2007 17:36:29 -0000	1.19
@@ -1,21 +1,24 @@
 %{!?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: 18%{?dist}
-Url: http://rpy.sourceforge.net
-Source0: http://dl.sf.net/%{name}/%{name}-%{version}.tar.gz
-Patch1: rpy-install-info.patch
-Patch2: rpy-rversion.patch
-License: GPLv2+
-Group: Development/Libraries
-BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
+%define prev  RC3
+%define pred .%{prev}
+%define pre  -%{prev}
+
+Name:          rpy
+Summary:       Python interface to the R language
+Version:       1.0
+Release:       0.1%{?pred}%{?dist}
+Url:           http://rpy.sourceforge.net
+Source:        http://dl.sf.net/%{name}/%{name}-%{version}%{?pre}.tar.gz
+License:       GPLv2+
+Group:         Development/Libraries
+BuildRoot:     %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
-BuildRequires: R, python-numeric, python-devel, texinfo, tetex
+BuildRequires: R, numpy, python-devel, texinfo, tetex
+
+Requires:      numpy
+Requires:      R = 2.5.1
 
-Requires: python-numeric
-Requires: R = 2.5.1
 Requires(post): /sbin/install-info
 Requires(preun): /sbin/install-info
 
@@ -25,16 +28,14 @@
 execute arbitrary R functions. All the errors from the R language are
 converted to Python exceptions.
 
-%prep
-%setup
-%patch1 -p1 -b .install-info
-%patch2 -p1
+%prep 
+%setup -n %{name}-%{version}%{?pre}
 
 %build
 env CFLAGS="$RPM_OPT_FLAGS" python setup.py build
 cd doc
-makeinfo --html manual.texi
-makeinfo --html manual.texi
+makeinfo --html rpy.texi
+makeinfo --html rpy.texi
 mv rpy manual
 make pdf
 make info
@@ -60,13 +61,17 @@
 
 %files
 %defattr(-,root,root)
-%doc COPYING NEWS README examples/
-%doc doc/manual.pdf doc/manual/
+%doc NEWS README examples/
+%doc doc/rpy.pdf doc/manual/
 %{_infodir}/rpy.info*
 %{python_sitearch}/*
 
 
 %changelog
+* 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.
+
 * Tue Aug 28 2007 José Matos <jamatos[AT]fc.up.pt> - 0.4.6-18
 - License fix, rebuild for devel (F8).
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/rpy/devel/sources,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- sources	18 Feb 2006 10:45:16 -0000	1.3
+++ sources	29 Aug 2007 17:36:29 -0000	1.4
@@ -1,2 +1 @@
-8b5411b275c66a5409a4a3aad711d860  rpy-0.4.6.tar.gz
-0b964500da96785e22a9ee232c4e8b68  rpy-install-info.patch
+92bc13f5dfd31bd6ab92c834e845ed4c  rpy-1.0-RC3.tar.gz


--- rpy-rversion.patch DELETED ---




More information about the fedora-extras-commits mailing list