]> git.pld-linux.org Git - packages/xorg-driver-video-vmware.git/blob - xorg-driver-video-vmware.spec
- updated to 11.0.3
[packages/xorg-driver-video-vmware.git] / xorg-driver-video-vmware.spec
1 Summary:        X.org video driver for VMware virtual video cards
2 Summary(pl.UTF-8):      Sterownik obrazu X.org dla wirtualnych kart graficznych VMware
3 Name:           xorg-driver-video-vmware
4 Version:        11.0.3
5 Release:        1
6 License:        MIT
7 Group:          X11/Applications
8 Source0:        http://xorg.freedesktop.org/releases/individual/driver/xf86-video-vmware-%{version}.tar.bz2
9 # Source0-md5:  579bee487309b1bdc8329bf627d43413
10 URL:            http://xorg.freedesktop.org/
11 BuildRequires:  autoconf >= 2.60
12 BuildRequires:  automake
13 BuildRequires:  libtool
14 BuildRequires:  pkgconfig >= 1:0.19
15 BuildRequires:  rpmbuild(macros) >= 1.389
16 BuildRequires:  xorg-lib-libpciaccess-devel >= 0.8.0
17 BuildRequires:  xorg-lib-libXext-devel
18 BuildRequires:  xorg-proto-fontsproto-devel
19 BuildRequires:  xorg-proto-randrproto-devel
20 BuildRequires:  xorg-proto-renderproto-devel
21 BuildRequires:  xorg-proto-videoproto-devel
22 BuildRequires:  xorg-proto-xextproto-devel
23 BuildRequires:  xorg-proto-xineramaproto-devel
24 BuildRequires:  xorg-util-util-macros >= 1.8
25 BuildRequires:  xorg-xserver-server-devel >= 1.7.0
26 %{?requires_xorg_xserver_videodrv}
27 Requires:       xorg-xserver-server >= 1.7.0
28 Obsoletes:      X11-driver-vmware < 1:7.0.0
29 Obsoletes:      XFree86-driver-vmware < 1:7.0.0
30 ExclusiveArch:  %{ix86} %{x8664}
31 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
32
33 %description
34 X.org video driver for VMware virtual video cards. It auto-detects the
35 version of any virtual VMware SVGA adapter.
36
37 %description -l pl.UTF-8
38 Sterownik obrazu X.org dla wirtualnych kart graficznych VMware.
39 Wykrywa automatycznie wersjÄ™ dowolnej wirtualnej karty SVGA VMware.
40
41 %prep
42 %setup -q -n xf86-video-vmware-%{version}
43
44 %build
45 %{__libtoolize}
46 %{__aclocal}
47 %{__autoconf}
48 %{__autoheader}
49 %{__automake}
50 %configure \
51         --enable-vmwarectrl-client
52
53 %{__make}
54
55 %install
56 rm -rf $RPM_BUILD_ROOT
57
58 %{__make} install \
59         DESTDIR=$RPM_BUILD_ROOT
60
61 %{__rm} $RPM_BUILD_ROOT%{_libdir}/xorg/modules/*/*.la
62
63 %clean
64 rm -rf $RPM_BUILD_ROOT
65
66 %files
67 %defattr(644,root,root,755)
68 %doc COPYING ChangeLog README
69 %attr(755,root,root) %{_bindir}/vmwarectrl
70 %attr(755,root,root) %{_libdir}/xorg/modules/drivers/vmware_drv.so
71 %attr(755,root,root) %{_libdir}/xorg/modules/drivers/vmwlegacy_drv.so
72 %{_mandir}/man4/vmware.4*
This page took 0.133205 seconds and 4 git commands to generate.