]> git.pld-linux.org Git - packages/python-rpy2.git/commitdiff
- typo fixed, so the py3k package can install cleanly
authorwrobell <wrobell@pld-linux.org>
Thu, 18 Oct 2012 12:10:47 +0000 (13:10 +0100)
committerwrobell <wrobell@pld-linux.org>
Thu, 18 Oct 2012 12:10:47 +0000 (13:10 +0100)
- rel. 2

python-rpy2.spec

index e815e1fed54488d9603a5417796e1a5e83395d1a..781a3d955111076d628732799b2ff3ba83cfc9d3 100644 (file)
@@ -2,7 +2,7 @@
 Summary:       Simple and robust Python interface to the R Programming Language
 Name:          python-%{module}
 Version:       2.2.6
-Release:       1
+Release:       2
 License:       LGPL v2.1+
 Group:         Development/Languages/Python
 Source0:       http://pypi.python.org/packages/source/r/rpy2/%{module}-%{version}.tar.gz
@@ -96,7 +96,7 @@ rm -rf $RPM_BUILD_ROOT
 %{py3_sitedir}/%{module}/rlike
 %{py3_sitedir}/%{module}/robjects
 
-%dir %{py_sitedir}/%{module}/rinterface
+%dir %{py3_sitedir}/%{module}/rinterface
 %attr(755,root,root) %{py3_sitedir}/%{module}/rinterface/*.so
 %{py3_sitedir}/%{module}/rinterface/*.py
 %{py3_sitedir}/%{module}/rinterface/__pycache__
This page took 0.196124 seconds and 4 git commands to generate.