SPECS: VMware-workstation.spec - added EULA.txt - required for sta...

charles charles at pld-linux.org
Sun Oct 1 15:38:13 CEST 2006


Author: charles                      Date: Sun Oct  1 13:38:13 2006 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- added EULA.txt - required for starting vmware
- updated BRs, cosmetics, rel. 1

---- Files affected:
SPECS:
   VMware-workstation.spec (1.93 -> 1.94) 

---- Diffs:

================================================================
Index: SPECS/VMware-workstation.spec
diff -u SPECS/VMware-workstation.spec:1.93 SPECS/VMware-workstation.spec:1.94
--- SPECS/VMware-workstation.spec:1.93	Wed Sep  6 15:48:33 2006
+++ SPECS/VMware-workstation.spec	Sun Oct  1 15:38:07 2006
@@ -21,10 +21,14 @@
 %ifarch %{x8664}
 %undefine	with_userspace
 %endif
+
+%if %{without kernel}
+%undefine with_dist_kernel
+%endif
 #
 %define		_ver	5.5.2
 %define		_build	29772
-%define		_rel	0.1
+%define		_rel	1
 %define		_urel	104
 %define		_ccver	%(rpm -q --qf "%{VERSION}" gcc)
 #
@@ -49,9 +53,9 @@
 Patch1:		%{name}-run_script.patch
 NoSource:	0
 URL:		http://www.vmware.com/
-BuildRequires:	gcc-c++
+%{?with_kernel:BuildRequires:	gcc-c++}
 %{?with_dist_kernel:BuildRequires:	kernel%{_alt_kernel}-module-build >= 3:2.6.7}
-BuildRequires:	rpm-perlprov
+%{?with_userspace:BuildRequires:	rpm-perlprov}
 BuildRequires:	rpmbuild(macros) >= 1.308
 BuildRequires:	sed >= 4.0
 Requires:	kernel(vmmon) = %{version}-%{_rel}
@@ -454,6 +458,8 @@
 touch $RPM_BUILD_ROOT%{_sysconfdir}/vmware/vmnet8/dhcpd/dhcpd.leases~
 
 install lib/share/pixmaps/* $RPM_BUILD_ROOT%{_libdir}/vmware/share/pixmaps
+# required for starting vmware
+install lib/share/EULA.txt $RPM_BUILD_ROOT%{_libdir}/vmware/share
 
 install bin/*-* $RPM_BUILD_ROOT%{_bindir}
 install lib/bin/vmware-vmx $RPM_BUILD_ROOT%{_libdir}/vmware/bin
@@ -661,6 +667,10 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.94  2006/10/01 13:38:07  charles
+- added EULA.txt - required for starting vmware
+- updated BRs, cosmetics, rel. 1
+
 Revision 1.93  2006/09/06 13:48:33  sparky
 - mass atack: -j1 for make scripts
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/VMware-workstation.spec?r1=1.93&r2=1.94&f=u



More information about the pld-cvs-commit mailing list