]> git.pld-linux.org Git - packages/open-vm-tools.git/blame - open-vm-tools.spec
- NFY, init, build fail,
[packages/open-vm-tools.git] / open-vm-tools.spec
CommitLineData
4aca9bae 1%define _date 2007.11.21
2%define _rel 64693
3%define _ver %{_date}-%{_rel}
4Summary: VMWare guest utilities
5Summary(pl.UTF-8): -
6Name: open-vm-tools
7Version: %{_date}_%{_rel}
8Release: 0.1
9License: GPL
10Group: Applications
11Source0: http://downloads.sourceforge.net/%{name}/%{name}-%{_ver}.tar.gz
12# Source0-md5: 1cc034f14769375f41f6410d709dacbc
13#Patch0: %{name}-DESTDIR.patch
14URL: http://open-vm-tools.sf.net/
15BuildRequires: autoconf
16BuildRequires: automake
17BuildRequires: libtool
18#BuildArch: %{ix86,amd64}
19BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
20
21%description
22
23%description -l pl.UTF-8
24
25%prep
26%setup -q -n %{name}-%{_ver}
27
28%build
29##%{__aclocal}
30##%{__autoconf}
31##%{__automake}
32#cp -f /usr/share/automake/config.sub .
33%configure2_13
34%{__make}
35
36%install
37rm -rf $RPM_BUILD_ROOT
38# create directories if necessary
39#install -d $RPM_BUILD_ROOT
40#install -d $RPM_BUILD_ROOT%{_examplesdir}/%{name}-%{version}
41
42%{__make} install \
43 DESTDIR=$RPM_BUILD_ROOT
44
45%clean
46rm -rf $RPM_BUILD_ROOT
47
48%pre
49
50%post
51
52%preun
53
54%postun
55
56%files
57%defattr(644,root,root,755)
58%doc AUTHORS CREDITS ChangeLog NEWS README THANKS TODO
This page took 0.145715 seconds and 4 git commands to generate.