rpms/R-multcomp/devel R-multcomp.spec,1.21,1.22

Orion Poplawski orion at fedoraproject.org
Mon Jan 11 04:21:45 UTC 2010


Author: orion

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

Modified Files:
	R-multcomp.spec 
Log Message:
Extra subdirectory now...



Index: R-multcomp.spec
===================================================================
RCS file: /cvs/pkgs/rpms/R-multcomp/devel/R-multcomp.spec,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -p -r1.21 -r1.22
--- R-multcomp.spec	11 Jan 2010 04:05:06 -0000	1.21
+++ R-multcomp.spec	11 Jan 2010 04:21:45 -0000	1.22
@@ -31,10 +31,12 @@ linear, generalized linear, linear mixed
 
 
 %build
+pushd %{packname}
 
 
 %install
 rm -rf %{buildroot}
+pushd %{packname}
 mkdir -p %{buildroot}%{_datadir}/R/library
 %{_bindir}/R CMD INSTALL -l %{buildroot}%{_datadir}/R/library %{packname}
 # Clean up in advance of check
@@ -46,6 +48,7 @@ rm -rf %{buildroot}%{_datadir}/R/library
 #We have to use --no-install because we don't have all of the suggested
 #dependencies
 #We use --no-latex because it is broken with --no-install
+pushd %{packname}
 %{_bindir}/R CMD check --no-install --no-latex %{packname}
 
 



More information about the scm-commits mailing list