/[smecontribs]/rpms/smeserver-open-vm-tools/contribs10/smeserver-open-vm-tools.spec
ViewVC logotype

Contents of /rpms/smeserver-open-vm-tools/contribs10/smeserver-open-vm-tools.spec

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.2 - (show annotations) (download)
Thu Nov 25 13:16:09 2021 UTC (2 years, 8 months ago) by jcrisp
Branch: MAIN
CVS Tags: smeserver-open-vm-tools-0_1-2_el7_sme
Changes since 1.1: +5 -2 lines
* Thu Nov 22 2021 John Crisp <jcrisp@safeandsoundit.co.uk> 0.1-2.sme
- Fix bogus date

1 %define name smeserver-open-vm-tools
2 %define version 0.1
3 %define release 2
4 Summary: Plugin to enable add open-vm-tools support to Koozali SME
5 Name: %{name}
6 Version: %{version}
7 Release: %{release}%{?dist}
8 License: GNU GPL version 2
9 URL: http://libreswan.org/
10 Group: SMEserver/addon
11 Source: %{name}-%{version}.tar.gz
12 #Patch1: smeserver-open-vm-tools.patch
13
14 BuildRoot: /var/tmp/%{name}-%{version}
15 BuildArchitectures: noarch
16 BuildRequires: e-smith-devtools
17 Requires: e-smith-release >= 10.0
18 Requires: open-vm-tools
19 AutoReqProv: no
20
21 %description
22 The qemu-guest-agent is a helper daemon, which is installed in the guest.
23 It is used to exchange information between the host and guest, and to execute command in the guest.
24
25 %changelog
26 * Thu Nov 22 2021 John Crisp <jcrisp@safeandsoundit.co.uk> 0.1-2.sme
27 - Fix bogus date
28
29 * Thu Nov 22 2021 John Crisp <jcrisp@safeandsoundit.co.uk> 0.1-1.sme
30 - Initial import to Koozali SME 10 [SME: 11776]
31 - Thanks to Michail Pappas for his work
32
33
34 %prep
35 %setup
36 #%patch1 -p1
37
38 %build
39 perl createlinks
40
41 %install
42 rm -rf $RPM_BUILD_ROOT
43 (cd root ; find . -depth -print | cpio -dump $RPM_BUILD_ROOT)
44 rm -f %{name}-%{version}-filelist
45 /sbin/e-smith/genfilelist $RPM_BUILD_ROOT > %{name}-%{version}-filelist
46 echo "%doc COPYING" >> %{name}-%{version}-filelist
47
48
49 %clean
50 cd ..
51 rm -rf %{name}-%{version}
52
53 %files -f %{name}-%{version}-filelist
54 %defattr(-,root,root)
55
56 %pre
57 %preun
58 %post
59
60 echo "********************************************************************"
61 echo "********************************************************************"
62 echo "* *"
63 echo "* See https://wiki.koozali.org/VMware_Tools" *"
64 echo "* *"
65 echo "* Please now run signal-event post-upgrade;signal-event reboot" *"
66 echo "* *"
67 echo "********************************************************************"
68 echo "********************************************************************"
69
70
71 %postun

admin@koozali.org
ViewVC Help
Powered by ViewVC 1.2.1 RSS 2.0 feed