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