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