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