rpms/R-RUnit/devel R-RUnit-0.4.25-no-buildroot-path-in-html.patch, NONE, 1.1 R-RUnit.spec, 1.6, 1.7

Tom Callaway spot at fedoraproject.org
Thu Jan 21 19:41:51 UTC 2010


Author: spot

Update of /cvs/pkgs/rpms/R-RUnit/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv12494

Modified Files:
	R-RUnit.spec 
Added Files:
	R-RUnit-0.4.25-no-buildroot-path-in-html.patch 
Log Message:
fix FTBFS

R-RUnit-0.4.25-no-buildroot-path-in-html.patch:
 checkFuncs.Rd |    4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

--- NEW FILE R-RUnit-0.4.25-no-buildroot-path-in-html.patch ---
diff -up RUnit/RUnit/man/checkFuncs.Rd.BAD RUnit/RUnit/man/checkFuncs.Rd
--- RUnit/RUnit/man/checkFuncs.Rd.BAD	2010-01-21 14:35:41.594307303 -0500
+++ RUnit/RUnit/man/checkFuncs.Rd	2010-01-21 14:36:11.952468805 -0500
@@ -117,9 +117,7 @@ DEACTIVATED(msg)
   performed. This is an advise gained from the cumbersome experience:
   not doing so leads to difficult to pin down error causes incurred
   from previously executed test cases.
-  For a simple example see the provided test cases in
-  \Sexpr{file.path(system.file("examples", package="RUnit"), 
-  "runitVirtualClassTest.r")}.
+  For a simple example see the provided test cases in "runitVirtualClassTest.r".
 }
 
 


Index: R-RUnit.spec
===================================================================
RCS file: /cvs/pkgs/rpms/R-RUnit/devel/R-RUnit.spec,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -p -r1.6 -r1.7
--- R-RUnit.spec	17 Dec 2009 08:50:12 -0000	1.6
+++ R-RUnit.spec	21 Jan 2010 19:41:51 -0000	1.7
@@ -3,20 +3,19 @@
 
 Name:             R-%{packname}
 Version:          0.4.25
-Release:          1%{?dist}
+Release:          2%{?dist}
 Summary:          R Unit test framework
 
 Group:            Applications/Engineering 
 License:          GPLv2 
 URL:              http://cran.r-project.org/web/packages/RUnit/index.html
 Source0:          http://cran.r-project.org/src/contrib/%{packname}_%{version}.tar.gz
+Patch0:           R-RUnit-0.4.25-no-buildroot-path-in-html.patch
 BuildRoot:        %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildArch:        noarch
 
-Requires:         R >= %{Rvers} R-utils R-methods
-Requires(post):   R
-Requires(postun): R
+Requires:         R-core >= %{Rvers} R-utils R-methods
 BuildRequires:    R-devel >= %{Rvers} tetex-latex R-utils R-methods
 
 %description
@@ -25,6 +24,7 @@ code inspection and report generation to
 
 %prep
 %setup -q -c -n %{packname}
+%patch0 -p1 -b .no-buildroot-path-in-html
 
 %build
 
@@ -67,6 +67,9 @@ rm -rf %{buildroot}
 %{_datadir}/R/library/%{packname}/unitTests
 
 %changelog
+* Thu Jan 21 2010 Tom "spot" Callaway <tcallawa at redhat.com> 0.4.25-2
+- do not embed buildroot path in R docs
+
 * Thu Dec 17 2009 pingou <pingou at pingoured.fr> 0.4.25-1
 - Update to 0.4.25
 



More information about the scm-commits mailing list