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