SPECS: VirtualBox.spec - partially fixed install stage and %files, needs re...

hawk hawk at pld-linux.org
Thu Sep 4 23:05:56 CEST 2008


Author: hawk                         Date: Thu Sep  4 21:05:56 2008 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- partially fixed install stage and %files, needs review to be sure
  that all needed files are both installed and packaged

---- Files affected:
SPECS:
   VirtualBox.spec (1.123 -> 1.124) 

---- Diffs:

================================================================
Index: SPECS/VirtualBox.spec
diff -u SPECS/VirtualBox.spec:1.123 SPECS/VirtualBox.spec:1.124
--- SPECS/VirtualBox.spec:1.123	Thu Sep  4 21:59:00 2008
+++ SPECS/VirtualBox.spec	Thu Sep  4 23:05:49 2008
@@ -307,7 +307,7 @@
 	$RPM_BUILD_ROOT%{_libdir}/VirtualBox
 
 install %{SOURCE6} $RPM_BUILD_ROOT%{_libdir}/VirtualBox/VirtualBox-wrapper.sh
-for f in {VBox{BFE,Manage,SDL,SVC,XPCOMIPCD},VirtualBox,vditool}; do
+for f in {VBox{BFE,Headless,Manage,SDL,SVC,Tunctl,XPCOMIPCD},VirtualBox,vditool}; do
 	install out/linux.%{outdir}/release/bin/$f $RPM_BUILD_ROOT%{_libdir}/VirtualBox/$f
 	ln -s %{_libdir}/VirtualBox/VirtualBox-wrapper.sh $RPM_BUILD_ROOT%{_bindir}/$f
 done
@@ -319,7 +319,7 @@
 
 install out/linux.%{outdir}/release/bin/VBox*.so \
 	$RPM_BUILD_ROOT%{_libdir}/VirtualBox
-install out/linux.%{outdir}/release/bin/{VBox{DD,DD2}{GC.gc,R0.r0},VMM{GC.gc,R0.r0},*.xpt} \
+install out/linux.%{outdir}/release/bin/{VBox{DD,DD2}{GC.gc,R0.r0},VMM{GC.gc,R0.r0}} \
 	$RPM_BUILD_ROOT%{_libdir}/VirtualBox
 
 install -d $RPM_BUILD_ROOT%{_libdir}/VirtualBox/additions
@@ -440,7 +440,6 @@
 %attr(755,root,root) %{_libdir}/VirtualBox/VirtualBox-wrapper.sh
 %{_libdir}/VirtualBox/*.gc
 %{_libdir}/VirtualBox/*.r0
-%{_libdir}/VirtualBox/*.xpt
 %{_libdir}/VirtualBox/additions/*
 %{_libdir}/VirtualBox/components/*
 %lang(ar) %{_libdir}/VirtualBox/nls/*_ar.qm
@@ -509,6 +508,10 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.124  2008/09/04 21:05:49  hawk
+- partially fixed install stage and %files, needs review to be sure
+  that all needed files are both installed and packaged
+
 Revision 1.123  2008/09/04 19:59:00  arekm
 - verbose build support
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/VirtualBox.spec?r1=1.123&r2=1.124&f=u



More information about the pld-cvs-commit mailing list